Mercurial > vim
view runtime/ftplugin/xs.vim @ 2847:45c536fe48db v7.3.197
updated for version 7.3.197
Problem: When a QuickfixCmdPost event removes all errors, Vim still tries
to jump to the first error, resulting in E42.
Solution: Get the number of error after the autocmd event. (Mike Lundy)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Thu, 19 May 2011 17:42:59 +0200 |
parents | c9022997af9e |
children | 2eb30f341e8d |
line wrap: on
line source
" Vim filetype plugin file " Language: XS (Perl extension interface language) " Maintainer: Andy Lester <andy@petdance.com> " URL: http://github.com/petdance/vim-perl " Last Change: 2009-08-14 " Only do this when not done yet for this buffer if exists("b:did_ftplugin") finish endif " Just use the C plugin for now. runtime! ftplugin/c.vim ftplugin/c_*.vim ftplugin/c/*.vim