Skip to content

Commit

Permalink
Version 2.0
Browse files Browse the repository at this point in the history
versino 1.2 will cause \ff or :call g:Jsbeautify() retire.
I've changed _jsbeautify.vim. This version can work with jsbeautify.vim.
\_ff and :call g:_Jsbeautify() to use  _jsbeautify.vim.
\ff and :call g:Jsbeautify() to use jsbeautify.vim.
  • Loading branch information
will king authored and vim-scripts committed May 13, 2012
1 parent ffa9802 commit dbb3166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/_jsbeautify.vim
@@ -1,7 +1,7 @@
if &cp || exists("loaded_jsbeautify")
if &cp || exists("loaded__jsbeautify")
finish
endif
let loaded_jsbeautify = 3
let loaded__jsbeautify = 3



Expand Down

0 comments on commit dbb3166

Please sign in to comment.