Re: Polish characters in menu and messages

2012-08-24 Thread faramir2
Maybe it's a locale/language problem? See if anything in this discussion helps: https://groups.google.com/d/msg/vim_use/s3hjmyaUHnI/cyX_uAbwqTAJ Yes! That helps. On that discussion there was link: http://superuser.com/questions/207264/gvim-utf-8-in-windows It turns out, that I needed only

How to use virtualenv in Vim ?

2012-08-24 Thread chris
I added plugin virtualenv (https://github.com/jmcantrell/vim-virtualenv) into my runtimepath. I'm new to virtualenv. The Vim plugin virtualenv has a function for statusline show the virutalenv name. I added it into my statusline option like this: set statusline+=\ \%{virtualenv#statusline()}

Re: How to use virtualenv in Vim ?

2012-08-24 Thread Ben Fritz
On Friday, August 24, 2012 4:27:48 AM UTC-5, Pain Nagato wrote: I added plugin virtualenv (https://github.com/jmcantrell/vim-virtualenv) into my runtimepath. I'm new to virtualenv. The Vim plugin virtualenv has a function for statusline show the virutalenv name. I added it into my

Re: How to use virtualenv in Vim ?

2012-08-24 Thread Benjamin R. Haskell
On Fri, 24 Aug 2012, chris wrote: I added plugin virtualenv (https://github.com/jmcantrell/vim-virtualenv) into my runtimepath. I'm new to virtualenv. The Vim plugin virtualenv has a function for statusline show the virutalenv name. I added it into my statusline option like this: set

Re: How to use virtualenv in Vim ?

2012-08-24 Thread Benjamin R. Haskell
On Fri, 24 Aug 2012, Benjamin R. Haskell wrote: On Fri, 24 Aug 2012, chris wrote: I added plugin virtualenv (https://github.com/jmcantrell/vim-virtualenv) into my runtimepath. I'm new to virtualenv. The Vim plugin virtualenv has a function for statusline show the virutalenv name. I added

Re: defining imap that calls performs second call if cursor didn't move

2012-08-24 Thread skeept
The following mapping works: imap C-L C-O:call SelectImapOrUlti()CR I'm not 100% sure why C-R=SelectImapOrUlti()CR doesn't work, but I guess because it's only meant to insert text. Btw. the LaTeX-Suite might not be the best solution. Here's what the bot vimgor

help on vim indenting for php

2012-08-24 Thread merry42
Hi, I have installed vim 7.3.429 on my linux box (ubuntu 12.04) and php.vim is set to the latest version 1.35 (it was 1.33 -- I updated it manually) globlly (file is /usr/share/vim/vim73/indent/php.vim) and my test file is the following: if ($a ) { $b = 2; } I would like to get: if ($a)

Vim behaviour about timeout on default commands

2012-08-24 Thread Alessio B.
When I press (e.g.) C-w the key-press does not time out after `timeoutlen` ms, like I thought it would have, Vim just keep waiting for the next key probably because there are default commands C-w-prefixed; is it possible to make default commands timeout just like custom mappings? -- You

colorscheme highlights 88 color cterms

2012-08-24 Thread richard emberson
I note that some scheme when setting highlights for cterms use numbers in the range 0 to 255. What happens if one is using a rxvt 88 color terminal? Does Vim automatically map all cterm numbers from the 0-255 space down to the 0-88 space when a 88 color terminal is being used? Are the colors for