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 126299 - 126328 of 138223   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
126299 philipx
google@... Send Email
Oct 1, 2011
8:15 am
Is there a way to determine the screen resolution in gVim and act upon that information, for example to set a different font size? I seem to find myself...
126300 Tony Mechelynck
antoine.mechelynck@... Send Email
Oct 1, 2011
9:57 am
... I don't think you can ask Vim for the pixel size of your screen, but you can do almost as good (after gvim startup, i.e. either in the gvimrc or in a...
126301 Dennis Benzinger
Dennis.Benzinger@... Send Email
Oct 1, 2011
10:41 am
Hi! ... You could use system() to execute a program to query the resolution. For example "xdpyinfo"; or "xwininfo -root" if you are running under an X server. ...
126302 François Ingelrest
francois.ingelrest@... Send Email
Oct 1, 2011
1:35 pm
Hi all, After updating my netrw plugin (v143), I now get this error the first time I do :Explore in a Vim session: Error detected while processing...
126303 Charles E Campbell Jr
drchip@... Send Email
Oct 1, 2011
4:02 pm
... The latest version of netrw is v143, and netrw#ErrorMsg is at line#8056 in autoload/netrw.vim. I can't duplicate the problem; so please look into :help...
126304 François Ingelrest
francois.ingelrest@... Send Email
Oct 1, 2011
5:22 pm
... After a bit of debugging, I found that this is caused by the following line in my .vimrc: let g:netrw_cursorline=1 If I comment this line, the error...
126305 porphyry5
gl00637@... Send Email
Oct 1, 2011
10:38 pm
Using vim 7.2 on slackware 13.1 OK, I've traced the problem with the error flag not being suppressed. It is caused because vim is still using an old version...
126306 Ismail, Mohd F.
farid@... Send Email
Oct 2, 2011
12:10 am
Hi, I'm using CentOS 6, with vim 7.2. For whatever reason, there is no row and column info at the bottom right corner. I check the /etc/vimrc and set ruler...
126307 Tony Mechelynck
antoine.mechelynck@... Send Email
Oct 2, 2011
1:20 am
... What does Vim answer to ":echo has('cmdline_info')" (without the double quotes but with the single ones)? If it's 0 (zero), then the 'ruler&#39; feature wasn't...
126308 Fernando Basso
fernandobasso.br@... Send Email
Oct 2, 2011
12:43 pm
On Sep 30, 2:17 pm, Tony Mechelynck <antoine.mechely...@...> ... I don't mean to write in vim and then convert it to html. I mean, to have links inside...
126309 porphyry5
gl00637@... Send Email
Oct 2, 2011
2:05 pm
Well, I think I finally have this figured out. If I'm using sessions, any session includes its own .vimrc, being that .vimrc in effect when the session was...
126310 Ben Fritz
fritzophrenic@... Send Email
Oct 2, 2011
3:41 pm
... 'ruler&#39; has no effect if you have a custom 'statusline&#39; setting. Is this the case? -- You received this message from the "vim_use" maillist. Do not...
126311 Ismail, Mohd F.
farid@... Send Email
Oct 2, 2011
4:25 pm
Hi Tony, When I type that command in vim window, it gives me nothing. It just returns the cursor position to its initial position. Am I supposed to type it...
126312 AK
andrei.avk@... Send Email
Oct 2, 2011
5:24 pm
I have an insert mapping for tab key that works right for existing lines, but does not work right for a new line with 'virtual&#39; indent level. Normally, if it's...
126313 Tony Mechelynck
antoine.mechelynck@... Send Email
Oct 2, 2011
5:36 pm
... On the contrary, starting Vim with -S will source your vimrc first; but then it will proceed with your session file, which may override anything your vimrc...
126314 Tony Mechelynck
antoine.mechelynck@... Send Email
Oct 2, 2011
5:54 pm
... You should be using Vim in Normal mode, then type ... followed by hitting Enter. A 0 (zero, meaning "no") or a 1 (one, meaning "yes") should appear at...
126315 Tony Mechelynck
antoine.mechelynck@... Send Email
Oct 2, 2011
5:58 pm
... Yes, and the absence of the word "statusline&quot; from the vimrc doesn't mean it isn't set -- it can also be named "stl". Farid, try typing ... in Normal mode,...
126316 lith
minilith@... Send Email
Oct 2, 2011
8:29 pm
... A few thoughts: You could also use tags, I guess, and the use taglist or a similar plugin. There are a few plugins around (e.g. my own ttoc) that display...
126317 George Papanikolaou
g3orge.app@... Send Email
Oct 2, 2011
11:49 pm
Hi, how can I use the whole screen in full screen mode with MacVim in my MacBook Pro? and how do I set up default position and sizes of the MacVim window? ...
126318 György Kiss
w2lkm2n@... Send Email
Oct 2, 2011
11:57 pm
you just press CTRL-CMD-F in Lion, or the Vim way: :set fu (:set nofu for quit full screen) see :h winsize and winpos for positioning. ... -- You received this...
126319 Ismail, Mohd F.
farid@... Send Email
Oct 3, 2011
4:15 am
________________________________________ From: Tony Mechelynck [antoine.mechelynck@...] Sent: Sunday, October 02, 2011 12:53 PM To: Ismail, Mohd F. Cc:...
126320 Marko Mahni
marko.mahnic@... Send Email
Oct 3, 2011
7:11 am
... Maybe Universal Text Linking plugin can help you: http://www.vim.org/scripts/script.php?script_id=293 You have to create the TOC manually, though, but you...
126321 sinbad
sinbad.sinbad@... Send Email
Oct 3, 2011
1:27 pm
... does anyone know of this problem, or i am using it in a wrong way. can anyone try this out and let me know. btw, i am running vim 7.0 version. -- You...
126322 Razvan Rotaru
roti_343@... Send Email
Oct 3, 2011
1:54 pm
virtualedit works. Thanks, Razvan ________________________________ From: Francesc Salvat-Pujol <f.salvat@...> To: vim_use@googlegroups.com Sent:...
126323 Fernando Basso
fernandobasso.br@... Send Email
Oct 3, 2011
2:38 pm
... This plugins seems very good. I'm taking a look at it. Thanks -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply...
126324 porphyry5
gl00637@... Send Email
Oct 3, 2011
3:05 pm
You're right, it does load .vimrc first, because *new* entries made to that file show up in the session, but modified entries do not, because they are...
126325 meino.cramer@... Send Email Oct 3, 2011
4:14 pm
Hi, I want to apply SHFT-J (join lines) on those lines starting with a number which are followed by a line not starting with a number. Example: This lines: ...
126326 Taylor Hedberg
tmhedberg@... Send Email
Oct 3, 2011
4:18 pm
... See `:help :global` and `:help :join`. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are...
126327 Tim Chase
vim@... Send Email
Oct 3, 2011
4:54 pm
... I'd almost be tempted to do ... in case you have more than one line wrapped such as 1234 alpha beta gamma delta frog toad camel muskmelon The change means...
126328 meino.cramer@... Send Email Oct 3, 2011
5:17 pm
... Hi Taylor, hi Tim, thank you for your replies! :) Both commands do nothing here...what did I wrong? Best regards, mcc -- You received this message from the...
Messages 126299 - 126328 of 138223   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