... Did you actually look at ... in Vim? You can get help on the topic with ... Please try the other suggestions that were made, as well. ...
Richard Hartmann
richih.mailinglist@...
Oct 1, 2008 7:46 am
96633
... I recently stumbled upon two viable candidates. 1) FuzzyFileFinder 2) TSelectFile I'm leaning towards TSelectFile, but I have e-mailed FuzzyFileFinder's ...
Nate-37
Nathan.Neff@...
Oct 1, 2008 8:38 am
96634
... In the next version of tselectfiles, there will be a tselectfiles_limit variable (the max depth). tselectfiles does this globbing only once. In subsequent...
toomln
micathom@...
Oct 1, 2008 9:37 am
96635
Hello all, jump lists are stored per-window. However, when you open a window the current jump list is copied to the new window. Thus, you end up having a list...
Kostas
chatziko@...
Oct 1, 2008 2:54 pm
96636
On Tue, 30 Sep 2008 15:06:27 -0700, "Steve Hall" ... I would imagine that the reason Vim doesn't do this is because there's not really much use for it....
Matthew Winn
vim@...
Oct 1, 2008 6:24 pm
96637
... Very cool! I will check it out as soon as you release it. Thanks, --Nate ... -- View this message in context:...
Nate-37
Nathan.Neff@...
Oct 1, 2008 7:12 pm
96638
... True. ... A quick eyballing can be a lot more convenient than actually counting stuff conciously. ... I think that is the wrong way to ask this question....
Richard Hartmann
richih.mailinglist@...
Oct 1, 2008 9:35 pm
96639
Today (1. Oct), the whole day I could not download any version of vim. Do you know what's wrong? Thanks, Dimitra Anastasiou ...
Dimitra Anastasiou
dimitraa@...
Oct 1, 2008 10:32 pm
96640
In gVim 7.1 under Ubuntu/Debian, if I try to make any two-part shell ... I still get the error. ... then it works. On gvim 7.1 under Windows XP/Cygwin, I don't...
Mark S.
throaway@...
Oct 1, 2008 11:11 pm
96641
... Which shell are you using on Ubuntu/Debian? On SuSE Linux with bash, ... (in gvim 7.2.23 with GTK2 GUI) answers with (on one line) the names of the five...
Tony Mechelynck
antoine.mechelynck@...
Oct 2, 2008 12:21 am
96642
Hi! I would like to edit a column in an ascii file (an ascii file with numbers). The first step would be, I guess, selecting the column via visual selection ...
reviol@...
Oct 2, 2008 12:47 am
96643
... ctrl-v Richard --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit...
Richard Hartmann
richih.mailinglist@...
Oct 2, 2008 12:48 am
96644
... To select a rectangle of text, use Ctrl-V (or Ctrl-Q if you have mapped Ctrl-V to the paste operation) instead of v. Moving the cursor verically is done,...
Tony Mechelynck
antoine.mechelynck@...
Oct 2, 2008 1:07 am
96645
Thanks, Richard! Now comes part two of the exercise. See example below: 6.5 53.94 8.6 34.44 10.7 12.94 12.8 -2.25 14.9 -8.67 16.0 -8.20 18.1 -4.92 ...
reviol@...
Oct 2, 2008 1:20 am
96646
hmm probably an easier way would be to not go into ex and just hit "r3" (i.e. replace the visual block with 3!) ... ...
David Lam
david.k.lam1@...
Oct 2, 2008 1:38 am
96647
... See ... To replace all characters in a given column by the digit 3: 1. block-select (with Ctrl-V + cursor movement) 2. A3<Esc> 3. re-select with gv 4....
Tony Mechelynck
antoine.mechelynck@...
Oct 2, 2008 1:53 am
96648
... You can get vis.vim from: http://vim.sourceforge.net/scripts/script.php?script_id=1195 (stable) http://mysite.verizon.net/astronaut/vim/index.html#VIS ...
Charles E. Campbell, ...
drchip@...
Oct 2, 2008 2:14 am
96649
... My Kubuntu gvim 7.1.138 has no problem, using bash. That's the version in the ubuntu repositories. Nor does gvim 7.2. ... Then (using *.pl instead) I get...
John Little
John.B.Little@...
Oct 2, 2008 2:33 am
96650
Hello John & Tony, ... Thanks for the encouragement! I dug a little deeper and it turned out to be the shellxquote variable which came along when I was...
Mark S.
throaway@...
Oct 2, 2008 4:23 am
96651
... That's easy: with that column selected, just type r3 For a list of the operators you can use in visual mode, see ... Regards, Gary ...
Gary Johnson
garyjohn@...
Oct 2, 2008 7:06 am
96652
... The only benefit I've ever really gained from having visible spaces is in a couple of slightly obstinate UTF8 files which had several different characters...
A. S. Budden
abudden@...
Oct 2, 2008 7:32 am
96653
... Tip 438 is quite good, but I see what you mean: http://vim.wikia.com/wiki/Search_and_replace_in_a_visual_selection In the "Substituting in a visual...
John Beckett
johnb.beckett@...
Oct 2, 2008 8:42 am
96654
... Stuff happens. Sourceforge (vim.org) has been changing their infrastructure -- it will probably come good. I just started a download from vim.org and it...
John Beckett
johnb.beckett@...
Oct 2, 2008 8:42 am
96655
Hy Can you please tell how to toggle a scrollbar from $MYVIMRC ? Should I use gvimrc instead or does it also work on the terminal version of vim ? Thank you, ...
Timothy Madden
terminatorul@...
Oct 2, 2008 8:56 am
96656
On Fri, Sep 26, 2008 at 20:33, Bob Hiestand <bob.hiestand@...> wrote:
> On Fri, Sep 19, 2008 at 2:47 AM, Dmitry Teslenko <dteslenko@...> wrote:
>>...
Dmitry Teslenko
dteslenko@...
Oct 2, 2008 9:35 am
96657
I am trying to download gvim72.exe <ftp://ftp.vim.org/pub/vim/pc/gvim72.exe> (for Windows). It goes to the website ftp://ftp.vim.org/pub/vim/pc/gvim72.exe/ but...
Dimitra Anastasiou
dimitraa@...
Oct 2, 2008 9:50 am
96658
... Try one of the mirrors: http://www.vim.org/mirrors.php -- Andy --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
Andy Wokula
anwoku@...
Oct 2, 2008 11:04 am
96659
... I tried the following which started ok (I used Ctrl-C to quit). wget ftp://ftp.vim.org/pub/vim/pc/gvim72.exe However, I recommend that you do NOT try to...
John Beckett
johnb.beckett@...
Oct 2, 2008 11:17 am
96660
I have just discovered a slightly better work around that allows Unicode characters to be used in commands. Simply make the ... A little more work than the...
John Hughes
jkhughes2@...
Oct 2, 2008 12:33 pm
96661
... The scrollbars (if any) in the console terminal are not managed by vim but by the terminal; they usually have no effect on the Console Vim display. In...