... In what directories are gvim.exe and _vimrc ? Inside Vim, what do you get from ... and what happens if you try ... to edit your vimrc file? HTH...
19251
Benji Fisher
benji@...
Jul 1, 2001 2:44 pm
... This is a long shot, but does Vim 5.8 on Win32 have a system vimrc file? Look at the output of :version. Another long shot is that there might be a ...
19252
adam.seyfarth@...
Jul 1, 2001 3:06 pm
Hi, I have 'tsr' set like this: set tsr+=~/.thesaurus ... angry furious mad enraged ... seems to me to be hung. Hung as in, it takes no more input. The only ...
19253
Brian Nowak
btnowak@...
Jul 1, 2001 3:11 pm
I am having problems making vim in AIX. Have looked at the list Archive but didn't find any related questions. I have tried both cc and gcc compilers with no...
19254
Sergei Gnezdov
sgnezdov@...
Jul 1, 2001 3:39 pm
I need to code sometimes set/get methods in Java. For example: access_modifier void setValue(Type value) { this.value = value; } access_modifier Type...
19255
Benji Fisher
benji@...
Jul 1, 2001 4:02 pm
... I see the same problem, using Vim 6.0aj on W95. --Benji Fisher...
19256
Bohdan Vlasyuk
bohdan@...
Jul 1, 2001 4:05 pm
... and so do I -- 60al/linux --...
19257
Bram Moolenaar
Bram@...
Jul 1, 2001 4:13 pm
... I see the problem. It's a bug. It gets stuck at the newline. I'll fix it. -- hundred-and-one symptoms of being an internet addict: 45. You buy a Captain...
19258
Ragica
Ragica@...
Jul 1, 2001 9:37 pm
I've been fiddling for a long time now, trying to get Vim to force a filetype based on the first line, even if the extension is defined as another filetype. I...
19259
Alex
alex@...
Jul 2, 2001 3:03 am
Hello there, I'm working on python scripting from vim, and I'm a little bit stuck here. I can't find a way to call a python function with vim variables on it. ...
19260
Martin Metz
martin.metz@...
Jul 2, 2001 6:52 am
Hello, ... I solved this problem a little bit different: First, I write the data member by itself, e. g. private String name; Then I stay on this line and...
19261
Benji Fisher
benji@...
Jul 2, 2001 11:07 am
... Here is a clue. Autocommands are called in the order in which they were defined. The * autocommands are called last if they are defined last. Now, the...
19262
Eric Smith
eric.smith@...
Jul 2, 2001 12:38 pm
... or ... That works fine, but as a side effect makes the arrows <Right>, <Down> and friends trigger this mapping which is not desired. How do i fix this? -- ...
19263
Dan Sharp
vimuser@...
Jul 2, 2001 1:55 pm
... <snip> Did you modify the supplied makefile directly, or did you run ./configure first? It compiles for me just fine by doing ./configure...
19264
Kremer Markus (PN-SYS...
Markus.Kremer@...
Jul 2, 2001 2:05 pm
Hello, is it possible to specify whether to jump to a definition or prototype? ... the prototype of bla and in .c files ":ta bla" jumps to the definition of ...
19265
Dan Sharp
vimuser@...
Jul 2, 2001 2:27 pm
... You need to use 'execute39; to get your line to work correctly. The pain is having to add quotes around it. For example, ... will do what you want. You...
19266
Douglas L Potts
potts.13@...
Jul 2, 2001 2:45 pm
... This is really a function of ctags. Vim only uses the output of ctags to jump to the references. Namely, the filepath, and then search for the pattern...
19267
Hubbell, Sean (GDIS)
sean.hubbell@...
Jul 2, 2001 3:08 pm
... From: Hubbell, Sean (GDIS) Sent: Monday, July 02, 2001 10:02 AM To: 'Douglas L Potts' Subject: RE: ctags and vim Cann't you generate a tags file for the...
19268
Kremer Markus (PN-SYS...
Markus.Kremer@...
Jul 2, 2001 3:09 pm
thank you Douglas, that is what i need. Now i create 2 different tag files (one for the definitions and one for prototypes). map <F12> <C-]> map <S-F12>...
19269
Rex Posadas
rexposadas@...
Jul 2, 2001 3:14 pm
Hi, How do I use vim to compare two files? I'm using vim 5.7 on windows 200. I usually work with gvim.exe. thanks, Rex...
19270
kartik murari
kartik_murari@...
Jul 2, 2001 3:51 pm
hi i am working on aix4.1.4.0 and cde i cant get any mapping with the <C-(key)> and <S-(key)> ... nothing happens when i do these matchings.. any idea what's...
19271
Douglas L Potts
potts.13@...
Jul 2, 2001 4:51 pm
... I'd recommend using Dr. Chip's diffwin mappings etc if you are on 5.7. His site is http://www.erols.com/astronaut/ and look for his vim page. When 6.0 goes...
19272
Tim Musson
Tim@...
Jul 2, 2001 4:51 pm
Hey all, Just reinstalled VIM after a rebuild of my computer this past December. I am back at doing some coding, and don't like other editors to code with......
19273
Benji Fisher
benji@...
Jul 2, 2001 6:16 pm
... I do not see this, but I imagine that your cursor keys send key sequences that start with <Esc>. What OS are you using? Perhaps some of these pointers ...
19274
Benji Fisher
benji@...
Jul 2, 2001 6:33 pm
... First, figure out whether the problem is with finding the vimrc file or with syntax. (I suspect it is the latter.) My favorite method is to add ... to my...
19275
Benji Fisher
benji@...
Jul 2, 2001 6:44 pm
... [snip] I think the wrong version of syntax/xml.vim was included in the release of Vim 5.8. Try finding the right version, either by poking around your ...
19276
Eugene Lee
eugene@...
Jul 2, 2001 7:11 pm
... http://groups.yahoo.com/group/vim/message/18753 It doesn't look like the revised xml.vim syntax file has been included in any of the Vim 5.8 patches. -- ...
19277
Eric Smith
eric.smith@...
Jul 2, 2001 7:53 pm
... thank you Benji I studied all those section you refer to, and I tried various options and timeoutlen etc but all to no avail :( The arrow keys still...
19278
Benji Fisher
benji@...
Jul 2, 2001 9:09 pm
... I assume that "^[" (looks like two characters in the e-mail) is a CTRL-[, which is the same as <Esc>. My system (gvim on W95) does not have this problem,...
19279
Alex
alex@...
Jul 3, 2001 2:43 am
Is there any command like :put that will work on a variable instead of a register? ... but :put only works with registers, and I dont feel like using a...