diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-12-27 21:33:07 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-12-27 21:33:07 +0000 |
commit | a4d131d11052cafcc5baad2273ef48e0dd4d09c5 (patch) | |
tree | ba27f9a8488e23c5fbf95ed42496d39d4ec980e9 /runtime/doc/editing.txt | |
parent | 1cae5a0a034d0545360387407a7a409310f1efe2 (diff) | |
download | vim-git-a4d131d11052cafcc5baad2273ef48e0dd4d09c5.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/doc/editing.txt')
-rw-r--r-- | runtime/doc/editing.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt index fc4080cd8..d6161b11a 100644 --- a/runtime/doc/editing.txt +++ b/runtime/doc/editing.txt @@ -1,4 +1,4 @@ -*editing.txt* For Vim version 8.2. Last change: 2021 Dec 11 +*editing.txt* For Vim version 8.2. Last change: 2021 Dec 27 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1147,6 +1147,9 @@ The names can be in upper- or lowercase. made. When 'hidden' is set and there are more windows, the current buffer becomes hidden, after writing the file. + This command is not supported in |Vim9| script, + because it is too easily confused with a variable + name. *:exi* *:exit* :[range]exi[t][!] [++opt] [file] |