You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Fixesdag#1.
For example, code like this is perfectly valid:
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 theor 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, theb
option should perhaps be removed from some or all of the UltiSnips snippets.The text was updated successfully, but these errors were encountered: