Re: bracket completion

2007-04-03 Thread Panos Laganakos
be an option. So only complete when the ([[ is the last item on the line (as I am typing). Thanks, Dave -- Panos Laganakos

Re: bracket completion

2007-04-02 Thread Panos Laganakos
the following settings vnoremap ( s()EscPRight vnoremap [ s[]EscPRight vnoremap { s{}EscPRight to surround a selection in visual mode. Regards, Fritz -- Panos Laganakos

Re: bracket completion

2007-04-02 Thread Panos Laganakos
, by hitting Enter after the mapped { Best regards, Tony. -- Taxes are going up so fast, the government is likely to price itself out of the market. -- Panos Laganakos

Re: question about a python plugin

2007-03-25 Thread Panos Laganakos
what plugin is being showed off here? thanks shawn -- Panos Laganakos

Re: Updated Windows installer 7.0.219

2007-03-21 Thread Panos Laganakos
the option of which dictionaries to install you can save even more. -- -fREW -- Panos Laganakos

Re: Updated Windows installer 7.0.219

2007-03-21 Thread Panos Laganakos
Ah, great. Thanks. On 3/21/07, Steve Hall [EMAIL PROTECTED] wrote: From: Panos Laganakos, Wed, March 21, 2007 9:16 am Is this version compiled with +python/dyn or +python? If so, is it python 2.4 or 2.5? See the notes for the file: http://sourceforge.net/project/shownotes.php?release_id

macvim wiki available

2007-01-22 Thread Panos Laganakos
! -- Panos Laganakos

OS X color scheme issue

2007-01-08 Thread Panos Laganakos
start working: http://panos.solhost.org/images/Picture%202.png the only way to fix this, is by executing one of the :set background=dark or :colo darktango commands again, to get it working: http://panos.solhost.org/images/Picture%203.png Any idea what's happening here? -- Panos Laganakos

vim.org refreshed mockup

2006-11-07 Thread Panos Laganakos
I made a mockup of a refreshed version of vim.org, trying to maintain as much of the original look as possible: http://panos.solhost.org/mockups/vimorg-01.png vim tangofied icon by toZth -- Panos Laganakos

Re: Planet Vim

2006-10-12 Thread Panos Laganakos
in this thread and then people can add them to their rss aggregators themself. -- Kim Schulz| Private : http://www.schulz.dk [EMAIL PROTECTED] | Business: http://www.devteam.dk +45 5190 4262 | Sparetime: http://www.fundanemt.com -- Panos Laganakos

Mapping Alt_Shift on Vim windows

2006-08-21 Thread Panos Laganakos
Alt_Shift to set keymap=Greek if None and None if Greek. Thanks. -- Panos Laganakos

Re: Omnicompletion top window

2006-08-11 Thread Panos Laganakos
away, once I'm done with it. Is there a way to automate the steps I take to close it, as I described in the starting post? -- Panos Laganakos

Omnicompletion top window

2006-08-10 Thread Panos Laganakos
to Ctr_W k :q to get rid of it. Is there a faster way to make it go away once I'm done with completion? -- Panos Laganakos

First attempt at tangofied icon

2006-07-12 Thread Panos Laganakos
Here's a first attempt at a tangofied vim icon: http://panos.solhost.org/vim-01.png http://panos.solhost.org/vim-02.png

Add omni-completion for Python's Base Modules

2006-06-04 Thread Panos Laganakos
Hello, Is it possible to have omni-completion for python's base modules, like sys, os etc? And even more interesting support for any other module installed in site-packages. Thanks.