James Hunt wrote the following on 13.03.2011 20:47
> The attached patch against Vim 7.3 provides support for the Upstart [1]
> init daemons configuration file syntax.
>
> [1] - http://upstart.ubuntu.com/
>
> Kind regards,
>
> James
Thanks for providing it. Please update the patch to not hardcode absolut paths
in the filetype detection. s.th. like:
+" Upstart (init(8)) config files
+au BufNewFile,BufRead */etc/init/*.conf setf upstart
+au BufNewFile,BufRead */etc/init/*.override setf upstart
^
would be much better. Thank you for considering.
--
bye Thilo
4096R/0xC70B1A8F
721B 1BA0 095C 1ABA 3FC6 7C18 89A4 A2A0 C70B 1A8F
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php