... Whoops, seems that I have some serious problems with reading comprehension. I misunderstood what the issue was, sorry. Cheers, Lech -- You received this...
65974
Ben Schmidt
mail_ben_schmidt@...
Aug 1, 2012 3:04 pm
... This sounds like a good idea to me. Ben. -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are...
65975
Yasuhiro MATSUMOTO
mattn.jp@...
Aug 1, 2012 3:26 pm
Sorry for top post. And sorry, I'm talking about this without making sure the behavour. I wonder why you are trying to get InsertLeave with nnoremap. I beleave...
65976
Ben Fritz
fritzophrenic@...
Aug 1, 2012 3:37 pm
... I think the problem is that the OP DOESN'T want the InsertLeave autocmd to fire, so he uses <C-C> to exit insert mode. The docs say <C-C> should exit...
65977
Mikey
smieciarski@...
Aug 1, 2012 4:46 pm
... That's exactly what I meant. -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to....
Hi Attached patch updates the Breton spelling dictionary. Regards -- Dominique -- You received this message from the "vim_dev" maillist. Do not top-post! Type...
65979
Ken Takata
kentkt@...
Aug 1, 2012 10:45 pm
Hi, ... I don't think it is important, but if you send me a pull request, I will include it. ... OK, I changed the name from "hg" to "hgcommit". A patch for...
65980
Bram Moolenaar
Bram@...
Aug 2, 2012 10:32 am
... The purpose of the output buffer is not to avoid flicker. It's to avoid many small updates, which is slow. Computers have much more memory now, thus we...
65981
Bram Moolenaar
Bram@...
Aug 2, 2012 10:32 am
... Good idea. This still increases the delay after each processed message. We can use "continue" to avoid that. And we could also reset the delay. I'll make...
65982
Bram Moolenaar
Bram@...
Aug 2, 2012 10:32 am
... Thanks. I have included it and generated new spell files. -- Some of the well know MS-Windows errors: ESLEEP Operator fell asleep ENOERR No error yet ...
65983
Bram Moolenaar
Bram@...
Aug 2, 2012 10:32 am
Patch 7.3.619 Problem: When executing a shell command Vim may become slow to respond. Solution: Don't wait after every processed message. (idea by...
65984
Bram Moolenaar
Bram@...
Aug 2, 2012 11:22 am
... Thanks! I'll include it. If you make improvements, please email me the new file. -- Some of the well know MS-Windows errors: EMEMORY Memory error caused...
65985
matsushita shougo
shougo.matsu@...
Aug 2, 2012 12:07 pm
Hi, I found the problem in indent/vim.vim. ... The match uses "=~" and "!~" instead of "=~" and "!~". So if set ignorecase, the indentation is wrong. I fixed...
65986
Bram Moolenaar
Bram@...
Aug 2, 2012 4:16 pm
I was trying to get Vim to build with MSVC 2008 on a clean system with all the optional extras. One thing that doesn't work is the XPM feature. The...
65987
Sergey Khorev
sergey.khorev@...
Aug 2, 2012 6:27 pm
... I have built libXpm some 8 years ago. It is available from https://sites.google.com/site/khorser/opensource/vim/xpm.zip?attredirects=0&d=1 Is it possible...
65988
tux.
zeug@...
Aug 2, 2012 7:19 pm
... It does not compile though. It says it can't find xpm.h although the directory is correctly added per -I parametert. -- You received this message from the...
65989
Bram Moolenaar
Bram@...
Aug 2, 2012 7:22 pm
Patch 7.3.620 Problem: Building with recent Ruby on Win32 doesn't work. Solution: Add a separate argument for the API version. (Yasuhiro Matsumoto) Files:...
65990
Bram Moolenaar
Bram@...
Aug 2, 2012 7:25 pm
Patch 7.3.621 Problem: Compiler warnings on 64 bit windows. Solution: Add type casts. (Mike Williams) Files: src/ex_docmd.c, src/search.c ... ...
65991
Sergey Khorev
sergey.khorev@...
Aug 2, 2012 7:32 pm
... You didn't mention how you tried to build Vim, here is how I did it: nmake -f Make_mvc.mak GUI=yes CSCOPE=yes NETBEANS=yes XPM=e:\hg92;xpm E:\HG\vim\src>dir...
65992
Bram Moolenaar
Bram@...
Aug 2, 2012 7:48 pm
... Thanks. I tried and it builds with MSVC 2008. Don't know how to try if it actually works. ... OK, I'll put it here:...
65993
Bram Moolenaar
Bram@...
Aug 2, 2012 7:48 pm
Patch 7.3.622 Problem: XPM library for Win32 can't be found. Solution: Suggest using the one from the Vim ftp site. Files: src/Make_mvc.mak ... ...
65994
tux.
zeug@...
Aug 2, 2012 7:51 pm
... Ah, I used relative folders. My fault, thanks! -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text...
65995
Bram Moolenaar
Bram@...
Aug 2, 2012 7:58 pm
I have a new PC with Windows 7 that I want to use to build Vim for distribution. It's a 64 bit system but I first want to build 32 bit binaries. I have...
65996
Bram Moolenaar
Bram@...
Aug 2, 2012 8:05 pm
... Good idea. I like the use of try/finally. ... At least now we have a solution that can be applied to other plugins as well. -- panic("Foooooooood...
65997
Gary Johnson
garyjohn@...
Aug 2, 2012 8:23 pm
From the vim_use list thread, "Activating Windows gVim from the command line": ... Attached in a proposed patch to add this tag. The patch is based on Vim...
65998
ZyX
zyx.vim@...
Aug 2, 2012 10:14 pm
... Why don't fix the problem by explicitely using "[=!][~=][#?]" everywhere? I just always use "#" and "?" for string comparison, no matter whether it is...
65999
Benjamin R. Haskell
vim@...
Aug 2, 2012 10:35 pm
... Possibly important from a packaging perspective: You shouldn't have to rename the files. Ruby 1.9.2 and 1.9.3 are "library compatible" with 1.9.1¹. It...
66000
Charles Cooper
sablime@...
Aug 2, 2012 11:37 pm
... No idea about the crash, but here is some additional information: I have successfully built many vims through 7.3.618 on Windows 7 and have both python...
66001
mattn
mattn.jp@...
Aug 3, 2012 12:34 am
I send e-mail few weeks ago. But I couldn't get replies. Bram, what's best way to fix this? ... -- You received this message from the "vim_dev" maillist. Do...
66002
Shougo
shougo.matsu@...
Aug 3, 2012 1:42 am
... Because, indent/vim.vim(and I think other plugins too) uses match(). This functions also uses 'ignorecase39; option. I can't fix it easily. So I used try...