diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-07-30 20:12:34 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-07-30 20:13:26 -0400 |
commit | 9df1eb27f452603c910bd204eaa7435774091429 (patch) | |
tree | 4598854573485b194f9201ee3204b9216875405c | |
parent | 80289956a1d962a53d9ce45fc40ea20d8f3d9222 (diff) | |
download | rneovim-9df1eb27f452603c910bd204eaa7435774091429.tar.gz rneovim-9df1eb27f452603c910bd204eaa7435774091429.tar.bz2 rneovim-9df1eb27f452603c910bd204eaa7435774091429.zip |
doc: Remove "h" flag of 'highlight' option
HLF_H is an obsolete flag and got replaced by HLF_E.
From: Marco Hinz <mh.codebro@gmail.com>
-rw-r--r-- | runtime/doc/options.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index b7b8f28d1a..2af731e790 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -3863,7 +3863,6 @@ A jump table for the options with a short description can be found at |Q_op|. |hl-Directory| d directories in CTRL-D listing and other special things in listings |hl-ErrorMsg| e error messages - h (obsolete, ignored) |hl-IncSearch| i 'incsearch' highlighting |hl-Search| l last search pattern highlighting (see 'hlsearch') |hl-MoreMsg| m |more-prompt| |