summaryrefslogtreecommitdiff
path: root/runtime/doc/insert.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-07-17 22:37:26 +0200
committerBram Moolenaar <Bram@vim.org>2013-07-17 22:37:26 +0200
commit9ba7e17de1b9ff6f443858036ac15624d86929aa (patch)
tree6c7efdd86b29f14a5d32e7814196105149e275c3 /runtime/doc/insert.txt
parente53c8616f1ef72235747fe28b829d971aa2cdf7f (diff)
downloadvim-9ba7e17de1b9ff6f443858036ac15624d86929aa.zip
Updated runtime files.
Diffstat (limited to 'runtime/doc/insert.txt')
-rw-r--r--runtime/doc/insert.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt
index e7368fc17..4599b7810 100644
--- a/runtime/doc/insert.txt
+++ b/runtime/doc/insert.txt
@@ -1,4 +1,4 @@
-*insert.txt* For Vim version 7.4a. Last change: 2013 Jul 04
+*insert.txt* For Vim version 7.4a. Last change: 2013 Jul 12
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1359,7 +1359,7 @@ Complete:
Completion works in separate JavaScript files (&ft==javascript), inside of
<script> tag of (X)HTML and in values of event attributes (including scanning
-of external files.
+of external files).
DOM compatibility
@@ -1515,8 +1515,7 @@ The basic form of this variable is: >
let g:omni_syntax_group_include_{filetype} = 'regex,comma,separated'
The PHP language has an enormous number of items which it knows how to syntax
-highlight. These these items will be available within the omni completion
-list.
+highlight. These items will be available within the omni completion list.
Some people may find this list unwieldy or are only interested in certain
items. There are two ways to prune this list (if necessary). If you find