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 67156 - 67185 of 137706   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
67156 Brent Rice
riceran@... Send Email
Mar 31, 2006
12:57 pm
Hello, Having spent some time staring at the documentation for the tabline, which I would say is well summarized by the documentation&#39;s statement of "This is...
67157 Halim, Salman
salman@... Send Email
Mar 31, 2006
3:25 pm
Marking arbitrary lines can be done using signs. :help :sign...
67158 Yakov Lerner
iler.ml@... Send Email
Mar 31, 2006
4:02 pm
... map <f9> :se hls!<cr> Yakov...
67159 Bob Hensell
rhensell@... Send Email
Mar 31, 2006
6:13 pm
Does anyone have a tip for me? I am running gvim 6.4 from cygwin on my XP machine. Whenever I try to paste into gvim from another application using the...
67160 Charles E Campbell Jr
drchip@... Send Email
Mar 31, 2006
6:24 pm
... Try LogiPat, http://vim.sourceforge.net/scripts/script.php?script_id=1290 . It provides !, & and | (logical not, logical and, logical or) operators and ()...
67161 Robert Hicks
sigzero@... Send Email
Mar 31, 2006
6:30 pm
I suppose that if there were some way to get a count of buffers and have Vim check that when it is loading the files that a function could be called to do a...
67162 Bob Hensell
rhensell@... Send Email
Mar 31, 2006
6:32 pm
Please disregard my previous email, and reply to this email, thank you: Does anyone have a tip for me? I am running gvim 6.4 from cygwin on my XP machine....
67163 Bram Moolenaar
Bram@... Send Email
Mar 31, 2006
6:56 pm
... A context menu has just been added. It will be in 7.0d. Clicking to select a tab should already work. Clicking where there is no label won't have an...
67164 David Rock
david@... Send Email
Mar 31, 2006
7:10 pm
... Try :set paste and see if that makes a difference. I have also seen where doing a shift-click works. -- David Rock david@......
67165 Bob Hensell
rhensell@... Send Email
Mar 31, 2006
7:17 pm
Unfortunately, neither seem to work. Thank you for the input though! Please note that my e-mail address has changed to rhensell@... Bob Hensell Systems...
67166 mzyzik@... Send Email Mar 31, 2006
7:37 pm
I think by default it should display only the filename, without the path. It's much more logical that way. Paths are usually huge, and it changes the width of...
67167 Bob Davis
Robert.Davis@... Send Email
Mar 31, 2006
7:38 pm
why dont you just use "*p which puts the window clipboard wherever. ... -- Bob Davis | Senior Advisory Software Developer - Applications Robert.Davis@......
67168 Bob Hensell
rhensell@... Send Email
Mar 31, 2006
7:58 pm
That paste also appends the ^@ character at the end of my text. ... From: Bob Davis [mailto:Robert.Davis@...] Sent: Friday, March 31, 2006 2:36 PM To:...
67169 Alan G Isaac
aisaac@... Send Email
Mar 31, 2006
8:25 pm
... Can someone using signs on a regular basis give a quick summary of how they are using them? Thank you, Alan Isaac...
67170 Bob Davis
Robert.Davis@... Send Email
Mar 31, 2006
8:45 pm
Dont know where the ^@ comes from. Isnt that a null? I never get it and I run gvim for winxp all day long. I edit files a samba share to a linux box. I run...
67171 Bob Hensell
rhensell@... Send Email
Mar 31, 2006
8:50 pm
I'm not sure where it's coming from either, but the more lines I copy and paste, the more ^@'s I get in gvim. I was hoping someone has seen this before, but...
67172 Bob Davis
Robert.Davis@... Send Email
Mar 31, 2006
8:56 pm
Oh and BTW I am running gvim for windows not the gvim from cygwin. ... set nocompatible source $VIMRUNTIME/vimrc_example.vim "source $VIMRUNTIME/mswin.vim ...
67173 Bob Davis
Robert.Davis@... Send Email
Mar 31, 2006
8:58 pm
There is also a way to get ^v to do paste but I have that turned off because the keys interfer with something else I do more often. bob ... -- Bob Davis |...
67174 Bob Hensell
rhensell@... Send Email
Mar 31, 2006
8:59 pm
I'm using gvim from cygwin. I wonder if it has something to do with that. Please note that my e-mail address has changed to rhensell@... Bob Hensell ...
67175 Bob Davis
Robert.Davis@... Send Email
Mar 31, 2006
9:07 pm
I have cywin but its at least a year old and I cant seem to find gvim. Is it located in the X11R6 dir? Sometimes I rename programs from cygwin so they dont...
67176 Eric Arnold
eric_p_arnold@... Send Email
Mar 31, 2006
9:33 pm
... Here is what I have so far. I still don't have the length calculation perfect for all conditions, but it does the job. if v:version >= 700 else finish ...
67177 Dominic Evans
oldmanuk@... Send Email
Mar 31, 2006
9:57 pm
... Yes without argument it fails to detect Intel and just goes for PPC compilation....
67178 Brent Rice
riceran@... Send Email
Mar 31, 2006
10:11 pm
... Thanks! That's great! It appears to work pretty well...at least so far. Brent...
67179 Benji Fisher
benji@... Send Email
Mar 31, 2006
11:25 pm
... Try something like this. Starting in Normal mode, type "= and then, at the command line, substitute(@*, '\n&#39;, '\n&#39;, 'g') with a <CR> to finish that line,...
67180 Eric Arnold
eric_p_arnold@... Send Email
Apr 1, 2006
12:32 am
I don't know what's going wrong here, but some strange stuff is happening. Here is a test script: for tabnum in range(tabpagenr('$')) " must unlet, otherwise...
67181 Eric Arnold
eric_p_arnold@... Send Email
Apr 1, 2006
3:28 am
Ok. A certain amount of the badness was that I wasn't getting the 0 vs 1 offset right for the tab function calls. I still don't understand some of what was...
67182 Edward Wong
plwong@... Send Email
Apr 1, 2006
4:01 am
Today I just find out an interesting issue... when I uses grep it treats the filenames as case sensitive, even when I include the '-i' flag....but when I do...
67183 Eric Arnold
eric_p_arnold@... Send Email
Apr 1, 2006
4:54 am
I just uploaded a more complete version of the script to vim.sourceforge.net...
67184 weston@... Send Email Apr 1, 2006
5:37 am
Happily editing along in gVim 6.4 today and.... suddenly I discover that the key sequence ctrl-a, which I've long used for select-all, no longer seems to in...
67185 Georg Dahn
gorgyd@... Send Email
Apr 1, 2006
6:24 am
Hi! ... Ctrl-A selects all if you have sourced mswin.vim to have the usual Windows short cuts like Ctrl-X, Ctrl-C, Ctrl-V, Ctrl-A ... available. ... This is...
Messages 67156 - 67185 of 137706   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