On Monday, May 20, 2013 5:17:54 AM UTC-5, toothpik wrote: > I don't know much yet except a huge python (2.7) enabled vim 7.3.793 is > > getting bombed with a deadly signal ABRT when I try to edit my > > index.html module > > > > my first instinct was to disable the runtime/plugin/tohtml.vim, but I > > still get the deadly signal when I try to edit that file > >
By the way, runtime/plugin/tohtml.vim would not be causing this crash, because that file has nothing to do with editing HTML files. The tohtml plugin is for creating an HTML file with a syntax-highlighted representation of the current buffer. It won't actually do anything unless you use the :TOhtml command. -- -- 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/groups/opt_out.
