... Yes, sure. I didn't say I don't want to have plugins. ... What I don't want is a GNUS in vim if that answer your question. I mean if somebody manage to...
33848
Preben Randhol
randhol+vim@...
Nov 1, 2002 11:01 am
... I agree. -- Preben Randhol ---------------- http://www.pvv.org/~randhol/ -- Just vim it....
33849
Russell
rjshaw@...
Nov 1, 2002 12:12 pm
Hi all, Is there a one-button method of switching between buffers? How could i map F6 to switch to the next buffer and display it, and F7 to switch to the...
33850
Arker
arker@...
Nov 1, 2002 12:58 pm
... Doh! Problem with this seems to be that now when I do something like leaving Insert mode by way of the <Esc> key, if the first thing I try to do is move...
33851
Arker
arker@...
Nov 1, 2002 1:13 pm
... One difference is that when I use the 'set <M-a> Ctrl-V Alt-a' method, I get an error when loading the .vimrc that says: Unknown option: <M-a> So, at least...
33852
Piet Delport
pjd@...
Nov 1, 2002 1:15 pm
... Do you mean: nmap <F5> :bn<CR> nmap <F6> :bp<CR> or did you have something more subtle in mind? -- Piet Delport Today's subliminal thought is:...
33853
Kipp, James
James.Kipp@...
Nov 1, 2002 1:52 pm
I am trying to get spell check to work on Winnt using vim6.1. I copied all of the files into $VIM and into the plugin directory (just to make sure). When i...
33854
Christopher A. Mathru...
mathrusc@...
Nov 1, 2002 2:29 pm
Thanks very much. I'll look into doing that and keep my fingers crossed. ... From: "Dan Sharp" <dwsharp@...> To: <vim@...> Sent: Thursday, October...
33855
Daryl Biberdorf
darylb@...
Nov 1, 2002 2:37 pm
I have a file containing XML (an XSLT stylesheet, actually). The environment where I'm trying to use that file is set to use UTF8 and does no character set...
33856
Charles E. Campbell
cec@...
Nov 1, 2002 2:59 pm
... Looks like I'm still learning about vim! However, your example didn't work. In fact, a number of things I tried didn't work, but here's ... Anyway, I'd...
33857
Bram Moolenaar
Bram@...
Nov 1, 2002 3:02 pm
... No, Vim can't see the difference between quickly typing an <Esc> and then "j" and getting the same characters from typing Meta-j. The best solution is to...
33858
Aric Blumer
aricvim@...
Nov 1, 2002 3:04 pm
... The Project Plugin may also provide what you're looking for: http://vim.sourceforge.net/script.php?script_id=69...
33859
Charles E. Campbell
cec@...
Nov 1, 2002 3:08 pm
... Nothing -- its just that vim normally interprets <m-a> to mean the "'a'|0x80" ; ie., in binary, v 'a' is 0b01100001 <m-a> is 0b11100001 ^ However, many...
33860
Preben Randhol
randhol+vim@...
Nov 1, 2002 3:27 pm
Hi I was experimenting with menus and :popup, but I only get. E319: Sorry, the command is not available in this version I don't know if this is because a...
33861
Colin Keith
vim@...
Nov 1, 2002 4:02 pm
... It is as described in ":help E319" ... Its not the same thing. ... Are you sure that your problem is not related to this description of Popup Menus? "5.8...
33862
Bram Moolenaar
Bram@...
Nov 1, 2002 4:12 pm
Preben Randhol wrote; ... The ":popup" command is only supported on Win32. I'll add a remark in the docs, it's not very clear about this. -- Why isn't there...
33863
Charles E. Campbell
cec@...
Nov 1, 2002 4:18 pm
... Only <engspchk.vim> should go into the plugin directory. engspchk.vim -> ...\vimfiles\plugin\engspchk.vim engspchk.* -> .../vimfiles\CVIMSYN\ ... Do...
33864
Garriss, Michael
Michael.Garriss@...
Nov 1, 2002 4:19 pm
Consider the following text: int some_fn( int this, int that); // 2 spaces between int and that This happens to me a lot. I want that above line to look like...
33865
Charles E. Campbell
cec@...
Nov 1, 2002 4:40 pm
... Of course there's a way, its Vim! :) However, its not as obvious as one might wish. Problems will crop up with single-letter words, etc -- it seems to me...
33866
Preben Randhol
randhol+vim@...
Nov 1, 2002 5:40 pm
... Ah I see. No I only saw a reference to win32-hide or something like that. I don't know how this works in windows, I'll check, but I guess that the reason...
33867
Preben Randhol
randhol+vim@...
Nov 1, 2002 5:48 pm
... and the first line of the buffer then shows is: *:popup* *:popu* I didn't think to go up in the buffer as I was expecting the help to be below this point....
33868
Paul J
paul@...
Nov 1, 2002 5:51 pm
... Hash: SHA1 ... I haven't solved the problem, but for now I have modified the status line to use %f as opposed to %F, and now use :pwd on demand. Having the...
33869
Mikolaj Machowski
mikmach@...
Nov 1, 2002 7:15 pm
... [cut] ... Re_move_ directory with messages in your language? This the only solution which worked for me. Mikolaj...
33870
jonah
jonahgoldstein@...
Nov 1, 2002 7:20 pm
i'd like to use spellchecking on vim on my windows xp machine. i can't seem to find any documentation about this on vim.org though. the spell.vim plugin...
33871
Charles E. Campbell
cec@...
Nov 1, 2002 7:27 pm
... If you want to spell check English text, you may wish to consider engspchk.vim. There are also variants for Dutch, German, Hungarian, Polish, French,...
33872
Kipp, James
James.Kipp@...
Nov 1, 2002 7:36 pm
you might want to look at the recent thread between myself and Dr. Campbell. I have it up and running fine now....
33873
Bram Moolenaar
Bram@...
Nov 1, 2002 10:20 pm
... No, ":popup" can't be done on systems other than MS-Windows. (actually, I think it can, but the best way to motivate someone to implement this is by saying...
33874
Bram Moolenaar
Bram@...
Nov 1, 2002 10:21 pm
... Vim does make a difference between numbers and strings. Each variable has a "var_type" field. Variables are converted automatically when used, which may...
33875
Jeremy Brand, B.S.
jeremy@...
Nov 1, 2002 11:30 pm
Hello everyone. I am volunteering to provide current vim RPM releases for RedHat based Linux OSs. Meaning, I will provide vim-common, vim-minimal, vim-X11 and...
33876
Hari Krishna Dara
hari_vim@...
Nov 2, 2002 3:10 am
I am trying to use Align script for formatting some output that looks like this: aaa bbbbb cc ddddddddd 0 1 2...