diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2017-05-08 17:17:10 +0200 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2017-05-15 07:22:31 +0200 |
commit | 8d8b6224d941567aeefc67beb471aea36b8bdc05 (patch) | |
tree | 4e055bd8d136971dec0bce040e8f1539c9be21aa /runtime/doc/vim_diff.txt | |
parent | edfe0980f1f3e8258665b4ad688dc9fbd934cfb5 (diff) | |
download | rneovim-8d8b6224d941567aeefc67beb471aea36b8bdc05.tar.gz rneovim-8d8b6224d941567aeefc67beb471aea36b8bdc05.tar.bz2 rneovim-8d8b6224d941567aeefc67beb471aea36b8bdc05.zip |
options: make 'highlight' read-only
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index aba4420ebe..4fa84c12b3 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -310,6 +310,7 @@ Other options: 'esckeys' 'guioptions' "t" flag was removed *'guipty'* (Nvim uses pipes and PTYs consistently on all platforms.) + 'highlight' (the builtin default group names are always used) *'imactivatefunc'* *'imaf'* *'imactivatekey'* *'imak'* *'imstatusfunc'* *'imsf'* |