# HG changeset patch # User ZyX <kp-pav@...> # Date 1354721282 -14400 # Node ID fdde3db8b31e1b37a0e29441471d19be9adf35c2 # Parent...
67436
glts
676c7473@...
Dec 5, 2012 3:39 pm
Hi Requesting comments on unexpected setpos() behaviour; possibly a bug. Consider this buffer: First line example text Second line, tab character in front ...
67437
mMontu
marcmontu@...
Dec 5, 2012 3:41 pm
Normally when quickfix window opens it changes the screen layout, but Vim restores it when that window is closed. But there is a situation where the layout...
67438
Ken Takata
kentkt@...
Dec 5, 2012 3:53 pm
Hi, ... I think it's ready to update my patch because the Tab behavior is changed in 7.3.748. Here is an updated patch. Best regards, Ken Takata -- You...
67439
Bram Moolenaar
Bram@...
Dec 5, 2012 4:04 pm
Patch 7.3.750 Problem: The justify macro does not always work correctly. Solution: Fix off-by-one error (James McCoy) Files:...
67440
Sergey Khorev
sergey.khorev@...
Dec 5, 2012 4:19 pm
... That's correct. Racket 5.x dlls cannot be loaded dynamically. You need version 4.x (or earlier) built with conservative garbage collector (CGC) -- You...
67441
Bram Moolenaar
Bram@...
Dec 5, 2012 5:10 pm
... Thanks! -- hundred-and-one symptoms of being an internet addict: 102. When filling out your driver's license application, you give your IP address. ///...
67442
Bram Moolenaar
Bram@...
Dec 5, 2012 5:10 pm
... This is documented: This does not restore the preferred column for moving vertically. See |winrestview()| for that. -- A meeting is an event at which the...
67443
So8res
so8res@...
Dec 5, 2012 5:13 pm
... How do you feel about using 'range!39; (with a bang) instead? It would keep the :function argument space more concise, and would only be usable with 'range39;,...
67444
glts
676c7473@...
Dec 5, 2012 5:13 pm
Thank you for writing that up. Congratulations on the success with the project! -- You received this message from the "vim_dev" maillist. Do not top-post! Type...
67445
glts
676c7473@...
Dec 5, 2012 5:19 pm
... Oh right, sorry. Then setpos() can't be used to reliably set the cursor to some new position in mappings or commands? Well then. Thanks! glts -- You...
67446
Bram Moolenaar
Bram@...
Dec 5, 2012 5:22 pm
Patch 7.3.751 Problem: Test 61 is flaky, it fails once in a while. Solution: When it fails retry once. Files: src/testdir/Makefile ... ***************...
67447
Bram Moolenaar
Bram@...
Dec 5, 2012 5:46 pm
... Thanks. For me it's a bit easier if you send the whole file instead of a patch. -- hundred-and-one symptoms of being an internet addict: 105. When someone...
67448
Bram Moolenaar
Bram@...
Dec 5, 2012 5:46 pm
Sergey - I have build Vim with MzScheme on Ubuntu 12.10. Every time a shell command is executed I get this warning message: SIGCHLD handler called (some...
67449
Bram Moolenaar
Bram@...
Dec 5, 2012 6:00 pm
Patch 7.3.752 Problem: Test 49 script file doesn't fold properly. Solution: Add a colon. Files: src/testdir/test49.vim ... *************** *** 1,6...
67450
So8res
so8res@...
Dec 5, 2012 6:03 pm
I'm a bit stuck on how synID* should work in this context. The problem is that synID() returns the id of the *highlight group*, not the syntax match. In the...
67451
ZyX
zyx.vim@...
Dec 5, 2012 6:07 pm
... a patch. https://bitbucket.org/ZyX_I/vim/raw/262f483812f8f7c5a0e6c9a43cd1967782b7b9ed/runtime/indent/yaml.vim Google groups interface for some reason does...
67452
Bram Moolenaar
Bram@...
Dec 5, 2012 6:13 pm
Patch 7.3.753 Problem: When there is a QuitPre autocommand using ":q" twice does not work for exiting when there are more files to edit. Solution: Do not...
... Thanks. There might still be a few places in help files where things are misaligned even after patch 7.3.748. But the problem is not in conceal code any...
67454
Raymond Ko
raymond.w.ko@...
Dec 5, 2012 7:01 pm
Hello all, Attached is a small change to support the newest NMAKE introduced by Visual Studio 2012 Update 1. I have tested it and VIM seems to compile fine. --...
67455
Ben Fritz
fritzophrenic@...
Dec 5, 2012 7:50 pm
... I don't understand. synIDattr(synID(...),"name") on foo returns "Foo". synIDattr(synIDtrans(synID(...)),"name") on foo returns "Comment". Can't we just add...
67456
lith
minilith@...
Dec 5, 2012 9:13 pm
I use vim-gtk 7.3.429-2ubuntu2.1 on ubuntu 12.04. The docs for shellslash state that it's only defined only for MSDOS, MS-Windows and OS/2. In vim-gtk, echo...
67457
Tony Mechelynck
antoine.mechelynck@...
Dec 5, 2012 11:26 pm
... exists('&shellslash39;) tests only if that option has been defined in the source no later than the code you're currently using. To test if the option is...
67458
Alex Efros
powerman@...
Dec 6, 2012 3:37 am
Hi! ... As far as I understood, nextgroup is just a recommendation, while I've tried to implement more strict syntax checking "after that item can be only this...
67459
Ben Fritz
fritzophrenic@...
Dec 6, 2012 4:06 am
... You already know from the mkfileVarAttr match that the pattern you are looking for matches strictly. Now you just need to match the components of it which...
67460
So8res
so8res@...
Dec 6, 2012 4:47 am
Oops, sorry, I was misunderstanding how synID* worked. I've updated the patch to add the "combine" {what} to synIDattr, which is the bare minimum we need here....
67461
lith
minilith@...
Dec 6, 2012 7:36 am
... Ah, I see. Thanks a lot. Regards, Tom -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are...
67462
Ben Fritz
fritzophrenic@...
Dec 6, 2012 2:08 pm
... I like that idea, but in order for it to work it would need a row+col because the attributes for combined items depend on what they are combined with which...
67463
Charles Campbell
Charles.E.Campbell@...
Dec 6, 2012 3:23 pm
... I just am letting you know that I'm interested in this modification, too. I have two plugins (hilinks.vim, which allows one to see which syntax and...
67464
skeept
skeept@...
Dec 6, 2012 3:35 pm
Hi Raymond, ... I updated visual studio yesterday and temporarily added MSVCVER=11.0 in the command line in order to be able to compile, would have worked with...