diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-10-29 06:51:05 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-10-29 08:26:47 +0100 |
commit | a1e822fbc63984a2744dd723e286f9eafd9039f1 (patch) | |
tree | 2fddf8838d99ecdf0ab74afe8e5eda2cc6d615dc /runtime/doc | |
parent | e2fb230c3a776cb3b7ccf3087411e376f3f93ef4 (diff) | |
download | rneovim-a1e822fbc63984a2744dd723e286f9eafd9039f1.tar.gz rneovim-a1e822fbc63984a2744dd723e286f9eafd9039f1.tar.bz2 rneovim-a1e822fbc63984a2744dd723e286f9eafd9039f1.zip |
vim-patch:51ad4eaa22e1
Update runtime files
https://github.com/vim/vim/commit/51ad4eaa22e15cf1fe6c45d82c7e1371e00401a4
---
NA:
vim-patch:6176697203b0
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/indent.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/runtime/doc/indent.txt b/runtime/doc/indent.txt index 7ba5a373dc..dc7836e713 100644 --- a/runtime/doc/indent.txt +++ b/runtime/doc/indent.txt @@ -410,10 +410,10 @@ The examples below assume a 'shiftwidth' of 4. *cino-(* (N When in unclosed parentheses, indent N characters from the line with the unclosed parentheses. Add a 'shiftwidth' for every - unclosed parentheses. When N is 0 or the unclosed parentheses - is the first non-white character in its line, line up with the - next non-white character after the unclosed parentheses. - (default 'shiftwidth' * 2). + extra unclosed parentheses. When N is 0 or the unclosed + parentheses is the first non-white character in its line, line + up with the next non-white character after the unclosed + parentheses. (default 'shiftwidth' * 2). cino= cino=(0 > if (c1 && (c2 || if (c1 && (c2 || @@ -424,7 +424,8 @@ The examples below assume a 'shiftwidth' of 4. { { < *cino-u* - uN Same as (N, but for one level deeper. (default 'shiftwidth'). + uN Same as (N, but for one nesting level deeper. + (default 'shiftwidth'). cino= cino=u2 > if (c123456789 if (c123456789 |