mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 21:13:50 -05:00
Update
This commit is contained in:
@@ -83,6 +83,10 @@ fu! IsStyledDefinition(lnum)
|
||||
endfu
|
||||
|
||||
if exists('&ofu')
|
||||
let b:prevofu=&ofu
|
||||
if &ofu
|
||||
" Do not keep track of previous omnifunc if it was not set in the first
|
||||
" place
|
||||
let b:prevofu=&ofu
|
||||
endif
|
||||
setl omnifunc=styledcomplete#CompleteSC
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user