Folding Vim's help files.

2010-01-09 Thread Chris Jones
The latex-suite help files provide per-section folding making it both pleasurable and effective to read them 'cover to cover' in Vim. It's as simple as ':h latex-suite' + 'zm', and you're presented with an outline that fits on one screen, giving you a clear picture of the structure of the

vim plugins: help document generator

2010-01-09 Thread Tom Link
Hi, I don't know how other plugin developers generate/create their plugin documentation. I personally use a ruby script that extracts the documentation from the source files. The script is little more that a convoluted hack (the source code is ugly) but it has proved useful for me. As I thought

Re: to preceding line with left arrow

2010-01-09 Thread Renato
Thanks, whichwrap does exactly what i wanted On Sat, 09 Jan 2010 08:40:33 -0600 Stahlman Family brettstahl...@comcast.net wrote: Nareto wrote: Hello, I'm very new to vim, and still reading documentation. One feature I would like which I couldn't find is that when the cursor is at the

Question about ap or: Is it possible to easily change the definition of what constitutes a paragraph

2010-01-09 Thread Tom Link
Hi, AFAIK a paragraph (= ap) usually is a text of block plus the following blank lines -- at least that's what the command vap would select. For the last paragraph of the document (if the last line is a non- blank line), it is the reverse: then vap selects the last sequence of blank lines and

Re: Folding Vim's help files.

2010-01-09 Thread Chris Jones
On Sat, Jan 09, 2010 at 07:49:54AM EST, Christian Brabandt wrote: Hi Chris! On Sa, 09 Jan 2010, Chris Jones wrote: [..] I'm currently reading the VIM USER MANUAL and I was curious whether I could implement something comparable, without adding some modeline magic to the files in

Re: cursorline performance problem

2010-01-09 Thread Stroller
On 7 Jan 2010, at 11:53, Allan K wrote: ... Is this a known issue? I can't find anything on the web, other than 1 discussion at Experts Exchange which is subscription-only. If you found the discussion at Experts Exchange through Google, then your browser's referrer should be set so that by

edit modus i enter?

2010-01-09 Thread hendrikus godvliet
How do i have to understand to break a line - enter - when i am in edit modus. Do i have to go to i insert mode or is there a command in edit modus to do so. -- View this message in context: http://old.nabble.com/edit-modus-i-enter--tp27090735p27090735.html Sent from the Vim - General mailing

Re: Question about ap or: Is it possible to easily change the definition of what constitutes a paragraph

2010-01-09 Thread Gary Johnson
On 2010-01-09, Tom Link wrote: Hi, AFAIK a paragraph (= ap) usually is a text of block plus the following blank lines -- at least that's what the command vap would select. For the last paragraph of the document (if the last line is a non- blank line), it is the reverse: then vap selects

Re: edit modus i enter?

2010-01-09 Thread Tony Mechelynck
On 09/01/10 18:13, hendrikus godvliet wrote: How do i have to understand to break a line - enter - when i am in edit modus. Do i have to go to i insert mode or is there a command in edit modus to do so. To break an existing line in two, there are several methods. I think the two simplest

Re: edit modus i enter?

2010-01-09 Thread Tim Chase
How do i have to understand to break a line - enter - when i am in edit modus. Do i have to go to i insert mode or is there a command in edit modus to do so. Tony's already given a lot of good ideas. I suspect you want a mapping like :nnormap cr icresc which I map on occasion when

Re: Folding Vim's help files.

2010-01-09 Thread Chris Jones
On Sat, Jan 09, 2010 at 12:28:06PM EST, Chris Jones wrote: On Sat, Jan 09, 2010 at 07:49:54AM EST, Christian Brabandt wrote: [..] ,[ ~$ cat ~/.vim/after/ftplugin/help.vim ]- | setl fdm=expr | setl

Re: New Vim plugin system (automatic installation of plugins)

2010-01-09 Thread Christophe-Marie Duquesne
Oops sorry for the top posting. -- You received this message from the vim_use maillist. For more information, visit http://www.vim.org/maillist.php

[bug report] cygwin 1.7 compiling error

2010-01-09 Thread Sean
Hi, I used to have this simple command to build my own gVim.exe (cygwin independent) for Windows: vim123(){ cd /usr/share/vim svn co https://vim.svn.sourceforge.net/svnroot/vim/vim7 cd vim7/src make -f Make_cyg.mak; } However, I found error after downloading cygwin 1.7: ... A

Re: cygwin 1.7 compiling error

2010-01-09 Thread Sean
Actually, I found a workaround, by making one change to Make_cyg.mak: [old] CC = gcc [new] CC = gcc-3 I could then build my own gvim.exe for Windows -- You received this message from the vim_use maillist. For more information, visit http://www.vim.org/maillist.php

How to show plain text document's structure and syntax highlight

2010-01-09 Thread vimer_at_cn
Many people enjoy reading and writing in plain text because it is available in every enviroment. Think about thousands of RFC documents being created in plain text format. If only these documents had tags -- Especially when the document are very long, for example rfc3261 has more than 200