#vim-qfsigns
This Vim plugin is plugin supporting watchdogs.
If watchdogs check syntax error, this plugin mark syntax error lines.
##Requirement
##Installation ###Sample setting.
Sample setting is using NeoBundle.
This setting is not working. However it's plugins setting hint.
Please check Requirement plugins's READE.md. thanx :)
NeoBundle 'Shougo/vimproc'
NeoBundle 'thinca/vim-quickrun'
let g:quickrun_config = {
\ 'watchdogs_checker/_' : {
\ 'hook/qfsigns_update/enable_exit': 1,
\ 'hook/qfsigns_update/priority_exit': 3,},}
NeoBundle 'osyo-manga/shabadou.vim'
NeoBundle 'osyo-manga/vim-watchdogs'
NeoBundle 'KazuakiM/vim-qfsigns'
" If syntax error, cursor is moved at line setting sign.
let g:qfsigns#AutoJump = 1
" If syntax error, view split and cursor is moved at line setting sign.
let g:qfsigns#AutoJump = 2
###Usage
sings jump functions supported.
:QfsignsJunmp
##Author
##License
This software is released under the MIT License, see LICENSE.