We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
open one .haml or haml file
the vim-coloresque would be cover vim-indent-guides
reference from #117
The text was updated successfully, but these errors were encountered:
I'm getting this too
Sorry, something went wrong.
Add vim-indent-guides and replace coloresque cause they're incompatible
3c796e8
gko/vim-coloresque#32
For the record, I'm also getting a conflict with Yggdroot/indentLine.
According to this comment...
Found the root cause. vim-coloresque/after/syntax/css/vim-coloresque.vim Lines 108 to 110 in 0c21b14 function! s:ClearMatches() call clearmatches() I think vim's plugin should never use clearmatches(), because it may clear the matches defined by other plugin.
Found the root cause.
vim-coloresque/after/syntax/css/vim-coloresque.vim
Lines 108 to 110 in 0c21b14
I think vim's plugin should never use clearmatches(), because it may clear the matches defined by other plugin.
No branches or pull requests
open one .haml or haml file
the vim-coloresque would be cover vim-indent-guides
reference from #117
The text was updated successfully, but these errors were encountered: