Bram, one of my annoyances with vim currently is, that when using n/N for searching the direction depends on the previous search command. But I usually forget...
68339
vim@...
Feb 18, 2013 1:38 pm
Comment #3 on issue 108 by mortba...@...: rst syntax file, completion http://code.google.com/p/vim/issues/detail?id=108 Your workaround works like a...
68340
Steve Hall
digitect@...
Feb 18, 2013 1:41 pm
... Works for me. Just curious why this wouldn't be the default instead of the option? (Having to specify STATIC_STDCPLUS=yes at the build line is always ...
68341
vim@...
Feb 18, 2013 1:52 pm
Comment #6 on issue 110 by altuny...@...: Test49 is failing for the last two weeks updates http://code.google.com/p/vim/issues/detail?id=110 v7-3-822...
68342
Ken Takata
kentkt@...
Feb 18, 2013 2:24 pm
Hi Steve, ... I don't know why. I just copied it from Make_ming.mak. ... Actually It is not required, if you use stdc++ DLLs. You may find the required DLLs in...
68343
vim@...
Feb 18, 2013 2:59 pm
Comment #4 on issue 108 by nikolai....@...: rst syntax file, completion http://code.google.com/p/vim/issues/detail?id=108 It sounds more like...
68344
vim@...
Feb 18, 2013 3:22 pm
Comment #5 on issue 108 by mortba...@...: rst syntax file, completion http://code.google.com/p/vim/issues/detail?id=108 I see. Well I also sent a mail to...
68345
tyru
tyru.exe@...
Feb 18, 2013 3:31 pm
Hello vim_dev and Sirtaj Singh Kang(who is the first author of this script). I wrote a patch for vim2html.pl, which I found in vim runtime directory. (":e...
68346
Sergey Khorev
sergey.khorev@...
Feb 18, 2013 3:39 pm
The problem above only occurs at runtime using racket 5.3.2 with the ... Works fine for me. Did you delete mzscheme_base.c and *.o files before building Vim...
68347
Sergey Khorev
sergey.khorev@...
Feb 18, 2013 3:41 pm
... use version 3.x or build Racket yourself with conservative GC. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your...
68348
Ben Fritz
fritzophrenic@...
Feb 18, 2013 4:35 pm
... I still don't think preventing this kind of attack is within the scope of Vim's encryption. ... But I think THIS is an excellent argument for your proposed...
68349
Roland Eggner
edvx1@...
Feb 18, 2013 6:59 pm
... The idea using setpos() looks promising. Two patches in attachments, the first implements setpos() in src/ex_docmd.c, the second adds adapted v2 of my ...
68350
vim@...
Feb 18, 2013 7:16 pm
Updates: Status: Fixed Comment #7 on issue 110 by brammool...@...: Test49 is failing for the last two weeks updates ...
68351
Bram Moolenaar
Bram@...
Feb 18, 2013 8:58 pm
... No, that doesn't work. I meant w_virtcol. It has to be validated before using it. Might be tricky in other windows than the current window. ... It is...
68352
Bram Moolenaar
Bram@...
Feb 18, 2013 8:59 pm
... -- ARTHUR: Old woman! DENNIS: Man! ARTHUR: Man. I'm sorry. Old man, What knight live in that castle over there? DENNIS: I'm thirty-seven. "Monty Python...
68353
Christian J. Robinson
heptite@...
Feb 18, 2013 9:04 pm
I'm "bumping" this in the hopes that someone can help me. I'd really like to get this to build again, as I'm still stuck on patchlevel 804 under Windows. On...
68354
Christian Brabandt
cblists@...
Feb 18, 2013 9:32 pm
Hi Bram! ... I wouldn't call this intuitively: http://groups.google.com/group/vim_use/msg/6ff8586688e52b7d regards, Christian -- Unordnung: wo nichts am...
68355
Bram Moolenaar
Bram@...
Feb 18, 2013 9:49 pm
... I use "make reconfig" which deletes mzscheme_base.c. -- If all you have is a hammer, everything looks like a nail. When your hammer is C++, everything...
68356
Gary Johnson
garyjohn@...
Feb 18, 2013 9:51 pm
... Won't that break any plugins that use 'n' or 'N' after a reverse search? I agree that the proposed behavior would be less confusing than the current...
68357
John Beckett
johnb.beckett@...
Feb 18, 2013 10:04 pm
... The option would be much better! I sometimes map n and N to add zz so the hit is in the middle line, or for various other things, and while I suppose one...
68358
Christian Brabandt
cblists@...
Feb 18, 2013 10:09 pm
Hi Bram! ... Hm, that was what the original patch was all about I think? If I know how to validate it, I can make a patch, using the already suggested test. ...
68359
John Beckett
johnb.beckett@...
Feb 18, 2013 10:10 pm
... There are times when moving forward requires breaks from the past. While various scripts might fail, the people who choose to switch on this option can...
68360
Michael Henry
vim@...
Feb 19, 2013 12:38 am
... I've always been confused by the behavior of "n" and "N" after backward searches. The only work-around my brain can handle is to simply avoid backward...
68361
John Beckett
johnb.beckett@...
Feb 19, 2013 1:38 am
... Agreed. That's usually how I resolve the problem as well. However, sometimes I take the trouble to scroll everything to just how it is needed (so some...
68362
Michael Henry
vim@...
Feb 19, 2013 1:50 am
... I get around that problem by mapping ``*`` to avoid moving at all; instead, it grabs the word under the cursor and sets the current search term from that....
68363
Roland Eggner
edvx1@...
Feb 19, 2013 3:22 am
Hi Bram and Christian! ... test91 v2 failed under certain conditions, because vim erroneously changed encoding and damaged file “test91.in”. Here is...
68364
Nazri Ramliy
ayiehere@...
Feb 19, 2013 4:29 am
Hi, It seems like the colorcolumn highlighting has higher priority than hlsearch, which I think it shouldn't, as it defeats the purpose of highlighting the...
68365
Christian Brabandt
cblists@...
Feb 19, 2013 9:23 am
Hi Marc! ... Bram, here is a patch, making [^\n] not match NL within the text and that also documents, that '.' matches CR and LF within the text. This makes...
68366
Jian
skyshore@...
Feb 19, 2013 12:05 pm
Hi, ... Then in my DLL, I read the variable via the standard C lib function: getenv("PORT"); When I call the DLL function via ... but it fails to retrieve the...
68367
Christian Brabandt
cblists@...
Feb 19, 2013 1:25 pm
... Attached is an updated patch, that also prevents /[] matching [] (a collation cannot be empty, so I think it should return an error and other vi clones do,...