... Isn't this just because of 'winfixheight39;? It gets set automatically for quickfix or preview window. You could probably make an autocmd to clear that...
136335
Eric Weir
eeweir@...
Feb 21, 2013 8:41 pm
... Vim is alive? It's changing on its own? Or did I misremember? Regards, ... Eric Weir Decatur, GA. USA "The invincible shield of caring is a weapon from the...
136336
Charles E Campbell
drchip@...
Feb 21, 2013 9:21 pm
... Netrw is not asking for confirmation, its asking you to provide the new name. Thus the "Moving (curfilename) to (curfilename)" message, which you can...
136337
Bram Moolenaar
Bram@...
Feb 21, 2013 10:11 pm
... Sourceforge has fixed the problem, counters increment again. -- BEDEVERE: And that, my lord, is how we know the Earth to be banana-shaped. "Monty Python...
136338
AK
andrei.avk@...
Feb 22, 2013 12:04 am
Hi, I would like to accomplish the following: <tag attr1='val39; attr2='val39;> </tag> concealed: <tag> </tag> I've mucked around with html.vim syntax file but I...
136339
rainy
andrei.avk@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
Feb 23, 2013 1:17 am
... I'm not familiar with Fountain, but the "!~" is a "doesn39;t match this regexp" operator, so I'm surprised it's folding them away rather than folding away...
136360
cjsmall
jefferysmall@...
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@...
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@...
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@...
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...