Re: Wish, Kate like file list.

2007-04-12 Thread Ingo Karkat
; :Project has no toggle semantic itself, so we have to close the window " on our own. if( ! s:IsProjectWindowEnabled() ) silent execute "Project" else silent execute "Project" silent execute "close" endif endfunction nmap :call ToggleProjectWindow() imap :call ToggleProjectWindow() -- regards, ingo /^-- Ingo Karkat -- /^-- /^-- /^-- /^-- /^-- /^-- http://ingo-karkat.de/ --

Re: infercase for :substitute?

2007-03-30 Thread Ingo Karkat
Martin Stubenschrott wrote: On Fri, Mar 30, 2007 at 09:00:44AM +0200, Ingo Karkat wrote: There's another script, SmartCase, which only slightly differs from keepcase.vim in the semantics of its invocation: http://www.vim.org/scripts/script.php?script_id=1359 I have used that for some

Re: infercase for :substitute?

2007-03-29 Thread Ingo Karkat
Martin Stubenschrott wrote: On Thu, Mar 29, 2007 at 04:29:38PM -0700, Joseph Barker wrote: Say I have the following line: foo = getFoo() It would be convenient to be able to do a single :s/foo/bar/g that respects the case of the original input. It would transform the input line into the foll

Re: Experimental patch -- clipboardwatch for Win32

2007-03-27 Thread Ingo Karkat
im.sourceforge.net/tips/tip.php?tip_id=1370), which tracks changes to the clipboard and appends the contents to a VIM buffer, all with a small VIM script. I agree with Nikolai that - though useful - this isn't core functionality that should be included in VIM. -- regards, ingo /^-- Ingo Karkat -- /^-- /^-- /^-- /^-- /^-- /^-- http://ingo-karkat.de/ --

BUG: tr() returns additional junk character

2006-12-04 Thread Ingo Karkat
ay 7, compiled May 7 2006 16:18:30) MS-Windows 32 bit console version I hope this helps. Keep up the good work, I use VIM daily and couldn't live without it! -- regards, ingo /^-- Ingo Karkat -- /^-- /^-- /^-- /^-- /^-- /^-- http://ingo-karkat.de/ -- My favorite prime number is 57. Well, it certainly _looks_ prime, doesn't it?