... I don't really have issues with the cli version here: VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Mar 16 2013 22:40:51) Included patches: 1-865 Compiled...
68713
Tyler Wade
wayedt@...
Mar 17, 2013 11:49 pm
The refresh:always option for user complete functions seems to be bugged. Based on the description in the help file I expected the competion function called...
68714
OmnipotentEntity
omnipotententity@...
Mar 18, 2013 10:54 am
Possibly this is a bug, but I'm not sure. Through user fow in #vim on freenode, I've confirmed no side effect in 7.3.409, but there is a side effect in 7.3.547...
68715
Mike Williams
mike.williams@...
Mar 18, 2013 11:58 am
... You must have special build runes. ;-) WinGDI.h checks for _WIN32_WINNT_WINXP as you say but the supplied Windows makefiles set WINVER to 0x0400 or...
68716
tooth pik
toothpik6@...
Mar 18, 2013 2:31 pm
... not here (7.3.865) -- my cursor winds up on the 'a', as expected -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your...
68717
George V. Reilly
george@...
Mar 18, 2013 3:31 pm
On Mon, Mar 18, 2013 at 4:58 AM, Mike Williams ... Let's not make life any harder for semi-modern versions of Windows at the expense of versions that have...
68718
Ondrej Balaz
blami@...
Mar 18, 2013 4:03 pm
On Mon, Mar 18, 2013 at 12:58 PM, Mike Williams ... Good to know. What about removing the cleartype style from patch completely. As the most of Win7 and Win8...
68719
OmnipotentEntity
omnipotententity@...
Mar 18, 2013 4:39 pm
"On "a" as expected?" That wasn't the behavior I was expecting. Sorry if it was unclear. I expected the cursor to be on "e" at the end of "line" because I...
68720
Mike Williams
mike.williams@...
Mar 18, 2013 4:56 pm
Hi, Following discussion in another thread this patch moves the minimum version of Windows supported in a default build of VIM up to Windows XP. This should...
68721
Kenneth Miller
kennethadammiller@...
Mar 18, 2013 5:12 pm
I only bring this up because I want to understand vim more, and because I want to draw attention to the issue: I've posted a question on SO that explains my...
68722
Ben Fritz
fritzophrenic@...
Mar 18, 2013 5:17 pm
... I'm confused, your subject talks about printing from Vim in color, but the stack overflow post talks about syntax folding not working anymore after...
68723
Mike Williams
mike.williams@...
Mar 18, 2013 5:18 pm
... I think there is value in the patch. If VIM moves on the base supported version of Windows to XP then we know cleartype can potentially be used. Perhaps...
68724
Charles Campbell
Charles.E.Campbell@...
Mar 18, 2013 7:19 pm
... I used vim -u NONE -N filename with the filename having the contents you specified. Did the $k, so the cursor ends up on "." in the second line. Upon...
68725
Ben Fritz
fritzophrenic@...
Mar 18, 2013 8:10 pm
... No, this is wrong. Try it without the ":set cuc" and you'll see that the cursor moves back to the end of the word "line" where it started. With the ":set...
68726
Bram Moolenaar
Bram@...
Mar 18, 2013 8:18 pm
... So long as we can give the user an error message. Not just crashing and giving the user the difficult task to find out why. -- hundred-and-one symptoms of...
68727
Christian Brabandt
cblists@...
Mar 18, 2013 8:33 pm
Hi Ben! ... That is because certain options reset curwin->w_set_curswant (all options that have the redraw flags P_RSTAT, P_RWIN, P_RBUF, P_RALL, P_RCLR). My...
68728
Bram Moolenaar
Bram@...
Mar 18, 2013 8:39 pm
... What effect does this change really have on the generated binary? Besides no longer being able to run it on Windows NT and Windows 2K? I don't see anything...
68729
Charles Campbell
Charles.E.Campbell@...
Mar 18, 2013 8:41 pm
... However, the OP did say to do the ":set cuc", unless that's not what he meant to say. ... norm! $j set cuc norm! k set nocuc norm! $hj set cuc norm !k ... ...
68730
Christian Brabandt
cblists@...
Mar 18, 2013 8:50 pm
Hi ... (and also in nvi) regards, Christian -- Die Streichung des §218 ist eine Voraussetzung für die Befreiung der Frauen. -- Mitglieder des Frauenbundes...
68731
Christian Brabandt
cblists@...
Mar 18, 2013 9:24 pm
Hi Bram! ... I didn't want to add yet another variable to the win_T struct, so I made get_foldtext() check, whether the last time it run, it was still on the ...
68732
OmnipotentEntity
omnipotententity@...
Mar 18, 2013 10:23 pm
... Last line should be norm! k Anyway, testing out with the set cuc and set nocuc specified yields different behavior from with those 3 lines commented out....
68733
Christian Brabandt
cblists@...
Mar 19, 2013 7:48 am
... I already wrote, what is causing this. Didn't you get that message? The problem is, that certain options set curwin->w_set_curswant (and this is consistent...
68734
Bram Moolenaar
Bram@...
Mar 19, 2013 10:34 am
... I'm missing something: The original problem was triggered because emsg_off was set. But with this patch it's still set. So don't we still have the...
68735
Mike Williams
mike.williams@...
Mar 19, 2013 10:53 am
... The setting for WINVER filters the content of the Windows include files to remove newer APIs added in later version of Windows. That way the binary does...
68736
Christian Brabandt
cblists@...
Mar 19, 2013 10:57 am
... It temporarily reset did_emsg: + if (!got_fdt_error) + did_emsg = FALSE; /* might not yet been reset from a previous error */ regards, Christian ...
68737
Bram Moolenaar
Bram@...
Mar 19, 2013 11:36 am
Patch 7.3.866 Problem: Not serving the X selection during system() isn't nice. Solution: When using fork() do not loose the selection, keep serving it. ...
68738
Bram Moolenaar
Bram@...
Mar 19, 2013 11:42 am
... Unless I'm missing something, that is not enough. In emsg() there is a check for emsg_off (in emsg_not_now()), and if emsg_off is set then it doesn't get...
68739
Bram Moolenaar
Bram@...
Mar 19, 2013 11:42 am
... I should build and release a 7.4 binary soon, we are running out of patch numbers :-). So how about this: 7.4.000 will be released with MS-Windows binaries...
68740
Bram Moolenaar
Bram@...
Mar 19, 2013 12:34 pm
Patch 7.3.867 Problem: Matchparen does not update match when using auto-indenting. (Marc Aldorasi) Solution: Add the TextChanged and TextChangedI...
68741
Bram Moolenaar
Bram@...
Mar 19, 2013 12:56 pm
Patch 7.3.868 Problem: When at the hit-return prompt and using "k" while no text has scrolled off screen, then using "j", an empty line is displayed. ...