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
Messages 59511 - 59540 of 69774   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
59511 ZyX
zyx.vim@... Send Email
Nov 1, 2010
11:01 am
The following code will show `||' in a statusline while it is expected to show `| |': vim -u NONE -c 'set laststatus=2&#39; -c 'let &statusline="%{&#92;"|\"}%{\"...
59512 ZyX
zyx.vim@... Send Email
Nov 1, 2010
11:32 am
That is what I get if I launch vim-7.3.47 with vim -u NONE -c 'set laststatus=2&#39; -c 'let &statusline="\t"&#39; ... +------------+ ... +------------+ (Here `#'...
59513 Bram Moolenaar
Bram@... Send Email
Nov 1, 2010
7:58 pm
... Isn't this just that leading white space from the expression is always trimmeed? No, putting another item before it makes the space appears. Strange. -- ...
59514 Bram Moolenaar
Bram@... Send Email
Nov 1, 2010
8:15 pm
... I see it. Looks like unprintable characters are not handled properly. -- There can't be a crisis today, my schedule is already full. /// Bram Moolenaar --...
59515 Carlo
carlo.teubner@... Send Email
Nov 1, 2010
10:05 pm
There are a couple of places in the Vim help files where ASCII art is used which interacts in a bad way with the interpretation of pipe characters. The ones...
59516 Anand Hariharan
mailto.anand.harihara... Send Email
Nov 1, 2010
11:24 pm
Take any XML file that has no comments whatsoever. Now do ... where you know for certain that the RE exists. For me, I always get a E389. However, when I do...
59517 James Vega
jamessan@... Send Email
Nov 2, 2010
1:12 am
... The "m: " portion of 'comments&#39; makes Vim treat any line with leading whitespace as a comment (at least in any situation where misc1.c:get_leader_len...
59518 Ingo Karkat
swdev@... Send Email
Nov 2, 2010
7:15 am
... I had noticed something like that, too. Since Vim 7.2, the ftplugin/html.vim (and dtd.vim, xml.vim) define setlocal comments=s:<!--,m:\ \ \ \ ,e:--> ...
59519 Tony Mechelynck
antoine.mechelynck@... Send Email
Nov 2, 2010
9:46 am
... I happen to be immune to the "conceal" problem because quite some time ago I decided that I preferred the "old-style&quot; links, showing the bars: " do not...
59520 lilydjwg
lilydjwg@... Send Email
Nov 2, 2010
10:56 am
... I can confirm this on my Windows. However, this issue won't happen on my Ubuntu Linux. (But the torn-up menu won't disappear when I click the dash line...
59521 Philippe Vaucher
philippe.vaucher@... Send Email
Nov 2, 2010
12:36 pm
Hello, I think I've found a bug for vim under windows. Basically if inside a vim script you do "filewritable(expand(&#39;<sfile>'))" it returns 0 even if the file...
59522 Philippe Vaucher
philippe.vaucher@... Send Email
Nov 2, 2010
12:36 pm
Hello, The sourceforge project page seems out of date, it'd be closed or at least redirected to the current up-to-date page imho. I'm thinking about stuffs...
59523 Bram Moolenaar
Bram@... Send Email
Nov 2, 2010
7:29 pm
... What page are you talking about? We only use sourceforge for the web hosting. ... -- Q: What do you call a fish without an eye? A: fsh! Q: What do you call...
59524 Benjamin R. Haskell
vim@... Send Email
Nov 2, 2010
8:00 pm
... The main ways of getting to the Vim page avoid it: http://vim.sf.net/ http://vim.org/ But you can still access the project page directly at: ...
59525 Alex
alex.jakushev@... Send Email
Nov 2, 2010
11:38 pm
Hi all, Yes, there is a bug in Vim. The patch below fixes it for me in Win32 gVim. Testing on other platforms is welcome. regards, Alex ... # HG changeset...
59526 Dominique Pellé
dominique.pelle@... Send Email
Nov 3, 2010
3:23 am
... The other places where I notice that conceal messes up ... I see that some ASCII arts are already marked as helpExample at least in ":help...
59527 gvimk
pdxkal@... Send Email
Nov 3, 2010
6:47 am
Hi all, Is there a way to do two-up view like in Adobe Reader? If not, please accept my enhancement request. Thanks, Kal -- You received this message from the...
59528 Ingo Karkat
swdev@... Send Email
Nov 3, 2010
7:09 am
... I think Charles Campbell's MPage plugin is just what you want: http://mysite.verizon.net/astronaut/vim/index.html#MPAGE -- regards, ingo -- You received...
59529 Tony Mechelynck
antoine.mechelynck@... Send Email
Nov 3, 2010
9:25 am
... [...] Note the ftp: URL scheme. http://ftp.vim.org/pub/vim/patches/7.3/ used to give the same directory listing as with ftp:, with the text of the README...
59530 Milan Vancura
milan@... Send Email
Nov 3, 2010
11:03 am
... Thank you for the link, Ingo, and for the plugin itself, Dr Chip. I tried it and basically it works. But it's done by overkill: manual window ...
59531 Ingo Karkat
swdev@... Send Email
Nov 3, 2010
11:26 am
... Well, what you call "overkill"; looks like the default Vim extension mechanism (i.e. autocmds, mappings and window settings) to me ;-) I agree though,...
59532 caio
caio.ariede@... Send Email
Nov 3, 2010
12:54 pm
The patch below probably solves all the cases, I am wrong? diff -r df6b12c84b23 src/screen.c ... +++ b/src/screen.c Wed Nov 03 09:59:24 2010 -0200 @@ -6539,7...
59533 Bram Moolenaar
Bram@... Send Email
Nov 3, 2010
2:36 pm
... I prefer to separate commands from other things. ASCII graphics are not commands, I think it's better to highlight them differently. Or not at all. -- ...
59534 Bram Moolenaar
Bram@... Send Email
Nov 3, 2010
2:44 pm
... I think it's best to make an item helpGraphic. Like with helpHeader it can be recognized by a special character at the end of the line. A backtick...
59535 Philippe Vaucher
philippe.vaucher@... Send Email
Nov 3, 2010
2:47 pm
Hum? Should I submit a patch? This is a bug right? -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text...
59536 Philippe Vaucher
philippe.vaucher@... Send Email
Nov 3, 2010
2:50 pm
... Yes I'm talking about these pages. I'm also concerned that the CVS/SVN seems to be out of date, but maybe I'm wrong. Philippe -- You received this message...
59537 Benjamin R. Haskell
vim@... Send Email
Nov 3, 2010
2:58 pm
... See: http://www.vim.org/sources.php CVS / SVN only contain pre-7.3 Current development uses Mercurial via Google Code: ...
59538 Bram Moolenaar
Bram@... Send Email
Nov 3, 2010
5:14 pm
... It makes sense, but we must make sure this does not cause any trouble. Does it work on all Windows versions? On Unix we never care about others having the...
59539 Bram Moolenaar
Bram@... Send Email
Nov 3, 2010
5:23 pm
... Thanks for reporting this problem. The page appears to be truncated. I'll concact the maintainers. -- TALL KNIGHT: When you have found the shrubbery, then...
59540 Ben Fritz
fritzophrenic@... Send Email
Nov 3, 2010
5:41 pm
On Nov 2, 7:21 am, Philippe Vaucher <philippe.vauc...@...> ... I'm pretty sure you nomally WANT to lock a file from being written, while you are...
Messages 59511 - 59540 of 69774   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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