Skip to content

Update ftplugin #553

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

Merged
merged 2 commits into from
Jul 19, 2016
Merged

Update ftplugin #553

merged 2 commits into from
Jul 19, 2016

Conversation

dmitrivereshchagin
Copy link
Contributor

Removed 'regexpengine' workaround. Setting 'regexpengine' from filetype plugin without reenabling syntax doesn't fix problems described in #88 and #93.

I have tested some old versions of Vim. Seems like those problems are reproducible only in versions 7.4 and 7.4.1. Those few unfortunates who encounter it today will be able to find fix in project issues.

Filetype plugin moved to after directory so now it's possible to use b:undo_ftplugin variable.

@bounceme
Copy link
Collaborator

looks fine, thanks

@bounceme
Copy link
Collaborator

could you add iskeyword please?

Setting 'regexpengine' from filetype plugin without reenabling syntax
doesn't fix problems described in #88 and #93.  Seems like those
problems are reproducible only in versions 7.4 and 7.4.1.  Those few
unfortunates who encounter it today will be able to find workaround
by reading project issues.
- Add dollar sign to 'iskeyword'
- Make use of b:undo_ftplugin variable
@dmitrivereshchagin
Copy link
Contributor Author

Updated.

@bounceme bounceme merged commit e6a4f2f into pangloss:develop Jul 19, 2016
@dmitrivereshchagin dmitrivereshchagin deleted the update-ftplugin branch July 20, 2016 06:51
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.

2 participants