Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vim · Vim (Vi IMproved) text editor users 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
Messages 114121 - 114150 of 137820   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
114121 yixiaodafang@... Send Email Apr 29, 2010
6:10 pm
Hi, I have defined a function such as: function! g:test(pattern, action) let l:tmp=a:pattern endfunction When I call it using: debug call g:test(llan,vvm) ...
114122 Lloyd Budd
foolswisdom@... Send Email
Apr 29, 2010
6:34 pm
Thanks for the thoughtful responses everyone. I'll go ahead and create an account. I still might try and track down someone at wikia to suggest smarter ad...
114123 Britton Kerin
britton.kerin@... Send Email
Apr 29, 2010
6:36 pm
... Both these tests seem to indicate that my machine doesn't see Shift-Space. Any idea why some systems do this and some not, or what I might do to fix this...
114124 Jean Johner
jean.johner@... Send Email
Apr 29, 2010
7:31 pm
Hello Andy, It seems that your lastpos plugin no longer works when the above autocmd is added to _vimrc (Windows). Could you fix that? Best regards Jean Johner...
114125 John Beckett
johnb.beckett@... Send Email
Apr 29, 2010
11:42 pm
... In something like 'call test(hello)&#39; the 'hello&#39; is an expression that is evaluated, so 'hello&#39; would have to be a ... John -- You received this message...
114126 John Beckett
johnb.beckett@... Send Email
Apr 29, 2010
11:43 pm
... Wikia have put a lot of effort into their ads and they have a mechanism for reporting "bad" ads (really obnoxious, offensive, malware) because they sell...
114127 John Little
john.b.little@... Send Email
Apr 30, 2010
1:41 am
... We'd need to know which version, OS, and maybe which gui you are using; the first four lines output by :version would be a start. My gvim (7.2.411, Linux,...
114128 Steve Bertrand
steve@... Send Email
Apr 30, 2010
1:48 am
Hi all, Vim works so well for me, that I've only had the need to follow the list and not post for a while ;) However, I am having an issue that is becoming...
114129 Marc Weber
marco-oweber@... Send Email
Apr 30, 2010
2:00 am
Hi Steve, ... Try :set invlist to see where tabs and spaces are used. ... or ... will replace spaces by tabs or tabs by spaces depending on expandtab setting. ...
114130 Tony Mechelynck
antoine.mechelynck@... Send Email
Apr 30, 2010
2:17 am
... Gvim usually knows keys and keychords for what they are. In particular, it usually recognizes Shift-Space as different from Space. However, gvim is still...
114131 Tony Mechelynck
antoine.mechelynck@... Send Email
Apr 30, 2010
2:19 am
On 29/04/10 04:55, John Beckett wrote: [...] ... Of course, if you're already over 13 (I'll be 60 next January ;-) ) the birth date doesn't have to be bogus....
114132 Steve Bertrand
steve@... Send Email
Apr 30, 2010
2:21 am
... Thanks for the feedback Marc! I'll give it a try, and let you know. Cheers, Steve -- You received this message from the "vim_use" maillist. Do not...
114133 stosss
stosss@... Send Email
Apr 30, 2010
3:07 am
On Thu, Apr 29, 2010 at 10:19 PM, Tony Mechelynck ... You are less then 6 years my senior. -- If we can but prevent the government from wasting the labours of...
114134 Bee
200309@... Send Email
Apr 30, 2010
6:03 am
... ok, I already replied that this worked great on Windows. Is there a way to use --remote-silent in Linux? -- You received this message from the "vim_use"...
114135 Benjamin Fritz
fritzophrenic@... Send Email
Apr 30, 2010
1:57 pm
... Same basic idea: http://vim.wikia.com/wiki/Launch_files_in_new_tabs_under_Unix I have not tried this, myself. As far as Vim is concerned the method is the...
114136 C. Jiang
umjiangc@... Send Email
Apr 30, 2010
11:08 pm
Hi folks, I am running Windows 7. In it I run a VMware (Fedora linux) where my projects files are. I mapped the projects folder in windows 7. The Vim is...
114137 Ritmo2k
jcasale@... Send Email
Apr 30, 2010
11:09 pm
With an empty .vimrc or one with just "set backup" in it, or typing :set backup, I can't get a backup file created on any of my CentOS 5 servers. It used to...
114138 sc
toothpik@... Send Email
Apr 30, 2010
11:40 pm
... the simplest will be to ... in your _vimrc, although this setting has its detractors, and some plugins misbehave with it set, or did in the past -- i edit ...
114139 Nathan Neff
nathan.neff@... Send Email
Apr 30, 2010
11:59 pm
I'm trying to highlight "org-mode"; files similar to what's shown here: http://orgmode.org/img/tasks.png I found a good start by using "outline.vim" from...
114140 Gary Johnson
garyjohn@... Send Email
May 1, 2010
12:01 am
... My guess is that your newer Centos comes with a system vimrc that contains some setting that's interfering with your backups. One way to check this is to...
114141 stosss
stosss@... Send Email
May 1, 2010
2:18 am
... It did not give me an error, but when I type: "cP I don't get what I yanked. What I am doing wrong? What register is my yanked text in? -- If we can but...
114142 sc
toothpik@... Send Email
May 1, 2010
2:46 am
... i think it'll be in the un-named register (") i think what you wanted to do was ... if you want it in register c sc -- You received this message from the...
114143 stosss
stosss@... Send Email
May 1, 2010
2:57 am
... Yes typing P dumped my text into the file. ... This produced the E492 error So how does range yank into a named register work? -- If we can but prevent the...
114144 AK
andrei.avk@... Send Email
May 1, 2010
2:57 am
I don't like when I'm jumping between two files and if I need to edit a line at the bottom and see some text at the top, vim re-centers screen after ctrl-^ so...
114145 stosss
stosss@... Send Email
May 1, 2010
3:00 am
... Answering my own question. ... There has to be a space between yank and the register. -- If we can but prevent the government from wasting the labours of...
114146 Charles E Campbell Jr
drchip@... Send Email
May 1, 2010
3:03 am
... Does increasing your cmdheight option help? (:set ch=2) Regards, Chip Campbell -- You received this message from the "vim_use" maillist. Do not top-post!...
114147 Ritmo2k
jcasale@... Send Email
May 1, 2010
3:10 am
... Wow, great post, I will be saving this... Its resolved, but one thing that caught me was when I noticed the problem, I cd'ed into /tmp and started testing...
114148 sc
toothpik@... Send Email
May 1, 2010
3:10 am
... it works fine when you remember the space between the 'y' and the register (as it shows -- and i overlooked -- in the help module) what you really wanted...
114149 John Little
john.b.little@... Send Email
May 1, 2010
3:56 am
... The 'backupskip&#39; option; the default value includes /tmp/*. Please excuse me if I'm wrong, but you seem unaware how good vim's help is. Mucking around...
114150 Nathan Neff
nathan.neff@... Send Email
May 1, 2010
4:07 am
Currently, I have the status line displaying Vim's current working directory. I like having the cwd on the right side of the status line. I would like to align...
Messages 114121 - 114150 of 137820   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