2016-04-22 15:56 GMT+03:00 Axel Bender <[email protected]>: > Opening a markdown file while having an own syntax file for HTML in another > directory (but accessible via ("runtime") gives me some errors. > > This is due to using "runtime! syntax/html.vim" command in markdown.vim (line > 15). > Changing this to "runtime! html.vim" fixes this.
Original command is completely correct. If you have your syntax file in one of the directories in &runtimepath and not in syntax/ subdirectory then this is *your* setup which is not correct, not code in markdown.vim. Other people have html.vim only inside syntax/ subdirectory and you break markdown.vim for them. > > -- > -- > 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 > > --- > You received this message because you are subscribed to the Google Groups > "vim_dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
