Making my own Vim memento with a shortcut

2007-03-02 Thread kib2
Hi, I suppose it is possible to do this in Vim (what's not ?) : 1. Write a file listing all my shortcuts in VimDoc format ; 2. Assign this file to a mapping, say i.e Shift+F5 ; If so, 1. Where to find references on the VimDoc format ? Should I have to place it inside 'doc' ? 2. How ?

Re: Making my own Vim memento with a shortcut

2007-03-02 Thread kib2
Tim Chase a écrit : I suppose it is possible to do this in Vim (what's not ?) : of course :) 1. Write a file listing all my shortcuts in VimDoc format ; 2. Assign this file to a mapping, say i.e Shift+F5 ; If so, 1. Where to find references on the VimDoc format ? Should I have to

Re: can't source a file inside my _vimrc

2007-03-01 Thread kib2
Yakov Lerner a écrit : What exactly do you mean by without success. Do you get error message ? Which one ? Yakov Hi Yakov, I've got no error message, but no menu too ! How can I list all of my available extensions ?

Re: can't source a file inside my _vimrc

2007-03-01 Thread kib2
Yakov Lerner a écrit : On 3/1/07, kib2 [EMAIL PROTECTED] wrote: Yakov Lerner a écrit : What exactly do you mean by without success. Do you get error message ? Which one ? Yakov Hi Yakov, I've got no error message, but no menu too ! How can I list all of my available extensions ? You're

Re: can't source a file inside my _vimrc

2007-03-01 Thread kib2
Try ':filetype on' Yakov filetype on is already inside my mimrc. In fact, I've made a special function for the different languages I use : au BufEnter *.pyexe Fpython() function Fpython() au FileType python source C:\Program Files\vim\vim70\scripts\python.vim autocmd

Re: restructured text syntax file problem

2007-02-22 Thread kib2
Alan G Isaac a écrit : Single character literals are not handled correctly: for example, ``x`` will product highlighting of the subsequent text. Cheers, Alan Isaac Hi Alan, Mine is havingno problem at all : see the screenshot here : h**p://kib2.free.fr/temp/reST.png

Re: restructured text syntax file problem

2007-02-22 Thread kib2
Alan G Isaac a écrit : I do not see a **single** character literal in that shot. Cheers, Alan Isaac You said for example :``x`` so I posted ``foobar`` witch is highlighted in red. Now, I've made another one : h**p://kib2.free.fr/temp/reST2.png Is this good ?

Re: restructured text syntax file problem

2007-02-22 Thread kib2
Alan G Isaac a écrit : On Fri, 23 Feb 2007, apparently wrote: kib2.free.fr/temp/reST2.png No that does not do it. Copy this entire *line*: ``x`` is the problem. Cheers, Alan Isaac Ok Alan, I saw the problem now : confirmed. I'll try to look at the regexps when I find the time

Re: setting font and color scheme in gvim (cygwin)

2007-02-07 Thread kib2
ben lieb a écrit : I've started using gvim through cygwin on windows and I'm having to set the color scheme and font every time I open it. Is there a way to set this in an rc file or somewhere? I put the following in my .vimrc file, but it seems to have had no effect on the default setting.

A question about syntax file and vim regexps

2007-02-05 Thread kib2
Hi Vimers, I wonder if I can highlight more things in Python, I would like to highlight functions call , i.e in a Python source, in the following line: os.popen(...) be able to highlight the word popen. is it possible ? Thanks for your advices Kib.

highlighting scope

2007-01-27 Thread kib2
Hi Vimers, I wanted to know if there's a way to show the highlighting scope of the word under the cursor in my statusbar. Cheers, Kib