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

Use setlocal over set to contain changes to buffer #30

Closed

Conversation

geoffharcourt
Copy link

Using set isk changes rules about what characters count as keywords in
buffers that don't contain CSS. Plugins should use setlocal for to
change settings for a buffer.

Updated the command invocation to use iskeyword to improve
clarity about what the function is doing.

Fix #22. Close #20

Using `set isk` changes rules about what characters count as keywords in
buffers that don't contain CSS. Plugins should use `setlocal` for to
change settings for a buffer.

Updated the command invocation to use `iskeyword` to improve
clarity about what the function is doing.

Fix gko#20.
Fix gko#22.
Fix gko#26.
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

Successfully merging this pull request may close these issues.

1 participant