From: Chris Morgan Date: Thu, 28 Jan 2010 10:17:07 +0000 (+1100) Subject: Specify Vim fold method for inkscape.nsi X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=29577879e1617c4e1d9ada9bc5ad2a90e9105c31;p=inkscape.git Specify Vim fold method for inkscape.nsi --- diff --git a/packaging/win32/inkscape.nsi b/packaging/win32/inkscape.nsi index f355db74b..2ed7be697 100755 --- a/packaging/win32/inkscape.nsi +++ b/packaging/win32/inkscape.nsi @@ -1,4 +1,4 @@ -; Instructions for compilers {{{1 +; Instructions for compilers ; ========================== ; This file generates the Inkscape installer, which is currently the ; preferred deployment method on Windows. @@ -1002,4 +1002,4 @@ SectionEnd ; Uninstall }}} ; }}} ; This file has been optimised for use in Vim with folding. -; (If you can't cope, :set nofoldenable) vim:foldenable +; (If you can't cope, :set nofoldenable) vim:fen:fdm=marker