diff options
Diffstat (limited to 'runtime/doc/indent.txt')
-rw-r--r-- | runtime/doc/indent.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/indent.txt b/runtime/doc/indent.txt index ccff09d7fc..dd42f334fb 100644 --- a/runtime/doc/indent.txt +++ b/runtime/doc/indent.txt @@ -553,9 +553,9 @@ The examples below assume a 'shiftwidth' of 4. 20 lines). *cino-star* - *N Vim searches for unclosed comments at most N lines away. This + `*N` Vim searches for unclosed comments at most N lines away. This limits the time needed to search for the start of a comment. - If your /* */ comments stop indenting after N lines this is the + If your `/* */` comments stop indenting after N lines this is the value you will want to change. (default 70 lines). |