diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-11-04 14:45:49 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-11-04 14:45:49 +0100 |
commit | ba3ff539303c7bb6e46a6802dce3c7b2e55284e0 (patch) | |
tree | aa03c46ea8b651302a19f537f92c3624c4ac5990 /runtime/doc/indent.txt | |
parent | dcd71cbaedf75dd8e5c5a45c5c2e3ec7ee552dce (diff) | |
download | vim-git-ba3ff539303c7bb6e46a6802dce3c7b2e55284e0.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/doc/indent.txt')
-rw-r--r-- | runtime/doc/indent.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/indent.txt b/runtime/doc/indent.txt index a8d59e370..8950fd987 100644 --- a/runtime/doc/indent.txt +++ b/runtime/doc/indent.txt @@ -588,8 +588,9 @@ The basics for using flexible indenting are explained in section |30.3| of the user manual. If you want to write your own indent file, it must set the 'indentexpr' -option. Setting the 'indentkeys' option is often useful. See the -$VIMRUNTIME/indent directory for examples. +option. Setting the 'indentkeys' option is often useful. +See the $VIMRUNTIME/indent/README.txt file for hints. +See the $VIMRUNTIME/indent directory for examples. REMARKS ABOUT SPECIFIC INDENT FILES ~ |