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
vim-linux-coding-style plugin automatically highlights data types like u8, __u8 etc. But file-line plugin breaks that highlighting.
u8
__u8
file-line
Next workaround fixes it for me:
@@ -79,10 +79,6 @@ function! s:startup() if argc() > 0 let argidx=argidx() - silent argdo call s:handle_arg() - exec (argidx+1).'argument' - " Manually call Syntax autocommands, ignored by `:argdo`. - doautocmd Syntax endif endfunction
But more elegant solution should be found, I guess (because I believe that the code I removed was added for a reason).
The text was updated successfully, but these errors were encountered:
Btw, this issue can be closed now.
Sorry, something went wrong.
No branches or pull requests
vim-linux-coding-style plugin automatically highlights data types like
u8
,__u8
etc. Butfile-line
plugin breaks that highlighting.Next workaround fixes it for me:
But more elegant solution should be found, I guess (because I believe that the code I removed was added for a reason).
The text was updated successfully, but these errors were encountered: