Markus Heidelberg wrote:
> 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. Thanks, with the colon it actually doesn't work. -- >From "know your smileys": @:-() Elvis Presley /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ download, build and distribute -- http://www.A-A-P.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
