Also fix a typo.
---
runtime/doc/syntax.txt | 5 +++--
runtime/doc/tagsrch.txt | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 415b8bd..22250eb 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -528,9 +528,10 @@ files are included:
pic PIC assembly (currently for PIC16F84)
The most flexible is to add a line in your assembly file containing: >
- :asmsyntax=nasm
+ asmsyntax=nasm
Replace "nasm" with the name of the real assembly syntax. This line must be
-one of the first five lines in the file.
+one of the first five lines in the file. If adding text around this construct,
+the character directly before or behind it has to be whitespace.
The syntax type can always be overruled for a specific buffer by setting the
b:asmsyntax variable: >
diff --git a/runtime/doc/tagsrch.txt b/runtime/doc/tagsrch.txt
index 36e275d..07e6071 100644
--- a/runtime/doc/tagsrch.txt
+++ b/runtime/doc/tagsrch.txt
@@ -176,7 +176,7 @@ get an error message.
3. Tag match list *tag-matchlist* *E427* *E428*
When there are several matching tags, these commands can be used to jump
-between them. Note that these command don't change the tag stack, they keep
+between them. Note that these commands don't change the tag stack, they keep
the same entry.
*:ts* *:tselect*
--
1.6.2.rc0.93.g1228
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---