Re: Patch 7.4.460

2014-10-09 Fir de Conversatie Bram Moolenaar
Erik Falor wrote: On Wed, Sep 24, 2014 at 01:27:23PM +0200, Bram Moolenaar wrote: Patch 7.4.460 (after 7.4.454) Problem:Can't build without the quickfix feature. (Erik Falor) Solution: Add a #ifdef. Files: src/window.c *** ../vim-7.4.459/src/window.c

Patch 7.4.466

2014-10-09 Fir de Conversatie Bram Moolenaar
Patch 7.4.466 (after 7.4.460) Problem:CTRL-W } does not open preview window. (Erik Falor) Solution: Don't set g_do_tagpreview for CTRL-W }. Files: src/window.c *** ../vim-7.4.465/src/window.c 2014-09-24 13:26:39.954971642 +0200 --- src/window.c2014-10-09 10:30:37.712864442

Re: Dear Bram

2014-10-09 Fir de Conversatie Paul LeoNerd Evans
On Mon, 6 Oct 2014 19:59:45 +0200 Christian Brabandt cbli...@256bit.org wrote: Hi Paul! On Mo, 06 Okt 2014, Paul LeoNerd Evans wrote: But more than that I've got out and actually tried to do something to fix them in this regard. I worked with Thomas Dickey to design a new scheme for

Re: [patch] switch nfa regexp engine to bt engine when too many states are encountered

2014-10-09 Fir de Conversatie Bram Moolenaar
Christian wrote: Bram, here is patch, that will switch from the NFA engine to the BT regular expression engine when there are too many states encountered. I have tested it on some input on which the NFA engine was slow (issue #164) and it worked. I made it so, that when verbose

Re: [patch] small update to optwin.vim

2014-10-09 Fir de Conversatie Bram Moolenaar
Christian wrote: here is an update to optwin.vim Thanks, I'll include it. -- Married is a three ring circus: First comes the engagement ring. Then comes the wedding ring. Then comes the suffering. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///

Re: [patch] issue 78

2014-10-09 Fir de Conversatie Bram Moolenaar
Christian wrote: Bram, here is a patch for issue 78 Thanks! -- hundred-and-one symptoms of being an internet addict: 242. You turn down a better-paying job because it doesn't come with a free e-mail account. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\

Re: [patch] issue 203

2014-10-09 Fir de Conversatie Bram Moolenaar
Christian wrote: Bram, here is a patch, that attempts to fix issue 203. Thanks! -- hundred-and-one symptoms of being an internet addict: 240. You think Webster's Dictionary is a directory of WEB sites. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///

Re: [patch] issue 253

2014-10-09 Fir de Conversatie Bram Moolenaar
Christian wrote: Bram, here is a patch for issue 253. Thanks! -- hundred-and-one symptoms of being an internet addict: 241. You try to look for Net Search even when you're in File Manager. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim,

Patch 7.4.467

2014-10-09 Fir de Conversatie Bram Moolenaar
Patch 7.4.467 Problem:'linebreak' does not work well together with Visual mode. Solution: Disable 'linebreak' while applying an operator. Fix the test. (Christian Brabandt) Files: src/normal.c, src/screen.c, src/testdir/test_listlbr.in,

Patch 7.4.468

2014-10-09 Fir de Conversatie Bram Moolenaar
Patch 7.4.468 Problem:Issue 26: CTRL-C does not interrupt after it was mapped and then unmapped. Solution: Reset mapped_ctrl_c. (Christian Brabandt) Files: src/getchar.c *** ../vim-7.4.467/src/getchar.c2014-07-30 16:00:45.539553496 +0200 --- src/getchar.c

Re: Patch 7.4.467

2014-10-09 Fir de Conversatie Ken Takata
Hi, 2014/10/9 Thu 20:24:12 UTC+9 Bram Moolenaar wrote: Patch 7.4.467 Problem:'linebreak' does not work well together with Visual mode. Solution: Disable 'linebreak' while applying an operator. Fix the test. (Christian Brabandt) Files:src/normal.c, src/screen.c,

Patch 7.4.469

2014-10-09 Fir de Conversatie Bram Moolenaar
Patch 7.4.469 (after 7.4.467) Problem:Can't build with MSVC. (Ken Takata) Solution: Move the assignment after the declarations. Files: src/normal.c *** ../vim-7.4.468/src/normal.c 2014-10-09 13:22:41.804886993 +0200 --- src/normal.c2014-10-09 14:46:05.728897923 +0200

Re: Patch 7.4.467

2014-10-09 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: 2014/10/9 Thu 20:24:12 UTC+9 Bram Moolenaar wrote: Patch 7.4.467 Problem:'linebreak' does not work well together with Visual mode. Solution: Disable 'linebreak' while applying an operator. Fix the test. (Christian Brabandt) Files:

Re: Issue 26 in vim: Ctrl-C doesn't perform interrupt after map/unmap

2014-10-09 Fir de Conversatie vim
Updates: Status: Fixed Comment #2 on issue 26 by chrisbr...@googlemail.com: Ctrl-C doesn't perform interrupt after map/unmap https://code.google.com/p/vim/issues/detail?id=26 Fixed by 7.4.468 -- You received this message because this project is configured to send all issue

Re: Issue 26 in vim: Ctrl-C doesn't perform interrupt after map/unmap

2014-10-09 Fir de Conversatie vim
Comment #3 on issue 26 by marcmo...@gmail.com: Ctrl-C doesn't perform interrupt after map/unmap https://code.google.com/p/vim/issues/detail?id=26 Thank you very much, Christian! -- You received this message because this project is configured to send all issue notifications to this

Patch 7.4.470

2014-10-09 Fir de Conversatie Bram Moolenaar
Patch 7.4.470 Problem:Test 11 and 100 do not work properly on Windows. Solution: Avoid using feedkeys(). (Ken Takata) Files: src/testdir/Make_dos.mak, src/testdir/test11.in, src/testdir/test100.in *** ../vim-7.4.469/src/testdir/Make_dos.mak 2014-08-16

Patch 7.4.471

2014-10-09 Fir de Conversatie Bram Moolenaar
Patch 7.4.471 Problem:MS-Windows: When printer name contains multi-byte, the name is displayed as ???. Solution: Convert the printer name from the active codepage to 'encoding'. (Yasuhiro Matsumoto) Files: src/os_mswin.c *** ../vim-7.4.470/src/os_mswin.c

shiftwidth() function documentation error

2014-10-09 Fir de Conversatie Benjamin Fritz
shiftwidth() *shiftwidth()* Returns the effective value of 'shiftwidth'. This is the 'shiftwidth' value unless it is zero, in which case it is the 'tabstop' value. To be backwards compatible in indent plugins, use this: if exists('*shiftwidth') func s:sw() return shiftwidth() endfunc

Re: shiftwidth() function documentation error

2014-10-09 Fir de Conversatie Christian Brabandt
Hi Benjamin! On Do, 09 Okt 2014, Benjamin Fritz wrote: shiftwidth() *shiftwidth()* Returns the effective value of 'shiftwidth'. This is the 'shiftwidth' value unless it is zero, in which case it is the 'tabstop' value.  To be backwards compatible in indent plugins, use this: if

Bug of the javascript syntax file has been posted to the vim bugtracker

2014-10-09 Fir de Conversatie Christian Brabandt
Claudio, I'd like to bring Issue 113¹ from the Vim bug tracker to your attention. There has been a problem regarding the javascript syntax file been posted. Could you please take a look? If you approve would you mind sending an updated javascript syntax file for inclusion with Vim to Bram?

Re: Issue 113 in vim: Javascript syntax highlight regex error

2014-10-09 Fir de Conversatie vim
Updates: Labels: Runtime Comment #1 on issue 113 by chrisbr...@googlemail.com: Javascript syntax highlight regex error https://code.google.com/p/vim/issues/detail?id=113 The correct way is to report the problem to the maintainer of the syntax file. I have written him a mail to take

Re: Issue 114 in vim: vim breaks statically-linked ruby by stripping symbols

2014-10-09 Fir de Conversatie vim
Comment #1 on issue 114 by chrisbr...@googlemail.com: vim breaks statically-linked ruby by stripping symbols https://code.google.com/p/vim/issues/detail?id=114 Does this still happen? What ruby version are you using? -- You received this message because this project is configured to send

Re: Issue 133 in vim: [syntax patch proposal] config.vim recognize AC_MSG as strings

2014-10-09 Fir de Conversatie vim
Updates: Labels: Runtime Comment #1 on issue 133 by chrisbr...@googlemail.com: [syntax patch proposal] config.vim recognize AC_MSG as strings https://code.google.com/p/vim/issues/detail?id=133 This should be taken to the maintainer of that particular syntax file. I wrote him a

Update to the configure syntax file has been posted to the vim bugtracker

2014-10-09 Fir de Conversatie Christian Brabandt
Christian, I'd like to bring Issue 133¹ from the Vim bug tracker to your attention. There has been a patch to the configure syntax file been posted. Could you please review the change? If you approve would you mind sending an updated configure syntax file for inclusion with Vim to Bram?

Re: Issue 135 in vim: Segfault when using omnicppcomplete/clang_complete

2014-10-09 Fir de Conversatie vim
Comment #1 on issue 135 by chrisbr...@googlemail.com: Segfault when using omnicppcomplete/clang_complete https://code.google.com/p/vim/issues/detail?id=135 Is this still reproducable? Can you post an example file? Thanks. -- You received this message because this project is configured to

Re: Issue 133 in vim: [syntax patch proposal] config.vim recognize AC_MSG as strings

2014-10-09 Fir de Conversatie vim
Updates: Cc: brammool...@gmail.com Comment #2 on issue 133 by chrisbr...@googlemail.com: [syntax patch proposal] config.vim recognize AC_MSG as strings https://code.google.com/p/vim/issues/detail?id=133 maintainers email bounces. You might want to include the patch nevertheless. --