forked from vim-scripts/Vim-R-plugin
-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
Description
The function r-plugin/functions.vim/FillRLibList() calls syntax enable and it is causing me some problems. At the least, my statusbar loses my specified coloring and my italicized comments (hi Comment cterm=italic) go back to regular font after :syntax enable. I have set both of these in my .vimrc. I'm not sure why this is happening because :help syn-enable says that my color settings should not be lost.
Any tips to fix this? By the way, this is happening both in neovim and regular vim.
Reactions are currently unavailable