[augeas-devel] augeas: master - vim: extra carriage return caused a parse error

David Lutterkort lutter at fedoraproject.org
Tue Aug 4 22:37:16 UTC 2009


Gitweb:        http://git.fedorahosted.org/git/augeas.git?p=augeas.git;a=commitdiff;h=a390a82360da536c5a69a50558578047ac91647e
Commit:        a390a82360da536c5a69a50558578047ac91647e
Parent:        7a3a89a03249c0d96153a1a100f9030345057003
Author:        Marc Fournier <marc.fournier at camptocamp.com>
AuthorDate:    Wed Jul 29 20:16:55 2009 +0200
Committer:     David Lutterkort <lutter at redhat.com>
CommitterDate: Fri Jul 31 11:54:38 2009 +0200

vim: extra carriage return caused a parse error

---
 doc/augeas.vim |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/doc/augeas.vim b/doc/augeas.vim
index 3f0d83d..67bc10a 100644
--- a/doc/augeas.vim
+++ b/doc/augeas.vim
@@ -36,8 +36,7 @@ if exists("augeas_no_tabs")
   syn match augeasShowTab "\t"
 endif
 
-syn region augeasComment	start="(\*\|{"  end="\*)\|}"
-contains=augeasTodo,augeasSpaceError
+syn region augeasComment	start="(\*\|{"  end="\*)\|}" contains=augeasTodo,augeasSpaceError
 
 
 if !exists("augeas_no_functions")




More information about the augeas-devel mailing list