forked from vim-perl/vim-perl6
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Set b:undo_indent #3
Open
dkearns
wants to merge
23
commits into
zostay:master
Choose a base branch
from
dkearns:set-undo_indent
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 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
* fix issue 10 (Raku#10) * also add detection based on * a shebang with raku in it * file extensions listed here: https://github.com/Raku/problem-solving/blob/master/solutions/language/Path-to-Raku.md#extensions
fix the issue 10
add instructions to use vim bundle package manager
Add Cool type
Simply handle them in the same was as qqw for now.
Make a handful of fixes for keyword syntax highlighting
Highlight qqww quoting constructs correctly too
For choice of MIT license, see poll on issue Raku#6. For "Raku community", I copied what was in use by the most recent other Raku/* project that doesn't use "The Perl Foundation" or "The Free Software Foundation" (neither of which seems correct here). Unfortunately, that is from a little-known project called github.com/Raku/setup-raku/. Fortunately, it's by Shoichi Kaji, who has a fair amount of experience w/ project management. That being said, if there is any objection it's fine by me to modify it or request a change.
Closes Raku#12 This is a stripped down and improved version of the patch in Raku#12, so credit belongs to @eiro and @zostay for the main idea. After this patch, 'gf' for example will search: - ./lib - . - $RAKULIB - ~/.zef/store/*/*/lib (sorted in reverse directory mtime) A search for Foo::Bar will look in those lib dirs for one of Foo/Bar.{rakumod,rakudoc,pm6,pm}.
Create MIT LICENSE, Copyright 2021 Raku community
Fix file search (gf, [I, etc: path & suffixesadd settings)
Add vim-raku.txt documentation file; document unicode
See :help undo_indent for details.
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.
See :help undo_indent for details.