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

Combinator builtins #1

Open
dag opened this issue May 12, 2013 · 0 comments
Open

Combinator builtins #1

dag opened this issue May 12, 2013 · 0 comments

Comments

@dag
Copy link
Owner

dag commented May 12, 2013

For example, code like this is perfectly valid:

false
or begin
    ...
end

However currently if you type this the third line will not be automatically indented, and if you use endwise the end will actually be dedented one level more than the or begin!

To solve this we need a list of all these "combinator" builtins (only builtins have this power), and also remember that they can be chained, for example if not begin. Also, the b option should perhaps be removed from some or all of the UltiSnips snippets.

RobertAudi pushed a commit to RobertAudi/vim-fish that referenced this issue Aug 19, 2016
We can terminate keywordprg with a backslash in order to escape the
space Vim adds between it and the keyword. This means we don't need the
wrapper script anymore.

Fixes dag#1.
inkch referenced this issue in inkch/vim-fish May 21, 2021
Filter blank completions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant