summaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorBram Moolenaar <bram@vim.org>2013-04-05 22:26:15 +0200
committerBram Moolenaar <bram@vim.org>2013-04-05 22:26:15 +0200
commitb0f6ea3da6a78130018e6e2ea0c0cadad020bcfb (patch)
tree704cb1bb6d8482f899a5a895719da04ddc165388 /runtime/doc/syntax.txt
parentc09b5d1c18bc7f9127ab7a2b5b37fc45595edac6 (diff)
downloadvim-b0f6ea3da6a78130018e6e2ea0c0cadad020bcfb.tar.gz
Updated runtime files.
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index a32a468a..842141f3 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -1,4 +1,4 @@
-*syntax.txt* For Vim version 7.3. Last change: 2013 Mar 13
+*syntax.txt* For Vim version 7.3. Last change: 2013 Apr 05
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2069,7 +2069,7 @@ Therefore, you should be careful about not using more space between sentences
than you intend to have in your final document. For this reason, the common
practice is to insert a carriage return immediately after all punctuation
marks. If you want to have "even" text in your final processed output, you
-need to maintaining regular spacing in the input text. To mark both trailing
+need to maintain regular spacing in the input text. To mark both trailing
spaces and two or more spaces after a punctuation as an error, use: >
:let nroff_space_errors = 1
@@ -4928,7 +4928,7 @@ restoring "b:current_syntax", since the syntax files do set
Once a window has its own syntax, syntax commands executed from other windows
on the same buffer (including :syntax clear) have no effect. Conversely,
-syntax commands executed from that window do not effect other windows on the
+syntax commands executed from that window do not affect other windows on the
same buffer.
A window with its own syntax reverts to normal behavior when another buffer