Documentation patch: :global [cmd] can have a range

2014-10-27 Fir de Conversatie Michael Henry
Bram, Here is a small documentation patch that indicates the [cmd] associated with the :global command may contain a range. Tim Chase pointed out a couple of pre-existing examples in the documentation, so I've linked to them from :global, which required adding one extra tag in usr_25.txt. diff

[patch] When specify a negative number to 'topline' by winrestview(), display becomes strange.

2014-10-27 Fir de Conversatie h_east
Hi list! How to reproduce: - start vim $ vim -N -u NONE -c se nu - Input below. iaEsc :call winrestview({'topline': -3}) Expected behavior: - Display this. (Display does not change) 1 a Actual behavior: - Displayed below. (Invalid line number!) -3 a -2 a -1 a 0 a 1 a I

Re: [patch] vartabstops: (a) readded src/testdir/test_vartabs.{in,ok} (b) fixed diff hunk erroneously applied due to context change in 7.4.456

2014-10-27 Fir de Conversatie Christian Brabandt
Hi Roland! On So, 26 Okt 2014, Roland Eggner wrote: When options breakindent, wrap and vartabstop are used all together, there are erroneous indentation offsets of continuation lines, as if breakindentopt=shift:N would specify nonzero values of N depending on number of tab characters at

[patch] allow to vimgrep current buffer

2014-10-27 Fir de Conversatie Christian Brabandt
Bram, here is a patch, that allows to use :vimgrep /foobar/ to search only the current buffer. You might want to argue this is already possible just use '%' as the filename, but that does not work, if the current buffer does not have a name yet. Then vimgrep complains about not being able to

Re: [patch] allow to vimgrep current buffer

2014-10-27 Fir de Conversatie Bee
On Monday, October 27, 2014 1:06:12 PM UTC-7, Christian Brabandt wrote: Bram, here is a patch, that allows to use :vimgrep /foobar/ to search only the current buffer. You might want to argue this is already possible just use '%' as the filename, but that does not work, if the current

Re: bug in matchparen.vim: matching paren not highlighted when scrolled into view

2014-10-27 Fir de Conversatie Eelis
On 2008-05-10 22:16, Bram Moolenaar wrote: Gary Johnson wrote: I just discovered that the parenthesis matching the one the cursor is on is not highlighted if it was initially off-screen and is brought on-screen by scrolling or by the zt or zb commands. [..] Well, the matchparen is only