Re: css3 syntax file

2011-10-15 Thread Tony Mechelynck
On 15/10/11 05:09, stardiviner wrote: [...] If i can write syntax file, I will do it by myself. But I ask here because I can not ... Maybe I should learn it now. which part should I reference in vim help ? What about :help syntax.txt ? Best regards, Tony. -- Flying saucers on occasion

Re: Jump between the beginning and the end of a block of python code (such as function, class)?

2011-10-15 Thread Tony Mechelynck
On 15/10/11 05:28, Peng Yu wrote: Hi, I language use {} to denote function, class, etc. I can use % to jump between the beginning and end of a block of code. But python doesn't use {}. I'm wondering if there is a way to do so in python? Python uses indenting, and nothing else, to define code

Fuzzy Finder problems

2011-10-15 Thread George Papanikolaou
Hi, I'm having problems installing Fuzzy Finder I hear it's a great plugin, but whatever I do, it doesn't work. so, I deleted all the relative files and waiting for directions for a proper installation link to the plugin: http://www.vim.org/scripts/script.php?script_id=1984 Thanks -- You

Re: Fuzzy Finder problems

2011-10-15 Thread Gary Johnson
On 2011-10-15, George Papanikolaou wrote: Hi, I'm having problems installing Fuzzy Finder I hear it's a great plugin, but whatever I do, it doesn't work. so, I deleted all the relative files and waiting for directions for a proper installation link to the plugin:

Re: vim website is often inaccessible caused by google

2011-10-15 Thread Bram Moolenaar
Hong Xu wrote: I noticed that vim website now uses something from google. However, google is often blocked in China, and when google is blocked, vim website also becomes inaccessible (when opening the vim website, the status bar of firefox always says connecting to www.google.com, but

Re: Fuzzy Finder problems

2011-10-15 Thread George
Sent from my iPod On 15 Οκτ 2011, at 22:35, Gary Johnson garyj...@spocom.com wrote: On 2011-10-15, George Papanikolaou wrote: Hi, I'm having problems installing Fuzzy Finder I hear it's a great plugin, but whatever I do, it doesn't work. so, I deleted all the relative files and waiting

Re: Fuzzy Finder problems

2011-10-15 Thread George
On 15 Οκτ 2011, at 22:35, Gary Johnson garyj...@spocom.com wrote: On 2011-10-15, George Papanikolaou wrote: Hi, I'm having problems installing Fuzzy Finder I hear it's a great plugin, but whatever I do, it doesn't work. so, I deleted all the relative files and waiting for directions for a

Re: Fuzzy Finder problems

2011-10-15 Thread Gary Johnson
On 2011-10-16, George wrote: On 15 Οκτ 2011, at 22:35, Gary Johnson garyj...@spocom.com wrote: On 2011-10-15, George Papanikolaou wrote: Hi, I'm having problems installing Fuzzy Finder I hear it's a great plugin, but whatever I do, it doesn't work. so, I deleted all the relative

Re: install vim 7.0.109 on Ubuntu 10.04

2011-10-15 Thread Frederico Cadete
I had a similar experience when I recompiled Vim, coming from using vim as packaged by Ubuntu. The differences in behaviour were annoying, but they were not because of the compiling options; it was because of the system vimrc (in this case /usr/share/vim73/debian.vim, if memory does not fail me),

color-gcc, makeprg

2011-10-15 Thread Sven Kämpf
Hallo all, I try to colorize my compiler output. It works, if I compile it outside vim. But if I use :make inside vim, the output is not colorized (no multiple colors). What am I doing wrong? Would you please help? Thx in advance PS: :set makeprg=color-g++\ $* // PATH is set to color-g++

Re: winwidth winheight doesn't work here

2011-10-15 Thread Roger
On Sun, Oct 09, 2011 at 11:37:56PM +0200, Tony Mechelynck wrote: On 09/10/11 11:08, Roger wrote: Reading the good book Learning the VIM Editor(s) and see winwidth winheight mentioned, but am having trouble getting it working here! Why, when settings winwidth on vertical split files, it's not

Tab Stop Colors

2011-10-15 Thread kageska
How do I change the color of the tab stops in Vim? Everytime I hit tab to align the text in my code it goes red. Is there a way to turn this off? -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information,

Re: MiddleButton and pastetoggle

2011-10-15 Thread Roger
It depends on your operating system. Windows requires you to use copy/paste menu items, while Linux XOrg and Linux Terminals has this feature. FYI: I just found mintty package within cygwin now allows mouse selection and mouse button pastes. mintty also puts a nice icon of itself on your

Re: Tab Stop Colors

2011-10-15 Thread Tony Mechelynck
On 15/10/11 23:54, kageska wrote: How do I change the color of the tab stops in Vim? Everytime I hit tab to align the text in my code it goes red. Is there a way to turn this off? With 'list' off, hard tabs should be coloured the same as whitespace, unless they have a special meaning in the

Re: install vim 7.0.109 on Ubuntu 10.04

2011-10-15 Thread Tony Mechelynck
On 15/10/11 23:53, Frederico Cadete wrote: I had a similar experience when I recompiled Vim, coming from using vim as packaged by Ubuntu. The differences in behaviour were annoying, but they were not because of the compiling options; it was because of the system vimrc (in this case