-
Notifications
You must be signed in to change notification settings - Fork 182
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
Incorrect highlighting after autocompletion with C-N or C-P #43
Comments
PHP highlighting is slow. Some tweaks like synmaxcol etc can influence the result. |
I think I'm having the same issue as @vsushkov. It's not the syntax highlighting, it's the text used for selection mode. (After each Tab snipmate highlights any text in the snippet: Occurs for both of these snippets:
Only occurs when I do completion while updating a placeholder: type Occurs on Windows in Vim 7.3. Versions: May be related to #33 . Oh, and @ajzafar's patch no longer applies. (From converting plugin to autoload and other changes.) |
This should be fixed in bbae0a6. |
Incorrect highlighting (visual-mode selecting) after autocompletion with C-N or C-P. To reproduce the issue, do the following:
foreach
and hit theTab
variable
will be highlighted, typefoo
and pressC-P
.foobar
will be substituted.Tab
s $va
instead ofvalue
)The text was updated successfully, but these errors were encountered: