Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtom committed Mar 27, 2013
1 parent f1e96f6 commit 78c27cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/quickfixsigns.vim
Expand Up @@ -5,13 +5,13 @@
" @License: GPL (see http://www.gnu.org/licenses/gpl.txt)
" @Created: 2009-03-14.
" @Last Change: 2013-03-04.
" @Revision: 1166
" @Revision: 1167
" GetLatestVimScripts: 2584 1 :AutoInstall: quickfixsigns.vim

if &cp || exists("loaded_quickfixsigns") || !has('signs')
finish
endif
let loaded_quickfixsigns = 100
let loaded_quickfixsigns = 101

let s:save_cpo = &cpo
set cpo&vim
Expand Down

0 comments on commit 78c27cd

Please sign in to comment.