-
Notifications
You must be signed in to change notification settings - Fork 6
Add some keyword #3
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
Open
krischik
wants to merge
107
commits into
vim-scripts:master
Choose a base branch
from
krischik:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Enhancement #1 change version number and remove subversion artefacts.
Enhancement #1 change version number and remove subversion artefacts.
See :help undo_indent for details.
Release/5.0.0
Set b:undo_indent
After having a look I think that Rainbow-Parenthesis-Improved are overkill for most programmers and you won't need it unless you do a lot of XML or HTML editing and want the tags in rainbow. Don't get me wrong, Rainbow-Parenthesis-Improved is an impressive feast of software design and a powerful plug-in. I just don't that much functionality.
add pattern for errorformat
Set undo ftplugin
Feature/merge distribution
Limit pragma name highlighting to directives
The change to use shiftwidth() instead of &sw was made upstream for all indent plugins in vim/vim@3ec574f and I assume the repeated use of calls to shiftwidth() was simply due to it being a runtime-wide search and replace operation.
Teach the indent script about private parts
…dth-changes Replace repeated calls to shiftwidth() with variable in GetAdaIndent()
Set b:undo_ftplugin
merge fixes from dkearns
Fix folding close marker level indicators
Bug #39 Error on start crashes syntax highlighting
Bug #39 Error on start crashes syntax highlighting
Bug #39 Error on start crashes syntax highlighting
Fix folding close marker level indicators Bug #43 Fix various typos for key mappings of the gnat compiler. Remove insert key mappings
Fix folding close marker level indicators Bug #43 Fix various typos for key mappings of the gnat compiler. Remove insert key mappings
Fix folding close marker level indicators Bug #43 Fix various typos for key mappings of the gnat compiler. Remove insert key mappings
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Work done: