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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 136339 - 136368 of 137744   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
136339 rainy
andrei.avk@... Send Email
Feb 22, 2013
2:22 am
... I found out what the issue was: I had my pattern on the first line of the html file, which prevented it from working. When I moved to the second line, it's...
136340 Suresh Govindachar
sgovindachar@... Send Email
Feb 22, 2013
3:26 am
I used to build 32 bit Vim with perl support using mingw regularly, but stopped when I got 64 bit Windows 7 since my attempts at building a 64 bit version...
136341 Arvid Warnecke
arvid@... Send Email
Feb 22, 2013
7:51 am
Hello again, seems there is no obvious solution for my problem. ... I just noticed that I also loose my buffers list after merging with vimdiff, too. :( ...
136342 Grahame Blackwood
grahameblackwood@... Send Email
Feb 22, 2013
7:52 am
... Hi Steve Probably Vimoutliner or Lyx. We have also corresponded about your Umenu system which I use every day, so thank you for developing it and also ...
136343 Jürgen Krämer
jottkaerr@... Send Email
Feb 22, 2013
7:52 am
Hi, ... the $HOME variable is the culprit. If you don't give the -u parameter on the command line Vim looks for its _vimrc in the directory defined by $HOME....
136344 Eric Weir
eeweir@... Send Email
Feb 22, 2013
2:52 pm
... Thanks, Charles. It appears I did misremember. ... Eric Weir Decatur, GA. USA "The invincible shield of caring is a weapon from the sky against being...
136345 Paul
paul.domaskis@... Send Email
Feb 22, 2013
3:23 pm
... Thanks for that, Jurgen. I don't have the ability to change the registry. However, I found that setting the user-specific Windows environment variable...
136346 Paul
paul.domaskis@... Send Email
Feb 22, 2013
3:25 pm
For vim folds, "zm" and "zr" decreases and increases the depth of visible folds. Is there a way to modify the folds in this manner but only over a range of...
136347 So8res
so8res@... Send Email
Feb 22, 2013
3:51 pm
I'm trying to build vim on a mac. I'm pretty new to macs, so I'm almost undoubtably doing something wrong. I have the Xcode developer tools etc. installed, but...
136348 Phil Dobbin
phildobbin@... Send Email
Feb 22, 2013
3:58 pm
... If you're trying to build MacVim, you need to pull the macvim sources: <https://code.google.com/p/macvim/> If you're trying to build console vim on a Mac,...
136349 Ben Fritz
fritzophrenic@... Send Email
Feb 22, 2013
5:07 pm
... I don't know anything about keeping the buffer list around like you want, but I do use the MRU plugin for a reasonably nice way to go back to the last few...
136350 Ben Fritz
fritzophrenic@... Send Email
Feb 22, 2013
5:12 pm
... I don't know of a command to do this. If there is not one listed at :help fold-commands, it probably doesn't exist. It might be possible to script such a...
136351 Ben Fritz
fritzophrenic@... Send Email
Feb 22, 2013
5:14 pm
... How about putting a very bare-bones .vimrc in $HOME, which just sets the runtimepath to somewhere else (local) and then sources your local .vimrc. You...
136352 Paul
paul.domaskis@... Send Email
Feb 22, 2013
6:58 pm
... For now, I think I'll just apply :foldopen and :foldclose to line ranges instead. Thanks. -- -- You received this message from the "vim_use" maillist. Do...
136353 hackware
hackware@... Send Email
Feb 22, 2013
7:52 pm
I wish to issue a colon command to move a "seeded" search match to after current line. ... 'a and 'b are set and around search area containing the "ZZZ" seeded...
136354 Ben Fritz
fritzophrenic@... Send Email
Feb 22, 2013
9:01 pm
... The :g command works by finding a list of lines matching the pattern, setting the "current" line and executing the command on each of the matched lines in...
136355 hackware
hackware@... Send Email
Feb 22, 2013
9:59 pm
... ahhh... backasswards b my "normal" problem... did not realize that :g set current line... guess i'll have to figger out yank/put from registers... (working...
136356 Tim Chase
vim@... Send Email
Feb 22, 2013
10:04 pm
... As Ben suggests, you can do something like ... where "kq" drops the "q" mark on the current/initial line, allowing it to then be referenced as the target...
136357 Rick Dooling
rpdooling@... Send Email
Feb 22, 2013
11:14 pm
Using Fountain (new markdown for screenwriters). I have Vim successfully folding on lines beginning with = using this setlocal foldexpr=getline(v:lnum)!~\"^=\"...
136358 Tony Mechelynck
antoine.mechelynck@... Send Email
Feb 23, 2013
1:08 am
... ah, interesting: thanks Dr. Chip. With my version of ftp (which may or may not act like the OP's one), "ls" gives a long listing without directory slashes,...
136359 Tim Chase
vim@... Send Email
Feb 23, 2013
1:17 am
... I'm not familiar with Fountain, but the "!~" is a "doesn&#39;t match this regexp" operator, so I'm surprised it's folding them away rather than folding away...
136360 cjsmall
jefferysmall@... Send Email
Feb 23, 2013
4:06 am
[I am subscribed to this group and get daily posts. I tried to email this post to vim@... (as the community page states) and it bounced back without any...
136361 Ümit Kablan
umitkablan@... Send Email
Feb 23, 2013
1:22 pm
Hi Vimmers, I have recently made a huge upgrade to my Arch Linux which caused the terminal (I use LXTermial or Sakura) send different keycodes than before....
136362 Rick Dooling
rpdooling@... Send Email
Feb 23, 2013
2:57 pm
... Tim, Of course, I misspoke (mis-wrote). Yes, Vim folds away all lines that DO NOT begin with = and now, thanks to you, also folds away all lines that do...
136363 Gary Johnson
garyjohn@... Send Email
Feb 23, 2013
6:55 pm
... With Vim 7.3.646 on an Ubuntu Linux system, I went to a directory containing an HTML file and executed the following (one line). view -N -u NONE --cmd 'let...
136364 cjsmall
jefferysmall@... Send Email
Feb 23, 2013
7:45 pm
... Gary: I tried this and it works! I tried a few things and it turns out that what I was missing in my master .vimrc file was the: filetype indent on line....
136365 Eric Weir
eeweir@... Send Email
Feb 24, 2013
12:19 am
I'm trying to manually create a streamlined vim setup for installation on an ipad. I'll do it in a folder called "vim," which, once it's set up, I'll make into...
136366 Hakan YILDIZ
hakan@... Send Email
Feb 24, 2013
12:43 am
When I use a non-monospace font in gvim, the characters are placed as if the font is monospaced. Is there anyway to force that non-monospace fonts are...
136367 John Little
John.B.Little@... Send Email
Feb 24, 2013
1:30 am
... No, not without rewriting so much of vim it wouldn't be vim any more IMO. Regards, John Little -- -- You received this message from the "vim_use" maillist....
136368 Bee
forth@... Send Email
Feb 24, 2013
2:07 am
... That should be the .vim/plugin folder. I manually moved one of my plugins to the .vim/plugin folder, after manually making the plugin folder, and it works....
Messages 136339 - 136368 of 137744   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