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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

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

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

Hello, Two questions on Stack Overflow http://stackoverflow.com/questions/9466795/vim-using-an-external-command-and-handling-errors ...
2 Dec 1, 2012
3:15 pm

Ingo Karkat
swdev@...
Send Email

Unable to compile vim via Cygwin with Racket Scheme 5.3.1, produces various errors: In file included from if_mzsch.h:15, from os_win32.c:26: ...
3 Nov 30, 2012
2:19 pm

Steve Hall
digitect@...
Send Email

`:quit` command currently exits vim if it is the last open window, help window will be ignored in this check, is there any way to specify certain type of...
5 Nov 30, 2012
1:30 am

Marcin Szamotulski
mszamot@...
Send Email

Dear vim_dev, I have found a strange behaviour of "- register, with the following setting: set clipboard=unnamed,autoselect,exclude:cons&#92;|linux (unnamed added...
7 Nov 29, 2012
9:33 pm

Marcin Szamotulski
mszamot@...
Send Email

It seems if "QuitPre" autocommand is used, executing ":quit" twice will not quit vim when the last file in the argument list has not yet been edited. I looked...
4 Nov 29, 2012
8:28 pm

Techlive Zheng
techlivezheng@...
Send Email

Hi The following item in runtime/doc/todo.txt... ==== This line hangs Vim, because of syntax HL: call append(line, "INFO ...
4 Nov 29, 2012
8:15 pm

Bram Moolenaar
Bram@...
Send Email

Hi folks, I tried to contact maintainer of Czech menu translation via e-mail from the files, But mailbox no longer exists on that freemail. So I'm sending it...
8 Nov 29, 2012
8:15 pm

Bram Moolenaar
Bram@...
Send Email

Hi. http://ftp.vim.org/pub/vim/patches/7.3/7.3.743 (or other patches) returns "Content-Type: application/x-troff-man"; I think it should be text/plan. Sorry, I...
3 Nov 29, 2012
8:15 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.744 Problem: 64 bit compiler warning. Solution: Add type cast. (Mike Williams) Files: src/ex_cmds.c ... *************** *** 6460,6466 **** ...
1 Nov 29, 2012
7:10 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.730 Problem: Crash in PHP file when using syntastic. (Ike Devolder) Solution: Avoid using NULL pointer. (Christian Brabandt) Files:...
8 Nov 29, 2012
9:58 am

Bram Moolenaar
Bram@...
Send Email

Given that test61 is intended to verify the functionality of the undo tree, it's inherently time sensitive. This test sporadically fails[0][1][2] during the...
4 Nov 29, 2012
5:42 am

Dan Kegel
daniel.r.kegel@...
Send Email

Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 95 by obl...@...: oneline regions don't work with contained regions ...
1 Nov 29, 2012
3:29 am

vim@...
Send Email

I know we can use `try..catch` structure to customize error handling in scripts, but is there any way to catch an error of user executed command not scripts?...
5 Nov 29, 2012
1:21 am

郑文辉(Tec...
techlivezheng@...
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