diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-07-02 04:54:24 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-07-08 16:34:33 +0200 |
commit | 78c5201234e478ff8f648adea95be18ca588a9cd (patch) | |
tree | 697e1f40d9244af8abcada1eb848b37c9a5b567f /runtime/doc/vim_diff.txt | |
parent | 6720fe253e92b21c7f989389a64e363b5933884f (diff) | |
download | rneovim-78c5201234e478ff8f648adea95be18ca588a9cd.tar.gz rneovim-78c5201234e478ff8f648adea95be18ca588a9cd.tar.bz2 rneovim-78c5201234e478ff8f648adea95be18ca588a9cd.zip |
'cpoptions': remove "k" flag
This was already removed in 3baba1e7bc66, except the documentation and
CPO_VI entry. find_term_bykeys() is irrelevant to Nvim.
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 ca07e613ed..20d1e5dc4e 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -332,7 +332,7 @@ Test functions: Other options: 'antialias' - 'cpoptions' ("g", "w", "H", "*", "-", "j", and all POSIX flags were removed) + 'cpoptions' (g j k H w * - and all POSIX flags were removed) 'encoding' ("utf-8" is always used) 'esckeys' 'guioptions' "t" flag was removed |