Christian Brabandt
Christian Brabandt
ping @k-takata please
I haven't tested it, but does this work for you: ```diff diff --git a/indent/sh.vim b/indent/sh.vim index ae0a45f..846535e 100644 --- a/indent/sh.vim +++ b/indent/sh.vim @@ -302,7 +302,6 @@ function! s:end_block(line) endfunction function!...
What is this purpose of this PR?
Hm, I am still not sure about this. The use case seems quite niche and a user reading the help file, won't be necessarily clear when to use `complete()` instead...
I tend to agree
let's not do it.
`vimtutor` is essentially plain text. I have no idea how to use `gettext()` for this. Similar for the manpages, no idea how to make use of `gettext()` here.
as you know, this is intentionally as of [patch v9.1.1230](8a63529a2f84bb5069b5f5e38f1704a541d067ad). That's how `` is supposed to work, it's basically some kind of interruption/clean-up key code. You can map it to...
That is true. But at the same time, there was an inconsistency how `` was handled depending on whether or not a filter was defined. Perhaps we should remove the...
Alright, I revert it