runtime(doc): Fix to two-space convention in user manual

closes: #15802

Signed-off-by: h-east <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
h-east
2024-10-05 16:44:27 +02:00
committed by Christian Brabandt
parent 7b27fc49a8
commit 8ee0e0b8e3
6 changed files with 25 additions and 25 deletions

View File

@ -1,4 +1,4 @@
*usr_43.txt* For Vim version 9.1. Last change: 2015 Oct 23
*usr_43.txt* For Vim version 9.1. Last change: 2024 Oct 05
VIM USER MANUAL - by Bram Moolenaar
@ -63,7 +63,7 @@ buffer. This works with any mapping command: ":map!", ":vmap", etc. The
The line to set b:undo_ftplugin is for when the filetype is set to another
value. In that case you will want to undo your preferences. The
b:undo_ftplugin variable is executed as a command. Watch out for characters
b:undo_ftplugin variable is executed as a command. Watch out for characters
with a special meaning inside a string, such as a backslash.
You can find examples for filetype plugins in this directory: >