Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vimdev · Vim (Vi IMproved) text editor developers list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

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...
5 Dec 7, 2012
7:09 pm

ZyX
zyx.vim@...
Send Email

Motivation: http://stackoverflow.com/questions/13640538/vim-syntax-files-add-to-cterm Example: syntax region Italic start='_' end='_&#39; modifier contains=Bold ...
14 Dec 7, 2012
6:04 am

So8res
so8res@...
Send Email

Sorry to bother the list with this: I have a couple of people for who I no longer have a valid address or email, and I need to get in touch with them. I...
1 Dec 6, 2012
10:05 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.754 Problem: Latest nmake is not recognized. Solution: Add nmake version 11.00.51106.1. (Raymond Ko) Files: src/Make_mvc.mak ... ...
1 Dec 6, 2012
8:33 pm

Bram Moolenaar
Bram@...
Send Email

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. --...
4 Dec 6, 2012
8:31 pm

Bram Moolenaar
Bram@...
Send Email

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...
3 Dec 6, 2012
7:36 am

lith
minilith@...
Send Email

Hi! Is there any reason why "\(\\\n\\\n\)&#92;@<=U" fail to match this text: \ \ U while "\(\\\n\\\n\)U" will match it and "\(\\\n\)\@<=U" will match it too ...
6 Dec 6, 2012
4:06 am

Ben Fritz
fritzophrenic@...
Send Email

# HG changeset patch # User ZyX <kp-pav@...> # Date 1354682690 -14400 # Node ID baf3d5da0a1c9f2334a472f7690abfbc235fbf74 # Parent...
5 Dec 5, 2012
6:07 pm

ZyX
zyx.vim@...
Send Email

Patch 7.3.752 Problem: Test 49 script file doesn't fold properly. Solution: Add a colon. Files: src/testdir/test49.vim ... *************** *** 1,6...
1 Dec 5, 2012
6:00 pm

Bram Moolenaar
Bram@...
Send Email

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...
1 Dec 5, 2012
5:46 pm

Bram Moolenaar
Bram@...
Send Email

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 ... ***************...
1 Dec 5, 2012
5:22 pm

Bram Moolenaar
Bram@...
Send Email

Hi Requesting comments on unexpected setpos() behaviour; possibly a bug. Consider this buffer: First line example text Second line, tab character in front ...
3 Dec 5, 2012
5:19 pm

glts
676c7473@...
Send Email

Hello Vim users, Vim users donate quite some money to my favorite charity: Kibaale Childrens Centre. I went there to check out what they have been doing with...
2 Dec 5, 2012
5:13 pm

glts
676c7473@...
Send Email

I think functions with [range] should preserve the cursor line. Assume you have: function RangeTest() range echo line('.&#39;) endfunction And you put the cursor...
32 Dec 5, 2012
5:13 pm

So8res
so8res@...
Send Email

I'm building vim 7.3.744 on Windows 7 with MinGW. By compiling it with ... In file included from if_mzsch.h:15:0, from os_win32.c:26: ...
6 Dec 5, 2012
4:19 pm

Sergey Khorev
sergey.khorev@...
Send Email

Patch 7.3.750 Problem: The justify macro does not always work correctly. Solution: Fix off-by-one error (James McCoy) Files:...
1 Dec 5, 2012
4:04 pm

Bram Moolenaar
Bram@...
Send Email

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...
1 Dec 5, 2012
3:41 pm

mMontu
marcmontu@...
Send Email

Patch 7.3.749 Problem: Python interface doesn't build without the multi-byte feature. Solution: Add #ifdef. (Ken Takata) Files: src/if_py_both.h ... ...
1 Dec 5, 2012
3:30 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.748 Problem: Cannot properly test conceal mode. Solution: Add the screencol() and screenrow() functions. Use them in test88. (Simon Ruderich) ...
1 Dec 5, 2012
3:11 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.747 Problem: When characters are concealed text aligned with tabs are no longer aligned, e.g. at ":help :index". Solution: Compensate space for...
1 Dec 5, 2012
2:32 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.745 Problem: Automatically setting 'ttymouse&#39; doesn't work. Solution: Reset the "option was set" flag when using the default. Files:...
1 Dec 5, 2012
1:43 pm

Bram Moolenaar
Bram@...
Send Email

... The problem is that buffer-local mappings overrule global mappings. A buffer-local mapping cannot remap a global mapping. And the keymap uses global...
1 Dec 5, 2012
12:41 pm

Bram Moolenaar
Bram@...
Send Email

I was just trying some tests on my Ubuntu 12.04 box and compiled my own Vim: Included patches: 1-729 I started Vim using: gvim -u .vimrc -U .gvimrc --noplugin...
7 Dec 4, 2012
8:13 pm

Bram Moolenaar
Bram@...
Send Email

This allows you to ... It's the analog of the :syntax combine option. This makes things much easier on color scheme designers. As in the above example, they...
4 Dec 4, 2012
6:42 pm

So8res
so8res@...
Send Email

Patch 7.3.699 Problem: When 'ttymouse&#39; is set to "sgr" manually, it is overruled by automatic detection. Solution: Do not use automatic detection when...
7 Dec 4, 2012
1:49 pm

Hayaki Saito
user@...
Send Email

Dear vim_dev, I think I have found a bug in BufDelete autocommand. When I delete a buffer, load it (with the :buffer command) and then delete it again (with...
3 Dec 3, 2012
6:43 pm

Marcin Szamotulski
mszamot@...
Send Email

This is a potential enhancement to 'syn-modifier&#39; for your consideration. It adds 'syn-removeattrs', which can be used as follows: syntax region Bold...
1 Dec 3, 2012
4:03 am

So8res
so8res@...
Send Email

With this patch you can do the following: syntax match Foo 'foo' highlight Foo cterm=bold ctermfg=red highlight Foo cterm+italic and now Foo is both bold and...
5 Dec 2, 2012
7:31 pm

So8res
so8res@...
Send Email

Bram, this patch fixes this item from the todo list: /[^\n] does match at a line break. Expected to do the same as /. Vim now handles /[^\n] exactly like...
4 Dec 2, 2012
4:08 pm

Bram Moolenaar
Bram@...
Send Email

What's the procedure for proposing new digraphs? There are a lot of useful math symbols that could use digraphs. -- Andrew ...
15 Dec 2, 2012
10:59 am

Marcin Szamotulski
mszamot@...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help