diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-05-09 19:16:22 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-05-09 19:16:22 +0200 |
commit | a6c27c47ddf081859659d7de1caec675147e466b (patch) | |
tree | 7cb8dad5285226f84ed4976ced8a3bc8f0f59221 /runtime/doc/eval.txt | |
parent | d4aa83af1d691fdabbc8e6aab36db2c96ea4d4b6 (diff) | |
download | vim-git-a6c27c47ddf081859659d7de1caec675147e466b.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 1ccb9adda..d5ba286ab 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -1,4 +1,4 @@ -*eval.txt* For Vim version 8.1. Last change: 2019 May 05 +*eval.txt* For Vim version 8.1. Last change: 2019 May 09 VIM REFERENCE MANUAL by Bram Moolenaar @@ -7271,7 +7271,7 @@ prop_type_add({name}, {props}) *prop_type_add()* *E969* *E970* will be used; negative values can be used, the default priority is zero combine when TRUE combine the highlight with any - syntax highlight; when omitted of FALSE syntax + syntax highlight; when omitted or FALSE syntax highlight will not be used start_incl when TRUE inserts at the start position will be included in the text property |