Re: bracket completion

2007-04-03 Thread Panos Laganakos
nserting that the closing brace will be placed at the end of the line (or something). Just a preference, which is why I was hoping it could 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
; statement; } and can still be used for yours, by hitting 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: bracket completion

2007-04-02 Thread Panos Laganakos
#x27;). > > IIUC, you can still enter an "unpaired brace" (or bracket or paren) by > prefixing it with Ctrl-V (or with Ctrl-Q if Ctrl-V pastes). > > Best regards, > Tony. In addition I use the following settings vnoremap ( s()P vnoremap [ s[]P vnoremap { s{}P to surround a selection in visual mode. Regards, Fritz -- Panos Laganakos

Re: question about a python plugin

2007-03-25 Thread Panos Laganakos
e know what plugin is being showed off here? thanks shawn -- 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://sourcefor

Re: Updated Windows installer 7.0.219

2007-03-21 Thread Panos Laganakos
n trying to use particular > dictionary. > > m. > > That's a good call. And if you give them the option of which dictionaries to install you can save even more. -- -fREW -- Panos Laganakos

macvim wiki available

2007-01-22 Thread Panos Laganakos
76 Enjoy! -- 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
net myself. As long as we get bloggers on it :) All the best, Peter On Yahoo!7 Music: Create your own personalised radio station. http://au.launch.yahoo.com/ -- Panos Laganakos

Re: Planet Vim

2006-10-12 Thread Panos Laganakos
ve? You are right. I have another idea :-) Lets just mention all vim related blogs 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

Planet Vim

2006-10-12 Thread Panos Laganakos
I searched the archives, but didn't find any reference to this. Are there enough people out there users/developers that blog about Vim? If so, it would be great to have a planet vim to aggregate these blog posts. -- Panos Laganakos

Mapping Alt_Shift on Vim windows

2006-08-21 Thread Panos Laganakos
possible to map 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
cess of the omnicompletion, but I want it to go 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
s, so I have 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.

Managing the colors of Balloon pop-ups

2006-06-03 Thread Panos Laganakos
Is it possible to change the color or the Balloon pop-ups?