... Thanks! -- Keyboard not found. Think ENTER to continue. /// Bram Moolenaar -- Bram@... -- http://www.Moolenaar.net \\92; /// sponsor Vim,...
68702
Ike Devolder
ike.devolder@...
Mar 16, 2013 6:32 pm
... src/normal.c ... 16:56:49.000000000 ... building vim tiny fails after this: objects/misc1.o: In function `get_keystroke39;: misc1.c:(.text+0x2331): undefined...
68703
Bram Moolenaar
Bram@...
Mar 16, 2013 8:36 pm
Patch 7.3.864 (after 7.3.862) Problem: Can't build without the mouse feature. Solution: Add an #ifdef. (Ike Devolder) Files: src/misc1.c ... ...
68704
Bram Moolenaar
Bram@...
Mar 16, 2013 8:36 pm
... Thanks! -- Over the years, I've developed my sense of deja vu so acutely that now I can remember things that *have* happened before ... /// Bram Moolenaar...
68705
Bram Moolenaar
Bram@...
Mar 16, 2013 8:42 pm
Patch 7.3.865 (after 7.3.862) Problem: Mouse position may be wrong. Solution: Let vungetc() restore the mouse position. Files: src/getchar.c ... ...
68706
cptstubing
cptstubing06@...
Mar 16, 2013 11:59 pm
Please see details of several issues here: https://code.google.com/r/cptstubing06-vimmoremsg/ Update to message.c: ...
68707
Ondrej Balaz
blami@...
Mar 17, 2013 9:21 am
Hi mattn, thanks for review. Good point, I'm going to use #ifdef CLEARTYPE_QUALITY instead of WINVER. Regarding the feature-list - you mean to add...
68708
glts
676c7473@...
Mar 17, 2013 11:03 am
... The "repeat.vim" plugin was created to solve this problem but it doesn't work for omaps neither. I don't know if you saw it but there is some discussion...
68709
Kana Natsuno
whileimautomaton@...
Mar 17, 2013 12:08 pm
... I already saw the discussion, because several people asked me about repeatability of custom text objects implemented with vim-textobj-user and most of them...
68710
Tianjiao Yin
ytj000@...
Mar 17, 2013 12:48 pm
Hello all, Have plans to do a semantic highlighting support? For example, look at this cpp source code: #define SQR(i) ((i)*(i)) int sqr(int i) { return i * i;...
68711
Roland Eggner
edvx1@...
Mar 17, 2013 6:09 pm
... This is great, thanks. Now vim builds with _all_ mouse-related features disabled … :) VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Mar 17 2013...
68712
Ike Devolder
ike.devolder@...
Mar 17, 2013 7:03 pm
... 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...