Updated vim plugins. Nerd tree is on the right by default
This commit is contained in:
@@ -5,6 +5,6 @@ endif
|
||||
let s:did_snip_helper = 1
|
||||
|
||||
" Automatically closes tag if in xhtml
|
||||
fun! Close()
|
||||
fun! Close() abort
|
||||
return stridx(&ft, 'xhtml') == -1 ? '' : ' /'
|
||||
endf
|
||||
|
||||
Reference in New Issue
Block a user