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

let user to define iskeyword using g:coloresque_keywords #23

Merged
merged 1 commit into from
May 3, 2020

Conversation

zeayes
Copy link
Contributor

@zeayes zeayes commented Nov 26, 2014

No description provided.

" set buffer iskeyword
let b:keywords = exists('g:coloresque_keywords') ? g:coloresque_keywords : []
for keyword in b:keywords
exe printf('set iskeyword+=%s', keyword)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should use setlocal

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx

@johntyree
Copy link

@gorodinskiy can we get one of these PRs merged to fix #20? There are three as of now and a fourth unrelated one that secretly tries to fix it as well.

@gko gko closed this May 3, 2020
@gko gko reopened this May 3, 2020
@gko gko merged commit 4981717 into gko:master May 3, 2020
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.

3 participants