diff options
Diffstat (limited to 'runtime/doc/usr_28.txt')
-rw-r--r-- | runtime/doc/usr_28.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/usr_28.txt b/runtime/doc/usr_28.txt index 46db1b90af..56291aab8b 100644 --- a/runtime/doc/usr_28.txt +++ b/runtime/doc/usr_28.txt @@ -376,7 +376,7 @@ More about folding by expression in the reference manual: |fold-expr| *28.9* Folding unchanged lines This is useful when you set the 'diff' option in the same window. The -|vimdiff| command does this for you. Example: > +|-d| argument does this for you. Example: > :setlocal diff foldmethod=diff scrollbind nowrap foldlevel=1 |