diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-11-07 00:59:32 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-11-08 21:22:13 +0100 |
commit | 6a3f8d48d0c96330511565aef5e10ad965e986b4 (patch) | |
tree | 7a01e0eb67c2dd535c57511af9ebe2949a3bac65 /runtime/doc/vim_diff.txt | |
parent | 1e0e301062f30846f33457ba3a689266213b8378 (diff) | |
download | rneovim-6a3f8d48d0c96330511565aef5e10ad965e986b4.tar.gz rneovim-6a3f8d48d0c96330511565aef5e10ad965e986b4.tar.bz2 rneovim-6a3f8d48d0c96330511565aef5e10ad965e986b4.zip |
'inccommand': rename 'incsubstitute'
'inccommand' allows us to expand the feature to other commands, such as:
:cdo
:cfdo
:global
Also rename "IncSubstitute" highlight group to "Substitute".
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 80db8eefb0..79381183a0 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -107,7 +107,7 @@ Some `CTRL-SHIFT-...` key chords are distinguished from `CTRL-...` variants <C-Tab>, <C-S-Tab>, <C-BS>, <C-S-BS>, <C-Enter>, <C-S-Enter> Options: - 'incsubstitute' shows results while typing a |:substitute| command + 'inccommand' shows results while typing a |:substitute| command 'statusline' supports unlimited alignment sections 'tabline' %@Func@foo%X can call any function on mouse-click |