Re: how to override system ftplugin settings with user custom ?

2012-07-16 Thread ping
On 7/8/2012 2:57 AM, Gary Johnson wrote: On 2012-07-08, chris wrote: I set one option omnifunc in `~/.vim/ftplugin/python/python.vim` like this: setlocal omnifunc=3Dpython3complete#Complete But this can not work. When I open a python file. I checked omnifunc setting with command:

Re: how to override system ftplugin settings with user custom ?

2012-07-16 Thread Gary Johnson
On 2012-07-16, ping wrote: On 7/8/2012 2:57 AM, Gary Johnson wrote: On 2012-07-08, chris wrote: I set one option omnifunc in `~/.vim/ftplugin/python/python.vim` like this: setlocal omnifunc=3Dpython3complete#Complete But this can not work. When I open a python file. I checked omnifunc

Re: how to override system ftplugin settings with user custom ?

2012-07-14 Thread Christian Brabandt
Hi Tony! On So, 08 Jul 2012, Tony Mechelynck wrote: On 08/07/12 08:48, Christian Brabandt wrote: Hi chris! On So, 08 Jul 2012, chris wrote: I set one option omnifunc in `~/.vim/ftplugin/python/python.vim` like this: setlocal omnifunc=3Dpython3complete#Complete But this can not

Re: how to override system ftplugin settings with user custom ?

2012-07-08 Thread Christian Brabandt
Hi chris! On So, 08 Jul 2012, chris wrote: I set one option omnifunc in `~/.vim/ftplugin/python/python.vim` like this: setlocal omnifunc=3Dpython3complete#Complete But this can not work. When I open a python file. I checked omnifunc setting with command: `:verbose set omnifunc?`

Re: how to override system ftplugin settings with user custom ?

2012-07-08 Thread Gary Johnson
On 2012-07-08, chris wrote: I set one option omnifunc in `~/.vim/ftplugin/python/python.vim` like this: setlocal omnifunc=3Dpython3complete#Complete But this can not work. When I open a python file. I checked omnifunc setting with command: `:verbose set omnifunc?` I get output:

[SOLVED] Re: how to override system ftplugin settings with user custom ?

2012-07-08 Thread chris
I see, thanks guys. signature.asc Description: Digital signature

Re: how to override system ftplugin settings with user custom ?

2012-07-08 Thread Tony Mechelynck
On 08/07/12 08:48, Christian Brabandt wrote: Hi chris! On So, 08 Jul 2012, chris wrote: I set one option omnifunc in `~/.vim/ftplugin/python/python.vim` like this: setlocal omnifunc=3Dpython3complete#Complete But this can not work. When I open a python file. I checked omnifunc setting

how to override system ftplugin settings with user custom ?

2012-07-07 Thread chris
I set one option omnifunc in `~/.vim/ftplugin/python/python.vim` like this: setlocal omnifunc=3Dpython3complete#Complete But this can not work. When I open a python file. I checked omnifunc setting with command: `:verbose set omnifunc?` I get output: omnifunc=3Dpythoncomplete Last