Re: Indenting a closed fold: unexpected behaviour

2016-12-29 Fir de Conversatie Christian Brabandt
On Do, 29 Dez 2016, Christian Brabandt wrote: > +call assert_equal(a, [-1,-1,-1,-1]) > +call assert_equal(a, [-1,-1,-1,-1]) > +call assert_equal(a, [-1,-1,-1,4,4]) Those arguments to assert_equal need to be swapped obviously. Sorry for that, I cannot remember in what order those argu

Re: [vim/vim] searchpair breaks with nomagic (#1341)

2016-12-29 Fir de Conversatie Christian Brabandt
Attached patch fixes it. On Mi, 28 Dez 2016, Chris Paul wrote: > `call searchpair('\[','',']','bW')` <- behaves differently with set nomagic > contrary to the docs > > ``` > [ > " cursor here > ] > ``` Mit freundlichen Grüßen Christian -- Wer A sagt, wird auch Au sagen. -- Zar

Re: [patch] neovim patches

2016-12-29 Fir de Conversatie Christian Brabandt
Here is another one, from neovim #5709 including a test Best, Christian -- In unserer Jugend schuften wir wie Sklaven, um etwas zu erreichen, wovon wir im Alter sorgenlos leben könnten; und wenn wir alt sind, sehen wir, daß es zu spät ist, so zu leben. -- Alexander Pope -- -- Y

Re: Indenting a closed fold: unexpected behaviour

2016-12-29 Fir de Conversatie Christian Brabandt
Hi, attached is a patch, that fixes the observed behaviour and adds a test for both features, the one that 7.4a.017 fixed and the one complained below. Note however, that the patch depends on the patch posted here: https://groups.google.com/d/msg/vim_dev/2uOkM4pS3hE/tg6KGlwqEAAJ (e.g. it needs th