Looking for the difference of two files, linewise

2006-08-25 Thread William O'Higgins Witteman
I have two files, one very long and the other much shorter. Every line in the short file is also in the long file. What I need is a file with every line in the long file *not* in the short file. Is there an easy way to have vim provide me with my desired complementary file? Thanks. -- yours,

Re: Looking for the difference of two files, linewise

2006-08-25 Thread William O'Higgins Witteman
On Fri, Aug 25, 2006 at 04:47:07PM -0400, Kamaraju Kusumanchi wrote: On Friday 25 August 2006 14:01, William O'Higgins Witteman wrote: I have two files, one very long and the other much shorter. Every line in the short file is also in the long file. What I need is a file with every line

Re: Odd tab behaviour in Windows - SOLVED

2006-08-24 Thread William O'Higgins Witteman
On Wed, Aug 23, 2006 at 04:49:46PM -0500, Lloyd Sartor wrote: William O'Higgins Witteman [EMAIL PROTECTED] wrote on 08/23/2006 12:49:02 PM: On Wed, Aug 23, 2006 at 06:58:47PM +0200, A.J.Mechelynck wrote: William O'Higgins Witteman wrote: When coding in Python, I have a little mapping which

Odd tab behaviour in Windows

2006-08-23 Thread William O'Higgins Witteman
When coding in Python, I have a little mapping which helps me create function declarations (and something similar for class definitions too). It looks like this: inoremap def def ():crtabupleftleftleft On Linux, it works perfectly - my ts = 2, and I get this when I type def : def |(): Where

Re: Odd tab behaviour in Windows

2006-08-23 Thread William O'Higgins Witteman
On Wed, Aug 23, 2006 at 06:58:47PM +0200, A.J.Mechelynck wrote: William O'Higgins Witteman wrote: When coding in Python, I have a little mapping which helps me create function declarations (and something similar for class definitions too). It looks like this: inoremap def def

Re: Odd tab behaviour in Windows

2006-08-23 Thread William O'Higgins Witteman
On Wed, Aug 23, 2006 at 08:50:26PM +0200, A.J.Mechelynck wrote: William O'Higgins Witteman wrote: When coding in Python, I have a little mapping which helps me create function declarations (and something similar for class definitions too). It looks like this: inoremap def def

Re: Allow only one instance of vim on Windows

2006-08-22 Thread William O'Higgins Witteman
On Tue, Aug 22, 2006 at 09:59:29AM +0200, Stelian Iancu wrote: Hello there, I've been using vim on and off for about 5 years now but now I've decided to switch entirely to vim. Up until now I've used UltraEdit and this one can be configured that every file that I open with it is opened in

Trying to change cursor shape...

2006-08-05 Thread William O'Higgins Witteman
I'm trying to change the shape of the cursor in console vim. I inquired about this a few weeks ago, and so provided with the helpful suggestion of looking into :help termcap-cursor-shape Well and good, I have a chance to try it out. I was going to start with the example from the help screen,

Matching non-capitalized words?

2006-07-25 Thread William O'Higgins Witteman
How would I match (and then delete) all of the words in a buffer that are not capitalized? Thanks. -- yours, William

Re: Upgrading to Vim 7.0 in Debian (was Re: :ha printouts - fontsize)

2006-06-07 Thread William O'Higgins Witteman
On Wed, Jun 07, 2006 at 08:36:08PM -0400, cga2000 wrote: Just for the record: I tried installing etch about three months ago but the installer was unable to detect my PC card. I fooled him by going Ah, I can see where that might be a problem. I've never installed in that manner - I install into

Re: How to keep tabs and buffers between Vim session

2006-05-31 Thread William O'Higgins Witteman
On Wed, May 31, 2006 at 08:55:59PM +0200, Arnaud Schmittbuhl wrote: Jeremy Conlin [EMAIL PROTECTED] wrote: I have been working on many files in gvim spread over many tabs and windows. I like this setup and would like to return to it after I close gvim. Is there any way to keep the gvim state

Re: sftp file browsing

2006-05-30 Thread William O'Higgins Witteman
On Tue, May 30, 2006 at 11:19:11AM -0500, Jared wrote: Is it possible to browse a remote folder through FTP? Eg, if I enter ':e .' it'll display the directory browser for the current directory. How can I do the same for remote directories? I can run ':e sftp://sage/nessus_conf/nessusd.conf' to

Perl Support in Debian

2006-05-25 Thread William O'Higgins Witteman
I'm hoping someone has a quick fix for this. I have installed vim-perl on Debian (from unstable) but when I look at :ver I see that Perl is listed as -perl. As I understand it, I should see +perl. Is there a way to fix this at run-time, or do I have to compile this in? Thanks. -- yours,

Re: Perl Support in Debian

2006-05-25 Thread William O'Higgins Witteman
On Thu, May 25, 2006 at 03:13:45PM -0400, James Vega wrote: Aha! You have spotted the problem. I have both vim-perl and vim-python installed, and even though they have the same priority, the system is defaulting to vim.python. You can change that with update-alternatives --config, but then