Christian Brabandt

Results 767 comments of Christian Brabandt

It's not completely reverted, there is an added check for `!promptc` var. There were some discussions around 7.3.014: https://groups.google.com/g/vim_dev/c/F5-tDqoafz8/m/GqKF-uQsLD0J The example mentioned in this thread: ``` To recreate the problem,...

Yeah, that is true. Can you suggest a PR?

It seems we can fix this, if we add `:setglobal/setlocal` to `TRICKY_COMMANDS`. This assumes, `:set` with arguments basically never starts a line-continuation. ```diff diff --git a/runtime/autoload/dist/vimindent.vim b/runtime/autoload/dist/vimindent.vim index 07b21538e..3ea15bbe5 100644...

The 'listchars' option is clearly only for 'list' option and has nothing to do with the statusline. Perhaps we need an extra entry for the 'fillchars' option.

so, can we fix it, so that is behaves like for Typescript?

Thanks. @yegappan are you fine with this?