... You don't need root access to install a font for your own use. - Download a .ttf or .otf to wherever. - With KDE, open it with kfontviewer, click install,...
136319
manaskarekar
powerslave12r@...
Feb 21, 2013 3:54 am
Adding the trailing slash after the failing to open directory works! Thanks a ton! Is there a way to automate the command ... to apply to all listed...
136320
shawn wilson
ag4ve.us@...
Feb 21, 2013 4:02 am
I forgot about C-G - thanks ... This is what I'm looking for. Now to associate it with an F key or leader.... decisions -- -- You received this message from...
136321
Charles E Campbell
drchip@...
Feb 21, 2013 5:22 am
... You can also try two commands provided by netrw: gf : treat string under cursor as a file's name gd: treat string under cursor as a directory's name Netrw...
136322
Nikolay Shirokovskiy
nshyrokovskiy@...
Feb 21, 2013 10:45 am
Thanx Ben. I'll check it out later, looks like I will need time to use this approach. To be honest I thougth there is some straightforward way of doing this, I...
136323
Eric Weir
eeweir@...
Feb 21, 2013 1:30 pm
... Thanks for the update, Charles. To get the vim app working for me I'm going to have to study up on netrw and vimball. It will take me a while. When I get...
136324
ping
songpingemail@...
Feb 21, 2013 2:34 pm
... that really works!, so looks the key here is 1) use <expr> as you mentioned, 2) use ":" . func() 3) return the command string from the func great to learn!...
136325
ping
songpingemail@...
Feb 21, 2013 2:37 pm
... FYI, for the map, I finalize it with this: nn <expr> ,gg ':' . MyGit("new post:") . repeat("\<left>", 24) -- -- You received this message from the...
136326
Ben Fritz
fritzophrenic@...
Feb 21, 2013 4:04 pm
... For that, I'd use an <expr> cabbrev similar to your <expr> map. Then you would type :MyGit<Space> and it would expand to something completely different...
136327
Erich Hoffmann
erichhoffmann@...
Feb 21, 2013 4:54 pm
Hello. I admit enjoying the vim sokoban play. But I don't understand the code. As i'm writing a special flatfile database for my own purpuses, an input mask...
136328
Tim Chase
vim@...
Feb 21, 2013 5:34 pm
Futzing around with the quickfix (QF) window, I found that using CTRL-W= ("make the windows the same size", ":help CTRL-W_=") ignores the quickfix window in...
136329
Paul
paul.domaskis@...
Feb 21, 2013 5:54 pm
In Windows 7, I got a program "pinned" to the taskbar. It is basically a shortcut with the "Target" field set to: "C:\Program Files (x86)\Vim92;vim7392;gvim.exe"...
136330
Paul
paul.domaskis@...
Feb 21, 2013 6:05 pm
I found the solution after a simple read of ":help vimrc". Set the environment variable VIMINIT to source $USERPROFILE92;_vimrc For any other system or...
136331
Paul
paul.domaskis@...
Feb 21, 2013 6:56 pm
... I should clarify that it is the user-specific environment variable VIMINIT in Windows that I set above. However, it isn't the greatest solution. This...
136332
Charles E Campbell
drchip@...
Feb 21, 2013 7:05 pm
... Well, you know its very hard to predict things, especially when the future is involved! Regards, C Campbell -- -- You received this message from the...
136333
ping
songpingemail@...
Feb 21, 2013 7:42 pm
... thanks! that's also helpful info. I'll try that. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the...
136334
Ben Fritz
fritzophrenic@...
Feb 21, 2013 8:10 pm
... 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...