... Plain vim.exe from MSYS executed in a cmd.exe shell. I have seen something similar to your observations: If I unset HOME in cmd.exe (via "set HOME=") and...
61551
Tony Mechelynck
antoine.mechelynck@...
Jun 1, 2011 6:07 pm
... What do you see if you try making a new clone (besides your existing one, not immediately replacing it)? Or, are your logs up-to-date? If (after cd to your...
61552
Philippe Vaucher
philippe.vaucher@...
Jun 2, 2011 10:18 am
So, Bram is that ok? Do you want the patch on another medium? Are there issues I didn't address? Thanks, Philippe -- You received this message from the...
61553
Birger J. Nordølum
birgerjn@...
Jun 2, 2011 2:13 pm
Yes, I'm aware. I see you are too :) IMHO, Google Code is perhaps a bit to old and none social for my likings. But I guess Mercurial and a stream of commits is...
61554
Bram Moolenaar
Bram@...
Jun 2, 2011 3:08 pm
... It's perfectly OK for homedir to be NULL. Setting it to any random directory is not a good idea. Where does Vim crash when homedir is NULL? That should...
61555
Bram Moolenaar
Bram@...
Jun 2, 2011 3:08 pm
... I need to have a closer look. Bugs usually have a higher priority than new features. -- hundred-and-one symptoms of being an internet addict: 131. You...
61556
Amol Nagapurkar
amol.nagapurkar@...
Jun 2, 2011 4:23 pm
Hi I have following code in verilog/system verilog when i use "%" key for ifndef else endif keyword it doesn't wrap after reaching endif, where as for all...
61557
ZyX
zyx.vim@...
Jun 2, 2011 4:27 pm
Is this expected: try throw 'Throw39; catch echoe 'Echoe39; echom 'Echom39; endtry will show only 'Echoe39;, but not 'Echom39;? I though that «When used inside a try ...
61558
sc
toothpik@...
Jun 2, 2011 6:07 pm
... indeed they do -- i see many updates that way that don't appear in my update log i guess my update (pull) needs a verbosity option thanx sc -- You received...
61559
Bram Moolenaar
Bram@...
Jun 2, 2011 9:28 pm
... This indeed looks wrong. -- Don't drink and drive. You might hit a bump and spill your beer. /// Bram Moolenaar -- Bram@... --...
61560
Tony Mechelynck
antoine.mechelynck@...
Jun 2, 2011 11:23 pm
... The "Vim way" is that Bram has to approve anything that makes it into the "official" distribution. He probably has a "private" repository where he builds...
61561
Tony Mechelynck
antoine.mechelynck@...
Jun 2, 2011 11:46 pm
... exception). Depending on where the error happens, it may cause an abort of whatever it is that it is wrapped in. In the present case, the "Echoe" exception...
61562
Ben Schmidt
mail_ben_schmidt@...
Jun 2, 2011 11:56 pm
... Vimscripts do not normally terminate on errors, and that is the problem here; it does, when it shouldn't. There is no mapping to terminate, no function, no...
61563
rose
roseanjel02@...
Jun 4, 2011 6:48 am
Earn $1000-$2500 per month If you Register your name You Get Sign-up bonus $5 AND Get $.20 cent for each referral. Further details ...
... The diff filler means that this line doesn't exist in that buffer. There can't possibly be a sign there, so why do you expect the sign column to show up...
61566
ZyX
zyx.vim@...
Jun 4, 2011 8:30 pm
Reply to message «Re: [BUG] Signs column is not displayed for diff filler lines», sent 23:17:51 05 June 2011, Sunday ... Just for the same reason why I see...
61567
H Xu
xuhdev@...
Jun 5, 2011 1:53 am
RISC OS is unsupported now, and I think osfiletype related code should also be removed. Here is the patch to remove them. Regards, Hong Xu 06/05/2011 -- You...
61568
Bram Moolenaar
Bram@...
Jun 5, 2011 10:24 am
... Yeah, that doesn't look right. -- hundred-and-one symptoms of being an internet addict: 138. You develop a liking for cold coffee. /// Bram Moolenaar --...
61569
Bram Moolenaar
Bram@...
Jun 5, 2011 10:24 am
... There is an idea to use the code for this: 9 Rework the code from FEAT_OSFILETYPE for autocmd-osfiletypes to use 'filetype39;. Only for when the current...
61570
Christian Brabandt
cblists@...
Jun 5, 2011 12:38 pm
Hi Bram! ... I think, this patch fixes it: diff --git a/src/screen.c b/src/screen.c ... +++ b/src/screen.c @@ -3399,11 +3399,7 @@ draw_state = WL_SIGN; /* Show...
61571
ZyX
zyx.vim@...
Jun 5, 2011 12:54 pm
Reply to message «Re: [BUG] Signs column is not displayed for diff filler lines», sent 16:38:11 05 June 2011, Sunday by Christian Brabandt: No, it introduces...
61572
Lech Lorens
lech.lorens@...
Jun 5, 2011 4:44 pm
I found the following fragment in gui_mac.c: #v+ if (gui.which_scrollbars[SBAR_BOTTOM]); p.v += gui.scrollbar_height; #v- The indentation suggests that the...
61573
Bram Moolenaar
Bram@...
Jun 6, 2011 3:42 am
... Thanks, I'll check it out later. I hope it doesn't introduce a new problem. -- I wish there was a knob on the TV to turn up the intelligence. There's a...
61574
Bram Moolenaar
Bram@...
Jun 6, 2011 3:42 am
... Indeed. However, nobody complained. Was something else hiding this problem, or does fixing it reveal nother proboem? -- hundred-and-one symptoms of being...
61575
Fabian Greffrath
fabian@...
Jun 6, 2011 12:23 pm
... You are perfectly right! I have copied MSYS's vim.exe (and the dynamic libs it depends on) into a separate directory. In a cmd.exe shell, I chdir into this...
61576
Fabian Greffrath
fabian@...
Jun 6, 2011 2:12 pm
... With both PATH and HOME unset, the shell seems to choke on the following command: call_shell (unset nonomatch; vimglob() { while [ $# -ge 1 ]; do echo ...
61577
tyru
tyru.exe@...
Jun 6, 2011 3:10 pm
Hi list. Attached patch fixed the problem. -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are...
61578
Ben Fritz
fritzophrenic@...
Jun 6, 2011 6:50 pm
... What problem? <C-R><C-W> in the command line always works fine for me. -- You received this message from the "vim_dev" maillist. Do not top-post! Type your...
61579
Andy Wokula
anwoku@...
Jun 6, 2011 7:27 pm
... I see, it's the normal ^R^W that picks "get_foo" from the text. Problem arises if the interesting word (or a prefix of it) is already found at the end of...