Skip to content
New issue

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

Breaks highlight by other plugins #64

Open
joe-skb7 opened this issue Nov 16, 2015 · 1 comment
Open

Breaks highlight by other plugins #64

joe-skb7 opened this issue Nov 16, 2015 · 1 comment

Comments

@joe-skb7
Copy link
Contributor

vim-linux-coding-style plugin automatically highlights data types like u8, __u8 etc. But file-line plugin breaks that highlighting.

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).

@joe-skb7
Copy link
Contributor Author

Btw, this issue can be closed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant