From 37a218932aa3890cd826bf94a5d5bafed50fd1ae Mon Sep 17 00:00:00 2001 From: h_east Date: Fri, 13 Oct 2023 17:09:56 +0900 Subject: [PATCH] Update doc/undo.jax Co-authored-by: K.Takata --- doc/undo.jax | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/undo.jax b/doc/undo.jax index e13fc1748..1e8a69d44 100644 --- a/doc/undo.jax +++ b/doc/undo.jax @@ -114,7 +114,6 @@ CTRL-G u を使います。挿入コマンドを部分ごと (例えば文単位 い値が同じでもそうなります。`g:undolevels` を使用して、'undolevels' のグローバ ル値のみを明示的に読み書きします。|Vim9| script では: > &g:undolevels = &g:undolevels - &undolevels = &undolevels 旧来のスクリプトでは: > let &g:undolevels = &g:undolevels