diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-07-29 01:58:17 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-07-29 20:50:07 +0200 |
commit | 80dda6892612de8405744b549aa2c2578a82a1b5 (patch) | |
tree | 79e13d529763466e3191f95eb302430b050e38ab /runtime/doc/indent.txt | |
parent | f64486b6b6b70a05b357229f86b35ab25d92636e (diff) | |
download | rneovim-80dda6892612de8405744b549aa2c2578a82a1b5.tar.gz rneovim-80dda6892612de8405744b549aa2c2578a82a1b5.tar.bz2 rneovim-80dda6892612de8405744b549aa2c2578a82a1b5.zip |
vim-patch:ba3ff539303c
Update runtime files
https://github.com/vim/vim/commit/ba3ff539303c7bb6e46a6802dce3c7b2e55284e0
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 6820b9c240..952033d1b8 100644 --- a/runtime/doc/indent.txt +++ b/runtime/doc/indent.txt @@ -585,8 +585,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 ~ |