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 132227 - 132256 of 137836   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
132227 Chris Jones
cjns1989@... Send Email
Jul 13, 2012
3:00 pm
On Fri, Jul 13, 2012 at 06:31:40AM EDT, geoffrey.wood@... wrote: [..] ... [..] For instance, I start making changes to a file, then I need to...
132228 Ben Fritz
fritzophrenic@... Send Email
Jul 13, 2012
3:09 pm
... Because <Esc>i moves the cursor to the left. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you...
132229 Ben Fritz
fritzophrenic@... Send Email
Jul 13, 2012
3:13 pm
... You can access any option's value in a script by prepending '&' to the option name. So in this case, you'd test for bash with something like: " test for...
132230 Axel Bender
axel.bender@... Send Email
Jul 13, 2012
3:36 pm
Thanks Andy. This one is on me... I want to change the command line in the way - a not existing function - setcmdline() would do. The function would keep...
132231 Axel Bender
axel.bender@... Send Email
Jul 13, 2012
3:39 pm
So there's no builtin function that returns that value... Ok, thanks! Greetings Axel -- You received this message from the "vim_use" maillist. Do not top-post!...
132232 Gautam Kotian (Googie)
gthm159@... Send Email
Jul 13, 2012
4:39 pm
... Because in normal mode, <END> puts the cursor *on* the last character of the line; and "i" would begin inserting *before* the last character. This is what...
132233 S. Cowles
scowles@... Send Email
Jul 13, 2012
4:59 pm
... here is another approach to this issue. 1) multiple virtual terminal sessions: i switched to tmux from screen/byobu last year. window navigation, for me,...
132234 skeept
skeept@... Send Email
Jul 13, 2012
5:53 pm
... Thanks, I didn't know about these =~ and !~ operators. They seem to be similar to the ones in perl that I have trying to learn lately. Best Regards, Jorge ...
132235 mascip
mascip@... Send Email
Jul 13, 2012
7:37 pm
Hi all, i'm a Vim beginner (using version 7.3.46), beginner Perl programmer too. I'm using perl-support, and all works well, but one thing : i can't get Vim to...
132236 Marc Weber
marco-oweber@... Send Email
Jul 13, 2012
7:56 pm
I personally have written github.com/MarcWeber/vim-addon-actions for that. Make sure to read its documentation, it also contains a list of related work: ...
132237 ping
songpingemail@... Send Email
Jul 13, 2012
8:01 pm
... can you share the codes/steps for step 1-3? thanks in advance. also a bit of off-topic, I ever think of using tmux, so making working with 2 level of...
132238 Evan Goer
evan@... Send Email
Jul 13, 2012
8:58 pm
Hello, I'm using vim 7.3 with patches 1-244, 246-584. When I quickly navigate around a file using j and k, vim will occasionally & randomly insert "phantom" j...
132239 ping
songpingemail@... Send Email
Jul 13, 2012
9:08 pm
hi: I kind of forgot somewhere (maybe user-manual) I saw a way to make vim remember all search & ex cmd history, across vim instances, even remember all...
132240 Marc Jessome
marc.jessome@... Send Email
Jul 14, 2012
5:07 am
Hi, I'm writing a script that will allow for what I feel is a more comfortable :make + :copen behaviour. Essentially what I am writing is a function that will...
132241 mascip
mascip@... Send Email
Jul 14, 2012
9:18 am
Thank you Mark. Unfortunately, i didn't understand the vim-addon-actions documentation. But you made me understand enough in your message : when i was typing...
132242 mascip
mascip@... Send Email
Jul 14, 2012
9:54 am
In fact, it was not that simple on my computer (could this be Windows-related?). The error file would only be created if i ran perl...
132243 JC Jackson
jcjacksonengineering@... Send Email
Jul 14, 2012
10:08 am
A session set of GVIM Ubuntu files function well in GVIM Ubuntu, they show all editing colors and indentation appropriate file type, save and open fully, and...
132244 Edan Maor
edanm@... Send Email
Jul 14, 2012
10:08 am
... Hi, I don't know if it's related, but in a few cases, when using the delimitmate plugin, I get "phantom" closing brace "}" characters after exiting insert...
132245 Simon Ruderich
simon@... Send Email
Jul 14, 2012
10:11 am
... The default value already saves the history (if 'nocompatible&#39; is used). By default 'history&#39; is used to control the number of saved ... Regards, Simon -- ...
132246 John Beckett
johnb.beckett@... Send Email
Jul 14, 2012
10:16 am
... It's not quite what you want, but are you aware that :cw opens the quickfix window, but only if there are errors? Check your 'switchbuf&#39; option which (I...
132247 Marc Weber
marco-oweber@... Send Email
Jul 14, 2012
10:45 am
Sorry, I was too tired. make should load the error list into quickfix. So I don't understand is going wrong. ... then after :copen you should have that "||...
132248 Christian Brabandt
cblists@... Send Email
Jul 14, 2012
11:33 am
Hi Tony! ... That is no problem, as the VIMRUNTIME directory contains no after/ directory, so placing files there should be safe. ... Thanks, I updated the...
132249 Marc Jessome
marc.jessome@... Send Email
Jul 14, 2012
6:03 pm
The addition of "set switchbuf=useopen&quot; to my vimrc has gotten me the behaviour that I was looking for without any other modifications. Thanks for the help! ...
132250 mascip
mascip@... Send Email
Jul 14, 2012
7:52 pm
Hi Marc, thanks a lots ! I adapted your code a bit, it does exactly what i want :o) I don't know why, but all my errors where "not valid", so your code didn't ...
132251 mascip
mascip@... Send Email
Jul 14, 2012
7:54 pm
I'm just seeing this message now. I'll try this on monday, thank you :-) ... -- mascip@... http://lesrikikibians.fr -- You received this message from the...
132252 Tony Mechelynck
antoine.mechelynck@... Send Email
Jul 15, 2012
3:14 am
... What is your 'fileformats&#39; (plural) setting on Windows? Do you have a _vimrc on Windows? What is your 'compatible&#39; setting? Are you checking the filetype? ...
132253 Tony Mechelynck
antoine.mechelynck@... Send Email
Jul 15, 2012
3:21 am
... I still don't understand what you mean. What arguments would you give to setcmdline()? What would be the result? What do you mean by "keep running (a kind...
132254 JC Jackson
jcjacksonengineering@... Send Email
Jul 15, 2012
6:23 am
This is a GVIM defaults Only Windows load, is as downloaded from the GVIM website as a Windows install file; and the Ubuntu GVIM as also the default load from...
132255 Andy Wokula
anwoku@... Send Email
Jul 15, 2012
9:57 am
... It's not a bug, ... "Ex commands can be used to move the cursor ... The motion is always characterwise exclusive" ... You can get an inclusive motion with ...
132256 eNG1Ne
communicator.ngn@... Send Email
Jul 15, 2012
4:01 pm
... Now, I can follow what Ben says about definitions in .bashrc not being recognised by vim - but I don't have a .bash_profile, or any .zsh files at all. So,...
Messages 132227 - 132256 of 137836   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