I broke up with neovim....vim is my best friend now
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
let s:containedinlist = {
|
||||
\ 'php': 'phpBracketInString,phpVarSelector,phpClExpressions,phpIdentifier',
|
||||
\ }
|
||||
|
||||
if (exists('g:semanticContainedlistOverride'))
|
||||
let s:containedinlist = extend(s:containedinlist, g:semanticContainedlistOverride)
|
||||
endif
|
||||
|
||||
function! containedinlist#GetContainedinlist()
|
||||
return s:containedinlist
|
||||
endfunction
|
||||
Reference in New Issue
Block a user