... Vim works on many systems, thus we must shure changes don't break it for HPUX, SunOS, etc. I don't know the details of the Norwegian language names. I...
55275
Bram Moolenaar
Bram@...
Nov 1, 2009 1:00 pm
... Thanks! -- An indication you must be a manager: You believe you never have any problems in your life, just "issues" and "improvement opportunities". ///...
55276
winterTTr
winterttr.vim@...
Nov 1, 2009 1:26 pm
... Thanks to your answer, although this letter should be posted to the vim_use. I now add some logical process for this need, and it can work now. ... ...
55277
Tony Mechelynck
antoine.mechelynck@...
Nov 1, 2009 6:35 pm
On 01/11/09 13:59, Bram Moolenaar wrote: [...] ... See for instance http://en.wikipedia.org/wiki/Norwegian_language (including the "Language codes" in the...
55278
Lech Lorens
lech.lorens@...
Nov 2, 2009 1:29 pm
If two windows show the same buffer, you edit the buffer in one of them in such a way that a fold is created in the other one that starts above the window's...
55279
Lech Lorens
lech.lorens@...
Nov 2, 2009 1:31 pm
It is possible to create an unclosable fold. By executing the following commands in a new instance of vim: set fdc=5 fdm=marker fmr={{{,}}} fml=1 normal isome...
55280
Lech Lorens
lech.lorens@...
Nov 2, 2009 1:51 pm
On 02-Nov-2009 Lech Lorens <lech.lorens@...> wrote: [...] In case you are unable to reproduce the problem, it can be seen in the following screen shot: ...
55281
Yukihiro Nakadaira
yukihiro.nakadaira@...
Nov 2, 2009 1:57 pm
When using %! item in 'statusline39; option, Vim sometimes shows an error and sometimes crash. vimrc.vim: set statusline=%!MyStatusLine() set laststatus=2 ...
55282
Dominique Pellé
dominique.pelle@...
Nov 2, 2009 7:08 pm
... Hi I can reproduce the crash too with the redraw! inside the MyStatusLine() function as you describe. The attached patch fixes it for me but please verify...
55283
Bram Moolenaar
Bram@...
Nov 2, 2009 8:12 pm
... I can't reproduce it right away, but your explanation shows what is wrong. I'll add it to the todo list. -- ARTHUR: But if he was dying, he...
55284
Bram Moolenaar
Bram@...
Nov 2, 2009 8:12 pm
... Great, thanks. I'm really happy to see so many patches these days! I should have time tomorrow to verify and include them. -- LAUNCELOT: Isn't there a St....
55285
Clockwork Jam
clockworkjam@...
Nov 2, 2009 9:32 pm
I'm seeing some odd behaviour when passing a submatch to substitute() when evaluating a regexp in GVim 7.2. Say I have the following two- line file: the second...
55286
Tony Mechelynck
antoine.mechelynck@...
Nov 3, 2009 1:18 am
... About using cscope (including 'cscopequickfix' and without any nonstandard plugin), I've put up yesterday a proposed Vim Tip based on my own practice, and...
55287
Tony Mechelynck
antoine.mechelynck@...
Nov 3, 2009 6:53 am
... Bram, the line is there, and the file is there, but clicking the link in help.txt gives me an error E149, because here's the first line of ft_sql.txt (as...
55288
Dominique Pellé
dominique.pelle@...
Nov 3, 2009 7:01 am
... If that helps to understand the problem and to reproduce it, this is what Valgrind shows when doing... $ cd vim7/src $ cat vimrc.vim set...
55289
Bram Moolenaar
Bram@...
Nov 3, 2009 10:32 am
... Well, either a bug or an unsupported feature. What happens is that the substitute() call clears the submatches and sets new ones. I suppose the submatches...
55290
Bram Moolenaar
Bram@...
Nov 3, 2009 10:33 am
... Right, the version number is wrong. -- Dreams are free, but there's a small charge for alterations. /// Bram Moolenaar -- Bram@... --...
55291
Bram Moolenaar
Bram@...
Nov 3, 2009 10:44 am
Patch 7.2.268 Problem: Crash when using Python to set cursor beyond end of line. (winterTTr) Solution: Check the column to be valid. Files:...
55292
Bram Moolenaar
Bram@...
Nov 3, 2009 11:12 am
Patch 7.2.269 Problem: Many people struggle to find out why Vim startup is slow. Solution: Add the --startuptime command line flag. Files:...
55293
Bram Moolenaar
Bram@...
Nov 3, 2009 11:46 am
Patch 7.2.270 Problem: Using ":@c" when the c register contains a CR causes the rest to be executed later. (Dexter Douglas) Solution: Don't check for...
55294
Bram Moolenaar
Bram@...
Nov 3, 2009 11:54 am
Patch 7.2.271 Problem: Using freed memory in Motif GUI version when making a choice. Solution: Free memory only after using it. (Dominique Pelle) Files:...
55295
Bram Moolenaar
Bram@...
Nov 3, 2009 12:07 pm
Patch 7.2.272 Problem: "_.svz" is not recognized as a swap file. (David M. Besonen) Solution: Accept .s[uvw][a-z] as a swap file name extension. Files:...
55296
François Ingelrest
francois.ingelrest@...
Nov 3, 2009 12:22 pm
... Wow, this is very cool and can be very handy. Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev"...
55297
mobi phil
mobi@...
Nov 3, 2009 12:34 pm
Hello, I added recently some additional directories to the search path. However headers were not found.. I looked at the set path, and see that it is...
55298
Parker Jones
zoubidoo@...
Nov 3, 2009 12:53 pm
Changing settings is something that I and perhaps many other users don't do often, so it's less familiar than other parts of vim. It would be a great...
55299
Bram Moolenaar
Bram@...
Nov 3, 2009 1:27 pm
Patch 7.2.273 Problem: Crash with redir to unknown array. (Christian Brabandt) Solution: Don't assign the redir result when there was an error. Files:...
55300
Bram Moolenaar
Bram@...
Nov 3, 2009 1:47 pm
Patch 7.2.274 Problem: Syntax folding doesn't work properly when adding a comment. Solution: Fix it and add a test. (Lech Lorens) Files: src/fold.c,...
55301
Yukihiro Nakadaira
yukihiro.nakadaira@...
Nov 3, 2009 2:13 pm
... Thank you. I cannot see error with your patch. Although this is minor problem, I got double statusline like the following. ... +-------------------------+...
55302
Yukihiro Nakadaira
yukihiro.nakadaira@...
Nov 3, 2009 2:13 pm
... Actually this script cannot reproduce an error. More lines are required. set statusline=%!MyStatusLine() set laststatus=2 function MyStatusLine() return...
55303
Bram Moolenaar
Bram@...
Nov 3, 2009 2:39 pm
Patch 7.2.275 Problem: Warning for unused argument and comparing signed and unsigned. Solution: Add type cast. Files: src/memline.c ... ...