Re: External command with arguments (WinXP): cmd /c problem

2007-02-15 Thread Fan Decheng
A.J.Mechelynck wrote: [EMAIL PROTECTED] wrote: Hm, this is strange, the windows shell cmd (not vim!) has problems with the following: cmd.exe /c C:\Programme\Microsoft Office\Office10\OUTLOOK.EXE /a c:\Dokumente und Einstellungen\hofjoa41\Eigene Dateien\test.txt - C:\Programme\Microsoft not

Re: Why vta doesn't work when a is one character away?

2006-11-29 Thread Fan Decheng
A.J.Mechelynck wrote: Bill McCarthy wrote: On Mon 27-Nov-06 9:39pm -0600, A.J.Mechelynck wrote: [EMAIL PROTECTED] wrote: For example, the word Cat When the cursor is on C, and I press vta, the cursor doesn't move. However, if I press vtt, it moves two characters to the right. Is this an

Re: Patch 7.0.111

2006-10-05 Thread Fan Decheng
Bram Moolenaar wrote: Fan Decheng wrote: Bram Moolenaar wrote: Patch 7.0.111 Problem:The gzip plugin can't handle filenames with single quotes. Solution: Add and use the shellescape() function. (partly by Alexey Froloff) Files: runtime/autoload/gzip.vim, runtime/doc

Tip: selecting a file to edit with the handy completion feature

2006-08-18 Thread Fan Decheng
Only recently did I read the vim manual for command line completion. In the documentation, I found that the following is a handy way to open a file when using the :e command. 1. Type :e followed with a space. 2. Type the first a few characters of the file you want to edit. 3. Press CTRL-L. Vim