On Sun, Mar 13, 2011 at 14:47, James Hunt <[email protected]> wrote: > The attached patch against Vim 7.3 provides support for the Upstart [1] > init daemons configuration file syntax. > > [1] - http://upstart.ubuntu.com/
Thanks. I have one suggestion. Set the 'iskeyword' option to include '-'. For upstart files, something like the following would probably work: set iskeyword=a-z,A-Z,- -- 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
