Hi, I'm using gvim 6.4.1 on windows XP. I have a unix directory shared using samba mapped on my windows box. When attempting to write to a file on the samba...
Hello. I use MS Visual Studio daily at work. I like it's IDE functions and I want to use Vim at home. In my case I want to play with Quake 4 SDK - C/C++ code...
Is there a way to use completion with the current spelling list? From ... 'dict' option, which must be set manually. ^Xs gives spelling suggestions, but...
Hello *, mode() looks like it could be very useful to change the behaviour of a script according to which mode I am in. But I am too stupid to use it: function...
Hi Everyone, I have my photos kept in the folder, They are having file names as DSC101.jpg DSC102.jpg DSC103.jpg Is there a way in which i can rename these...
Hello I have a file in format dir1/dir11/dir111/test/results PASS dir1/dir11/dir112/test/results PASS dir2/dir21/dir211/test/results FAIL For debug purpose I...
Both MSVC 6 and MSVC Toolkit 2003 reports the following error: fileio.c(3110) : warning C4013: 'lstat39; undefined; assuming extern returning int ... fileio.obj...
... [...] The W32 binaries have just been uploaded to my site. Note: Patch 002 is Unix-only, except that it also corrects an oversight in patch 001 which...
Vim 6.4/7.0aa WinXP SP2 I have been using Hari's MultVals.vim plugin for sometime in a few of my plugins (thanks Hari). My recent needs are proving to be too...
This is similar to what I asked previously with the IP addresses, but this time I just have a bunch of ID numbers (5-digit ID numbers) separated by commas, and...
I am creating an application where the user (a Vim newbie) will download several files including a vimrc file that takes precedence over the system files that...
All, I just getting started with syntax highlighting. I have several syntax commands in my _vimrc file. syntax on syntax case match syntax match xTodo...
I have two functions defined as follows: function! Foo() range return 5 endfunction function! Bar() 1,5call Foo() endfunction What is the syntax to put the...
vim-6.4 on gentoo linux Some time ago, not sure how long, I started seeing this brief message go across the echo area when I save a file...or region to new...
Hi all, I am writing lilypond music with vim. I also use Denemo as well, I want to know what would be involved in syncing Vim to denemo so that: 1. so that...
After I returned from my trip to Uganda I had a big pile of mail waiting for me, both paper and electronic. I have now finished dealing with this. If you...
Hello, I am having a strange problem I am struggling with. I have two gentoo linux machines with vim 6.4. I have diffed /etc/vim/vimrc and they are identical. ...
Hi list While editing my .fetchmailrc, I noticed that some ssl options were not correctly highlighted. I fixed the fetchmail.vim syntax file and would like to...
Hi all Would someone please help me understand, why is it that when I highlight some text with my mouse and then click the paste button, Vim literally indents...
How do I get two different working directories into two separate variables, one for buffer-local current directory (after :lcd ), another for global current...
... There is nothing more by now. If you need more elaborated installation routines and help-documents you have to wait at least until a "beta" version ;-) -...
On Mon, 28 Nov 2005 00:23:00 +0800, Lukas Zapletal ... Hi Lukas, Thanks for the reply. ... I tried to change the "perl.vim" file line into this: Perl syntax...
Hi, I was using Lukas Zapletal's script for compiling perl. http://www.vim.org/scripts/script.php?script_id=56 By typing :make it will do a compilation based...
If the current line has length n and the next line has length m, m>n, then executing $j leaves the cursor in column n of the next line. Is there anyway to...
I am trying to hunt down why the following occurs. In this newsreader pan, there is an option to edit a post in an external editor. I set the preference to...
Hi,Vimmers: Now I want to find a tool that can attach another tool's window to vim's window, then when I minimize vim's window, they are both minimized, and...