aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/indent.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-07-29 01:58:17 +0200
committerJustin M. Keyes <justinkz@gmail.com>2019-07-29 20:50:07 +0200
commit80dda6892612de8405744b549aa2c2578a82a1b5 (patch)
tree79e13d529763466e3191f95eb302430b050e38ab /runtime/doc/indent.txt
parentf64486b6b6b70a05b357229f86b35ab25d92636e (diff)
downloadrneovim-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.txt5
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 ~