Closed Cbhihe closed 6 years ago
Inserting the following vimscript snippet in my ~/.vimrc conflicts with vim-autoclose:
~/.vimrc
vim-autoclose
hi Nonascii ctermbg=Black ctermfg=Red cterm=none augroup hlNonascii autocmd! autocmd BufReadPost * if count(['vim','python'],&filetype) \ | syntax match Nonascii "[^\u0000-\u007F]" containedin=ALL \ | endif augroup END
Any suggestions as to the way this can be resolved ? Cheers.
... and I am dropping this plugin in favor of 'Raimondi/delimitMate', which seems to be actively maintained. Sorry guys!
Inserting the following vimscript snippet in my
~/.vimrc
conflicts withvim-autoclose
:Any suggestions as to the way this can be resolved ? Cheers.