:help does not correctly handle partial abbreviations

2014-06-02 Thread Matthew Martin
:help :nor should go to the tag for :noremap or :no not :norm as it does now. Similarly :help :nore incorrectly goes to :norea :help :norem incorrectly goes to :noreme -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to

Re: :help does not correctly handle partial abbreviations

2014-06-02 Thread Bram Moolenaar
Matthew Martin wrote: > :help :nor should go to the tag for :noremap or :no not :norm as it does now. > Similarly > :help :nore incorrectly goes to :norea > :help :norem incorrectly goes to :noreme I'll add tags for those. -- Vi is clearly superior to emacs, since "vi" has only two characters

Re: global command slow when clipboard=unnamed

2014-06-02 Thread Praful
On Sunday, 1 June 2014 15:30:44 UTC+1, Bram Moolenaar wrote: > > When restoring clip_unnamed, it's not too dificult to set the clipboard > > then. Would require checking that it would have been set (default > > register changed). Then the remarks about "doesn't work for some > > commands" can

Re: patch: match_add() and match_delete() hack for matchparen speed improvement

2014-06-02 Thread Alexey Radkov
2014-06-02 0:01 GMT+04:00 Bram Moolenaar : > > Alexey Radkov wrote: > > > A new version: next_search_hl_pos() moved into next_search_hl(). > > A number of fixes added. > > Docs were added too, here is an excerpt: > > > > matchaddpos({group}, {pos}[, {priority}[, {id}]])*matchaddpos()* > >

Re: [PATCH] XDG Base Directory Specification support (v3)

2014-06-02 Thread Bram Moolenaar
Jean-François Bignolles wrote: > I made a new patch (based on vim 7.4.315). > > Le mercredi 28 mai 2014 19:49:50 UTC+2, Bram Moolenaar a écrit : > > > I had a look at this. > > > > First a small remark about the patch: > > > > Places for your personal initializations: > > > > -

Re: patch: match_add() and match_delete() hack for matchparen speed improvement

2014-06-02 Thread Alexey Radkov
Here is latest patch (with the failing test). 2014-06-02 18:08 GMT+04:00 Alexey Radkov : > > > > 2014-06-02 0:01 GMT+04:00 Bram Moolenaar : > > >> Alexey Radkov wrote: >> >> > A new version: next_search_hl_pos() moved into next_search_hl(). >> > A number of fixes added. >> > Docs were added too,

Re: :help does not correctly handle partial abbreviations

2014-06-02 Thread Matthew Martin
On Monday, June 2, 2014 3:50:23 AM UTC-5, Bram Moolenaar wrote: > Matthew Martin wrote: > > > > > :help :nor should go to the tag for :noremap or :no not :norm as it does > > now. > > > Similarly > > > :help :nore incorrectly goes to :norea > > > :help :norem incorrectly goes to :noreme > >

Re: :help does not correctly handle partial abbreviations

2014-06-02 Thread Bram Moolenaar
Matthew Martin wrote: > On Monday, June 2, 2014 3:50:23 AM UTC-5, Bram Moolenaar wrote: > > Matthew Martin wrote: > > > > > :help :nor should go to the tag for :noremap or :no not :norm as it does > > > now. > > > Similarly > > > :help :nore incorrectly goes to :norea > > > :help :norem incorre

Re: Problems with star (*) mappings in vim 7.4 (with MS Windows)

2014-06-02 Thread Ben Fritz
On Friday, May 30, 2014 9:09:19 AM UTC-5, David Fishburn wrote: > On Fri, May 30, 2014 at 9:46 AM, Christian Brabandt > wrote: > > Hi Pedro! > > > > On So, 25 Mai 2014, Pedro Ferrari wrote: > > > > > I believe that the problem (bug?) is that the * (star) key cannot be > > > remapped: if I

Re: [PATCH] XDG Base Directory Specification support (v3)

2014-06-02 Thread ZyX
> +#define RUNTIME_AFTER RUNTIME_USER "/after" > > Older C compilers do not support this. I'm not sure which ones, it is > not used yet in Vim. I used it for exception messages in Python. It is also present in version.c: https://bitbucket.org/ZyX_I/vim/src/ef30fcd05203feee8ca40a23ac75eed55549

virtcol() subject to showbreak

2014-06-02 Thread Axel Bender
virtcol() fails to deliver the correct screen column if showbreak is set to a value other than "" and wrap is on, i.e. it doesn't take into account the length of the string that showbreak is set to. To reproduce: 1) Start a "bare" gvim with a text containing a long line. 2) :set nowrap 3) Posit

Re: illegal encoding in zh_CN.cp936.po

2014-06-02 Thread Danek Duvall
I've applied the attached patch to my build, and just set MSGFMT=gmsgfmt in the environment when I run configure. It's yours if you want it, since it seems like a decent addition to the configurability of the build. It's not complete, though, since it doesn't handle xgettext and msgmerge, but I d

[patch] fix in runtime/doc/syntax.txt

2014-06-02 Thread Dominique Pellé
Attached patch contains a doc fix for runtime/doc/syntax.txt. Regards Dominique -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this m