Re: Patch 7.4.668

2015-03-20 Fir de Conversatie h_east
Hi Bram, 2015/3/21(Sat) 1:37:03 UTC+9 Bram Moolenaar: > Patch 7.4.668 > Problem:Can't use a glob pattern as a regexp pattern. > Solution: Add glob2regpat(). (Christian Brabandt) > Files: src/eval.c, runtime/doc/eval.txt > > > *** ../vim-7.4.667/src/eval.c 2015-03-05 19:35:20.690114997

Re: Crash when new tags file loaded while waiting for tag selection

2015-03-20 Fir de Conversatie Ben Fritz
On Friday, March 20, 2015 at 8:39:19 PM UTC-5, Ben Fritz wrote: > On Friday, March 20, 2015 at 7:00:21 AM UTC-5, Bram Moolenaar wrote: > > > > Are you able to get a stack trace of the crash? Or even better, have it > > crash in a debugger? > > > > Sure will! > > ...as soon as I can figure out h

Re: Crash when new tags file loaded while waiting for tag selection

2015-03-20 Fir de Conversatie Ben Fritz
On Friday, March 20, 2015 at 7:00:21 AM UTC-5, Bram Moolenaar wrote: > > Are you able to get a stack trace of the crash? Or even better, have it > crash in a debugger? > Sure will! ...as soon as I can figure out how to force ctags to parse those stupid *.pro files along with the rest of the co

[proposal] ordered-dict feature

2015-03-20 Fir de Conversatie Ozaki Kiichi
Hi. I propose 'ordered-dict' feature; dictionary remembers the order that its items are added. spec: The results of following functions are derived from the order that items are added into dict. * items(dict), keys(dict), values(dict) * copy(dict), extend(dict1, dict2) * "echo dict", string(d

Re: Issue 344 in vim: Inconsistency with virtualedit=onemore $ and g$ in NORMAL vs VISUAL.

2015-03-20 Fir de Conversatie vim
Comment #5 on issue 344 by TruSktr: Inconsistency with virtualedit=onemore $ and g$ in NORMAL vs VISUAL. https://code.google.com/p/vim/issues/detail?id=344 I'm willing to bet high amounts of money that only a very very tiny fraction of people actually rely on selecting the newline char in V

Re: Wrong dollar sign red color highlighting in shell scripts

2015-03-20 Fir de Conversatie Christian Brabandt
Hi Yuri! On Fr, 20 Mär 2015, Yuri wrote: > On 03/19/2015 01:44, John Little wrote: > > let g:is_posix = 1 > > This helped, but there is still some valid shell syntax in BSD > (Almquist) shell that is highlighted red: > > CR=$'\r' > > NL=$'\n' > dollar sign and enclosing quotation symbols

Re: Wrong dollar sign red color highlighting in shell scripts

2015-03-20 Fir de Conversatie Yuri
On 03/19/2015 01:44, John Little wrote: let g:is_posix = 1 This helped, but there is still some valid shell syntax in BSD (Almquist) shell that is highlighted red: > CR=$'\r' > NL=$'\n' dollar sign and enclosing quotation symbols. Yuri -- -- You received this message from the "v

[proposal] new 'cursorlinenr' option

2015-03-20 Fir de Conversatie Ozaki Kiichi
Hi. I propose a new option 'cursorlinenr' to enable highlighting the line number of cursor. [motive] I think that the present spec, applying hl-CursorLineNr depends on 'cursorline' or 'relativenumber', isn't much convenient. [spec] 'cursorlinenr' 'culn' boolean (default unset(-1))

Re: Issue 345 in vim: NoMatchParen might cause E201: *ReadPre autocommands must not change current buffer

2015-03-20 Fir de Conversatie vim
Comment #1 on issue 345 by sw...@ingo-karkat.de: NoMatchParen might cause E201: *ReadPre autocommands must not change current buffer https://code.google.com/p/vim/issues/detail?id=345 I fully agree that such :windo extension as provided by your s:Windo() function is necessary for most plugi

Issue 345 in vim: NoMatchParen might cause E201: *ReadPre autocommands must not change current buffer

2015-03-20 Fir de Conversatie vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 345 by dhah...@gmail.com: NoMatchParen might cause E201: *ReadPre autocommands must not change current buffer https://code.google.com/p/vim/issues/detail?id=345 When using "NoMatchParen" (from the matchparen plugin in the r

Patch 7.4.670

2015-03-20 Fir de Conversatie Bram Moolenaar
Patch 7.4.670 Problem:Using 'cindent' for Javascript is less than perfect. Solution: Improve indenting of continuation lines. (Hirohito Higashi) Files: src/misc1.c, src/testdir/test3.in, src/testdir/test3.ok *** ../vim-7.4.669/src/misc1.c 2015-03-06 22:00:06.813457075 +0100 --- src/m

Patch 7.4.669

2015-03-20 Fir de Conversatie Bram Moolenaar
Patch 7.4.669 Problem:When netbeans is active the sign column always shows up. Solution: Only show the sign column once a sign has been added. (Xavier de Gaye) Files: src/buffer.c, src/edit.c, src/move.c, src/netbeans.c, src/screen.c, src/structs.h *** ../vim-7

Re: Issue 344 in vim: Inconsistency with virtualedit=onemore $ and g$ in NORMAL vs VISUAL.

2015-03-20 Fir de Conversatie vim
Comment #4 on issue 344 by chrisbr...@googlemail.com: Inconsistency with virtualedit=onemore $ and g$ in NORMAL vs VISUAL. https://code.google.com/p/vim/issues/detail?id=344 First, changing the way it behaves currently to the way you wish will make it backword incompatible for the people us

Re: Issue 344 in vim: Inconsistency with virtualedit=onemore $ and g$ in NORMAL vs VISUAL.

2015-03-20 Fir de Conversatie vim
Comment #3 on issue 344 by TruSktr: Inconsistency with virtualedit=onemore $ and g$ in NORMAL vs VISUAL. https://code.google.com/p/vim/issues/detail?id=344 By they way, Google Code is shutting down, you should consider moving to GitHub! ;) -- You received this message because this project

Re: Issue 344 in vim: Inconsistency with virtualedit=onemore $ and g$ in NORMAL vs VISUAL.

2015-03-20 Fir de Conversatie vim
Comment #2 on issue 344 by TruSktr: Inconsistency with virtualedit=onemore $ and g$ in NORMAL vs VISUAL. https://code.google.com/p/vim/issues/detail?id=344 Backwards compatibility with Vi? I'm completely willing to be incompatible with it. Those people can go use Vi. And that's why the noco

Patch 7.4.668

2015-03-20 Fir de Conversatie Bram Moolenaar
Patch 7.4.668 Problem:Can't use a glob pattern as a regexp pattern. Solution: Add glob2regpat(). (Christian Brabandt) Files: src/eval.c, runtime/doc/eval.txt *** ../vim-7.4.667/src/eval.c 2015-03-05 19:35:20.690114997 +0100 --- src/eval.c 2015-03-20 17:28:18.912588318 +0100 ***

Re: Analyzed Vim Source by PVS-Studio

2015-03-20 Fir de Conversatie Christian Brabandt
Hi vim-dev! On Do, 19 Mär 2015, Christian Brabandt wrote: > There has been a blog post about analyzing source code of vim with the > PVS-Studio application. They found several problems and mentioned them > here: > http://www.viva64.com/en/b/0311/ > > I asked them to provide the complete list s

Patch 7.4.667

2015-03-20 Fir de Conversatie Bram Moolenaar
Patch 7.4.667 Problem:'colorcolumn' isn't drawn in a closed fold while 'cursorcolumn' is. (Carlos Pita) Solution: Make it consistent. (Christian Brabandt) Files: src/screen.c *** ../vim-7.4.666/src/screen.c 2015-03-20 15:58:47.417117245 +0100 --- src/screen.c2015-0

Patch 7.4.666

2015-03-20 Fir de Conversatie Bram Moolenaar
Patch 7.4.666 Problem:There is a chance that Vim may lock up. Solution: Handle timer events differently. (Aaron Burrow) Files: src/os_unix.c *** ../vim-7.4.665/src/os_unix.c2014-12-17 17:59:26.912631374 +0100 --- src/os_unix.c 2015-03-20 16:21:43.269619610 +0100

Patch 7.4.665

2015-03-20 Fir de Conversatie Bram Moolenaar
Patch 7.4.665 Problem:'linebreak' does not work properly with multi-byte characters. Solution: Compute the pointer offset with mb_head_off(). (Yasuhiro Matsumoto) Files: src/screen.c *** ../vim-7.4.664/src/screen.c 2015-03-20 15:42:07.200377381 +0100 --- src/screen.c

Patch 7.4.664

2015-03-20 Fir de Conversatie Bram Moolenaar
Patch 7.4.664 Problem:When 'compatible' is reset 'numberwidth' is set to 4, but the effect doesn't show until a change is made. Solution: Check if 'numberwidth' changed. (Christian Brabandt) Files: src/screen.c, src/structs.h *** ../vim-7.4.663/src/screen.c 2015-02-17 17:2

Re: Weird behaviour of :tabmove and inconsistency between the actual behaviour and the document.

2015-03-20 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > Hi Bram and itchyny and List, > > 2015/3/15(Sun) 7:48:01 UTC+9 Bram Moolenaar: > > Hirohito Higashi wrote: > > > > > Hi Bram and List, > > > > > > 2015/3/11(Wed) 15:14:47 UTC+9 h_east: > > > > Hello itchyny and Bram, > > > > > > > > 2015/3/11(Wed) 10:07:53 UTC+9 itch

Re: Crash when new tags file loaded while waiting for tag selection

2015-03-20 Fir de Conversatie Bram Moolenaar
Benjamin Fritz wrote: > The attached test_vimrc.vim sets up a command that (on Windows) > generates a tags file asynchronously and then calls back into Vim using > --remote-expr to add that tags file to the 'tags' option. > > The test_vimrc.vim also sets the 'cscopetag' option to enable selecti

Re: Issue 344 in vim: Inconsistency with virtualedit=onemore $ and g$ in NORMAL vs VISUAL.

2015-03-20 Fir de Conversatie vim
Updates: Status: WontFix Comment #1 on issue 344 by brammool...@gmail.com: Inconsistency with virtualedit=onemore $ and g$ in NORMAL vs VISUAL. https://code.google.com/p/vim/issues/detail?id=344 This is working as intended. It's a compromise that keeps backwards compatibility while