vim-plug update.
This commit is contained in:
parent
7f3e3168c6
commit
fdc56915b2
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ function! plug#end()
|
|||
endif
|
||||
let lod = { 'ft': {}, 'map': {}, 'cmd': {} }
|
||||
|
||||
if exists('g:did_load_filetypes')
|
||||
if get(g:, 'did_load_filetypes', 0)
|
||||
filetype off
|
||||
endif
|
||||
for name in g:plugs_order
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue