On 16/12/09 17:12, Tom Link wrote: [...] ... OK, so let's add a user's report. The only patch I use from that vim-dev list of semi-official patches is Bill...
55952
David Fishburn
dfishburn.vim@...
Feb 1, 2010 9:11 am
... hpnpwd, I have verified the patch. Thanks for providing it. Bram, here is an updated copy of autoload/syntaxcomplete.vim. Could you please include it. ...
55953
Bram Moolenaar
Bram@...
Feb 1, 2010 9:30 pm
... Thanks, I'll put it in the queue. -- hundred-and-one symptoms of being an internet addict: 179. You wonder why your household garbage can doesn't have an ...
55954
Gregor Uhlenheuer
kongo2002@...
Feb 2, 2010 12:33 am
Hi, a few months ago a guidecolumn/margincolumn patch was discussed on the vim_dev mailing list which caught my interest. Sadly I wasn't subscribed to the list...
55955
Gregor Uhlenheuer
kongo2002@...
Feb 2, 2010 5:28 pm
Hi all, I finally found the mistake in the patch sent yesterday - so now it works pretty nice (at least here on my machine). You are now free to give it a try....
55956
Andy Kittner
andkit@...
Feb 2, 2010 10:33 pm
Hi All, I usually build my windows vims by cross compiling them on my linux box. This generally works like a charm, however over the years quite a few hacks...
55957
Sergey Khorev
sergey.khorev@...
Feb 3, 2010 6:08 am
Andy, ... I have similar problem with win32 gcc _debug_ build (MinGW gcc-3.4.5 on W7 x64). I.e. normal win32 build works fine but once I add DEBUG=yes, Vim...
55958
Bram Moolenaar
Bram@...
Feb 3, 2010 11:15 am
... Looks harmless. Let me include this. -- A bad peace is better than a good war. - Yiddish Proverb /// Bram Moolenaar -- Bram@... --...
55959
Bram Moolenaar
Bram@...
Feb 3, 2010 11:24 am
Patch 7.2.352 Problem: Win64: Vim doesn't work when cross-compiled with MingW libraries. Solution: Always return TRUE for the WM_NCCREATE message. (Andy...
55960
Bram Moolenaar
Bram@...
Feb 3, 2010 2:14 pm
Patch 7.2.353 Problem: No command line completion for ":profile". Solution: Complete the subcommand and file name. Files: src/ex_docmd.c,...
55961
Bram Moolenaar
Bram@...
Feb 3, 2010 2:48 pm
Patch 7.2.354 Problem: Japanese single-width double-byte characters not handled correctly. Solution: Put 0x8e in ScreenLines[] and the second byte in...
55962
Bram Moolenaar
Bram@...
Feb 3, 2010 4:47 pm
Patch 7.2.355 Problem: Computing the cursor column in validate_cursor_col() is wrong when line numbers are used and 'n' is not in 'cpoptions39;, causing the ...
55963
Bram Moolenaar
Bram@...
Feb 3, 2010 5:17 pm
Patch 7.2.356 Problem: When 'foldmethod39; is changed not all folds are closed as expected. Solution: In foldUpdate() correct the start position and reset...
55964
Sergey Khorev
sergey.khorev@...
Feb 3, 2010 6:43 pm
... Btw the patch has a seemingly harmless side-effect: it makes client window title empty instead of "Vim text area". It seems one of the default actions on...
55965
Andy Kittner
andkit@...
Feb 3, 2010 8:19 pm
... Most interesting, as DefWindowProc is still called. So I guess that indicates that _something_ goes wrong inside it. It doesn't bother to put anything but...
55966
Chris Sutcliffe
ir0nh34d@...
Feb 4, 2010 3:12 am
... I think this patch may have caused an undesired side affect, in that if I save a file (:w) with foldmethod set to 'syntax39;, the fold closes on the line...
55967
Sergey Khorev
sergey.khorev@...
Feb 4, 2010 6:19 am
Andy, ... It seems I found what actually is wrong. In gui_w32.c we create ASCII window class for text area, but _TextAreaWndProc forwards messages to ...
55968
Andy Kittner
andkit@...
Feb 4, 2010 7:16 am
... Nice thanks for looking into it some more. ... I only did a quick check and got an error at startup, I'll take a closer look this evening when I get back...
55969
Lech Lorens
lech.lorens@...
Feb 4, 2010 10:29 am
... I can't reproduce the problem. Do you know the exact steps I have to take to do it? -- Best regards, Lech Lorens -- You received this message from the...
55970
Chris Sutcliffe
ir0nh34d@...
Feb 4, 2010 1:16 pm
... I can reproduce it by editing a cpp file with foldmethod=syntax, typing 'zO' to open a fold, go in to the previously folded function and type ':w' and the...
55971
Ben Fritz
fritzophrenic@...
Feb 4, 2010 3:21 pm
... Following these steps does not reproduce the problem for me, running the "Cream" install on Windows which is now up to 7.2.356. Thinking maybe something in...
55972
Andy Kittner
andkit@...
Feb 4, 2010 10:39 pm
... Oh boy, if there is an award for stupidest person 2010, then I just got the lead by a wide margin. When I tried out your patch this morning I made a 32bit...
55973
James Vega
jamessan@...
Feb 4, 2010 11:11 pm
... You shouldn't need to do this. If you have something automatically updating the tags database, Vim will always be up-to-date. Vim doesn't cache tags...
55974
Chris Sutcliffe
ir0nh34d@...
Feb 4, 2010 11:37 pm
... I've sorted it out... I originally had: " Create tags file au FileType cpp call CreateTags() au BufWritePost * nested filetype detect Where: " Create...
55975
Eric Van Dewoestine
ervandew@...
Feb 4, 2010 11:41 pm
Hello all, I'm the author of eclim which provides an integration between vim and eclipse which also includes a fork of the vimplugin project that launches or...
55976
Chris Sutcliffe
ir0nh34d@...
Feb 4, 2010 11:57 pm
... It is indeed an issue in my config, in particular this line: au BufWritePost * nested filetype detect Which I use to re-read the ctags file so that...
55977
Nico
nicoraffo@...
Feb 5, 2010 4:04 am
Hello, Over the past 6 months or so I've been working on a plugin which turns a Vim buffer into a terminal emulator and allows users to run a shell in that...
55978
Ben Fritz
fritzophrenic@...
Feb 5, 2010 4:31 am
The original problem may have been solved, but take a look at this current vim_use thread. A new one seems to have popped up: ...
55979
Sergey Khorev
sergey.khorev@...
Feb 5, 2010 5:17 am
... Cool, thank you! -- Sergey Khorev http://sites.google.com/site/khorser Can anybody think of a good tagline I can steal? -- You received this message from...
55980
Sergey Khorev
sergey.khorev@...
Feb 5, 2010 10:44 am
... I happened to run on this issue too. It seems Perl 5.10 added a new function thus breaking +perl/dyn build. Attached patch should fix that. -- Sergey...