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'm not sure if there is a bug here. If I read the 8-bit character string from a file and attempt to replace characters, it skips characters (majority of the...
2 Mar 21, 2011
3:58 am

ZyX
zyx.vim@...
Send Email

Hello, The attachment is a patch for filetype.vim to improve the determination of *.pro files. If the pro file is a cpp file, we think that the second line is...
2 Mar 20, 2011
7:04 pm

Bram Moolenaar
Bram@...
Send Email

Hello! Pls add support for $XDG_CONFIG_HOME variable. In short term $XDG_CONFIG_HOME is where all configs should be (standard by freedesctop.org) and normaly...
16 Mar 19, 2011
11:22 am

Alex QR
sasha.qr@...
Send Email

... indent.txt 323 +N Indent a continuation line (a line that spills onto the next) N 324 additional characters. (default...
2 Mar 18, 2011
1:34 pm

Bram Moolenaar
Bram@...
Send Email

Hello, Zero comment on the below thread in vim_use. I think it is a bug. Best regards Jean Johner ... -- You received this message from the "vim_dev" maillist....
7 Mar 17, 2011
11:16 pm

James Vega
jamessan@...
Send Email

I have pastetoggle set to <F11> and it works. ... pastetoggle key sequence to toggle paste mode set pt=<80>F1 ... pastetoggle key sequence to toggle paste mode...
1 Mar 16, 2011
9:50 pm

Bee
beeyawned@...
Send Email

Writing “Let’s begin …” marks the ‘s’ as a spelling error. Writing “Let's begin …” works fine. Is this a bug, or am I missing something? --...
24 Mar 16, 2011
6:37 am

Tony Mechelynck
antoine.mechelynck@...
Send Email

I am trying to compile(7.3.138) on my Pardus Linux box with the following two commands ./configure --with-features=huge --enable-gui=gnome2 --enable-cscope ...
2 Mar 15, 2011
1:59 pm

Tony Mechelynck
antoine.mechelynck@...
Send Email

Hi I'm on ubuntu 10.04. I've compiled vim 7.3 from mercurial repo with gui options on. My problem is as folow: gvim runs correctly but for e.g if I run :intro...
3 Mar 14, 2011
11:53 pm

Wojtek
branski@...
Send Email

Hello, Recently I was using vim to edit large, multi-gigabyte text files and I noticed that writing a file back to disk takes significantly longer time than...
17 Mar 12, 2011
5:37 pm

Lech Lorens
lech.lorens@...
Send Email

Entering :echo &w[tab] in 7.3 138 is giving me - instead of the first option starting with "w" - the following wildmenu expansion: [1] [No Name] Hitting [tab]...
5 Mar 12, 2011
6:58 am

John Little
john.b.little@...
Send Email

will the vim project be doing google summer of code? if they are, who should i email about products? -- Josh...
19 Mar 12, 2011
6:52 am

Anurag Priyam
anurag08priyam@...
Send Email

Hello, I would like to make a suggestion for the graphical Vim. When using Orca, a screenreader for the graphical desktop, I can't use GVim. Since the menu's...
3 Mar 11, 2011
1:57 pm

Sebastian Humenda
shumenda@...
Send Email

After using :version the display is cleared immediately, making it impossible to read the information shown. I'm using 7.3 138 here. Axel -- You received this...
5 Mar 11, 2011
1:11 pm

Axel
axel.bender@...
Send Email

Consider the following text: <text> a b a c a b </text> Place the cursor on the first (empty) line. Execute search: /b/;?a The cursor is now on the first 'a'...
3 Mar 11, 2011
4:26 am

Ben Fritz
fritzophrenic@...
Send Email

Hi, To make it easy I have started another wiki page[1] containing the application template for the organizations. I will try to fill in trivial details after...
2 Mar 9, 2011
7:47 pm

Anurag Priyam
anurag08priyam@...
Send Email

Hi, Its exciting to see people enthusiastic about Vim participating in Google Summer of Code; see [1]. To take things ahead we will need an organization admin...
5 Mar 9, 2011
7:34 pm

Anurag Priyam
anurag08priyam@...
Send Email

Hi list. 1. vim -u NONE -i NONE 2. :echo strdisplaywidth("\<Tab>foo", 8) It returns 11 but I expect that the return value is 3 ("foo"). I'm getting something...
4 Mar 9, 2011
3:17 pm

Ingo Karkat
swdev@...
Send Email

Just an idea ... Would it be possible to add mouse support in omni completion suggestion list? -- You received this message from the "vim_dev" maillist. Do not...
2 Mar 9, 2011
1:22 pm

Anurag Priyam
anurag08priyam@...
Send Email

Hi, I believe the last of the first steps for gsoc. We need people to volunteer to mentor, and co-mentor different ideas. I am not sure but mentoring should...
1 Mar 9, 2011
4:44 am

Anurag Priyam
anurag08priyam@...
Send Email

Forgot to mention, 7.3.138 ... -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. ...
6 Mar 8, 2011
7:41 pm

ron
ron@...
Send Email

Consider the following script: vim -u NONE -s <(echo $'gg0VG:call writefile(getpos("\'>"), "getpos")\n:qa!') It will end up having [0, 1, 2147483647, 0] as...
2 Mar 8, 2011
3:42 pm

James Vega
jamessan@...
Send Email

Patch subject is complete summary. -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying...
1 Mar 8, 2011
1:49 pm

Benjamin R. Haskell
vim@...
Send Email

Consider the following script: % cat > expr-feedkeys.vim <<EOF set nocompatible let g:n=0 function FeedKeys() call feedkeys("i".g:n."&#92;e") let g:n+=1 return "" ...
3 Mar 8, 2011
1:19 pm

ZyX
zyx.vim@...
Send Email

Hello, Consider the following _vimrc (for Windows vim 7.3) set nocompatible set lines=47 set cmdheight=2 set number Open a file Add the pattern "foobar" at...
4 Mar 7, 2011
10:31 pm

Ben Schmidt
mail_ben_schmidt@...
Send Email

Hello, Not a single comment to the vim_use message below. I think it is a bug. Could you fix it. Best regards Jean Johner ... -- You received this message from...
4 Mar 7, 2011
7:08 pm

Bram Moolenaar
Bram@...
Send Email

I have gnupg.vim 3026 from http://www.vim.org/scripts/script.php?script_id=661 This is a plugin to edit a file encrypted with GnuPG. A few issues: - when...
6 Mar 7, 2011
1:18 pm

James Vega
jamessan@...
Send Email

If you delete a line, it gets pushed onto the register stack (the line lands in the "" register). If you then undo the delete with 'u', the register stack...
11 Mar 7, 2011
11:36 am

Christian Brabandt
cblists@...
Send Email

Hi, One problem with searching for phrases in files that contain wrapped text (LaTeX source files, e-mails, source code comments, etc.) is that you never know...
3 Mar 6, 2011
1:40 pm

James Vega
jamessan@...
Send Email

The cursor disappears after the processing of the 'setDot&#39; netbeans command when vim runs in a terminal. Any further action (such as a movement key) turns back...
2 Mar 4, 2011
8:02 am

Bram Moolenaar
Bram@...
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