SearchSyntaxError : search for the next syntax error detected by the vim highlighting mechanism
script karma |
Rating 5/2,
Downloaded by 1053 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Yakov Lerner |
|
script type |
utility |
|
description |
" This scritp searches for the next syntax error detected by the vim highlighting
" mechanism. To search for the next syntax error, issue command
" :ERR
" That all, folks.
"
" You can map this :ERR to your favorite key or key combination as follows:
"
" noremap <silent><C-K><C-E> :ERR<cr>
"
" For feedback, bugs and wishes: write to: iler.ml at gmail.com
"
" As a bonus, :ERRP searches backwards for the syntax error.
" And <Ctrl-K><Ctrl-E> is mapped to :ERR, unless somebody redefined it(
" (your vimrc or some other plugin). |
|
install details |
Short instructions: drop script into your personal plugin
directory (~/.vim/plugin). Restart vim. Or source the script directly.
Detailed version:
1. Download script SearchSyntaxError.vim from the link below.
2. Create directory ~/.vim/plugin if it does not exist:
mkdir -p ~/.vim/plugin
(your personal plugin directory).
3. Copy script SearchSyntaxError.vim into ~/.vim/plugin directory.
4. Restart vim
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|