Skip to content

Commit

Permalink
Update doc/undo.jax
Browse files Browse the repository at this point in the history
Co-authored-by: K.Takata <[email protected]>
  • Loading branch information
h-east and k-takata authored Oct 13, 2023
1 parent 8d673e7 commit 37a2189
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/undo.jax
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ CTRL-G u を使います。挿入コマンドを部分ごと (例えば文単位
い値が同じでもそうなります。`g:undolevels` を使用して、'undolevels' のグローバ
ル値のみを明示的に読み書きします。|Vim9| script では: >
&g:undolevels = &g:undolevels
&undolevels = &undolevels
旧来のスクリプトでは: >
let &g:undolevels = &g:undolevels
Expand Down

0 comments on commit 37a2189

Please sign in to comment.