Re: manual

2007-05-29 Thread Albie Janse van Rensburg
you're in): :help user-manualenter for more information about using the help system (one of Vim's greatest features), also check out :help -- Albie Janse van Rensburg ~ http://morph.telspace.co.za Please don't send me any MS Word or Powerpoint attachments unless it's absolutely neccessary

Re: Vim 7 show current column

2007-05-10 Thread Albie Janse van Rensburg
are looking for is set statusline check out :help 'statusline' (for reference, I use the following in my vimrc: %%f%h%m%r%=%b\ 0x%B\ \ %l,%c%V\ %P) -- Albie Janse van Rensburg ~ http://morph.telspace.co.za Please don't send me any MS Word or Powerpoint attachments unless it's absolutely neccessary

Re: how to enable mouse in vim of cygwin

2007-05-04 Thread Albie Janse van Rensburg
* === %3*%l,%c%V%1* === %5*%P%1* ===%0* viminfo=!,'20,50,s10,h -- Albie Janse van Rensburg ~ http://morph.telspace.co.za Please don't send me any MS Word or Powerpoint attachments unless it's absolutely neccessary - send simply text. http://www.gnu.org/philosophy/no-word-attachments.html

Vim stalls when I try to enable syntax on vimrc (Cream

2007-05-04 Thread Albie Janse van Rensburg
editing other filetypes. When I reverted to the official Vim build for Windows (compiled May 7 2006), the problem disappeared. Is there anyone on this list that uses the Cream (sans Cream) build of Vim, and can someone confirm/help solve the problem? Albie gvim --version (of the Cream build

Re: Vim stalls when I try to enable syntax on vimrc (Cream

2007-05-04 Thread Albie Janse van Rensburg
A.J.Mechelynck wrote: Albie Janse van Rensburg wrote: Hi all I recently decided to try out the Cream build (sans Cream) of Vim, with all the new patches (from http://sourceforge.net/project/showfiles.php?group_id=43866package_id=39721). Now, I seem to be unable to edit my vimrc without

Re: Vim stalls when I try to enable syntax on vimrc (Cream

2007-05-04 Thread Albie Janse van Rensburg
Steve Hall wrote: From: Albie Janse van Rensburg, Fri, May 04, 2007 6:35 am I recently decided to try out the Cream build (sans Cream) of Vim, with all the new patches (from http://sourceforge.net/project/showfiles.php?group_id=43866package_id=39721). Now, I seem to be unable to edit my

Re: how to enable mouse in vim of cygwin

2007-05-03 Thread Albie Janse van Rensburg
!) Cheers -- Albie Janse van Rensburg ~ http://morph.telspace.co.za Please don't send me any MS Word or Powerpoint attachments unless it's absolutely neccessary - send simply text. http://www.gnu.org/philosophy/no-word-attachments.html Reality is just a convenient measure of complexity

Re: FW: verilog-mode, veri-tedium

2007-04-27 Thread Albie Janse van Rensburg
-Original Message- From: Albie Janse van Rensburg [mailto:[EMAIL PROTECTED] Sent: Thursday, April 26, 2007 11:19 PM To: Normandie Azucena Cc: vim@vim.org Subject: Re: FW: verilog-mode, veri-tedium Normandie Azucena wrote: hi all vim lovers! is there no script available

Re: FW: verilog-mode, veri-tedium

2007-04-26 Thread Albie Janse van Rensburg
Normandie Azucena wrote: hi all vim lovers! is there no script available that works like the veri-tedium plugin of xemacs? if there is none, can any guru do it? =) pls?pls?pls? What is xemacs? =) -- It is Fortune, not Wisdom, that rules man's life.

Re: Basic question, CTRL+Wh on Gvim, Win XP

2007-04-10 Thread Albie Janse van Rensburg
Samuel Wright wrote: Hi All, On my gvim 7 running on Win Xp none of the following work to move to another window (I'm actually using the project plugin, but I don't think that's relevant).. CTRL-W Left*CTRL-W_Left* CTRL-W CTRL-H*CTRL-W_CTRL-H* CTRL-W BS

Re: Problem with pastetoggle

2007-04-05 Thread Albie Janse van Rensburg
Jeffery Small wrote: I'm using vim 7.0 on a Solaris 9 system. If I put the following line in my .vimrc file: set pastetoggle=Esc[192z Then when I am editing in insert mode, each time I hit ESC to return to command mode the cursor sit there jumping to the right and back continuously until

Re: How to modify code so that only one space is between two characters or words?

2007-04-05 Thread Albie Janse van Rensburg
types of whitespace: :%s/process\s\+(/process (/g Rgds, Eric HTH Albie -- To have died once is enough. -- Publius Vergilius Maro (Virgil)

Re: ok, new question on search

2007-04-02 Thread Albie Janse van Rensburg
search. -- Albie Janse van Rensburg It is only by risking our persons from one hour to another that we live at all. And often enough our faith beforehand in an uncertified result is the only thing that makes the result come true. -- William James

Re: Search Replace in VIM Script

2007-03-27 Thread Albie Janse van Rensburg
was and the replacement string (REPL). The rest of the line is left unchanged. Hope that helps -- Albie Janse van Rensburg

Re: How to paste while keep the cursor at the same place?

2007-03-14 Thread Albie Janse van Rensburg
to a mark characterwise, whereas ' does so line-wise. -- Albie Janse van Rensburg (neonpill) Registered Linux User 438873 | http://counter.li.org

Re: match html tag

2007-03-13 Thread Albie Janse van Rensburg
You are looking for %. In order to enable the use of it, you need to enable the matchit plugin. See :help matchit Regards Albie Akbar wrote: Hi, I have this part of html file: div id=bu phaha/p /div The cursor is in first line (the opening div). When I hit certain key, the cursor will go

Re: match html tag

2007-03-13 Thread Albie Janse van Rensburg
to determine pairings. To set it, use: :set ft=html Regards Albie Akbar wrote: I still have problem. % does perfectly in C source code (mathing curly braces). But it does nothing in html tag for html file. Any idea? On 3/13/07, Albie Janse van Rensburg [EMAIL PROTECTED] wrote: You are looking

Re: match html tag

2007-03-13 Thread Albie Janse van Rensburg
the plugin to the right directory. This time we will do it from inside Vim, so that we can use $VIMRUNTIME. (You may skip some of the mkdir commands if you already have the directory.) Regards Albie Jean-Rene David wrote: * Albie Janse van Rensburg [2007.03.13 10:00]: You are looking

Re: Red Tabs

2007-03-01 Thread Albie Janse van Rensburg
whether the problem persists? You might also have a search that highlights whitespace at the end of line, or some other highlighting set. -- Albie Janse van Rensburg (neonpill) Registered Linux User 438873 | http://counter.li.org and composed by a woman's three best comforters, - kind words

Re: :!start command: need to be root

2007-02-14 Thread Albie Janse van Rensburg
piped commands, to do something similar with su, but I can not confirm that right now (sending from an XP box). HTH -- Albie Janse van Rensburg (neonpill) Registered Linux User 438873 | http://counter.li.org

Re: [Was :wq vs ZZ] :!start command: need to be root

2007-02-14 Thread Albie Janse van Rensburg
be something you need to set in that variable and associated settings. -- Albie Janse van Rensburg (neonpill) Registered Linux User 438873 | http://counter.li.org

Re: vim paste buffer

2007-02-08 Thread Albie Janse van Rensburg
buffer by typing (in normal mode): gg*G ...which you should be able to paste into firefox. Hope it helps -- Albie Janse van Rensburg (neonpill) Registered Linux User 438873 | http://counter.li.org

Re: vim paste buffer

2007-02-08 Thread Albie Janse van Rensburg
Albie Janse van Rensburg wrote: Guillaume Bog wrote: Hi everbody, I'm new on this list. I use vim in a terminal on ubuntu everyday and still need some help for efficient use. If the file i'm editing is longer than one screen and I want to paste it somewhere else (say in a firefox textarea), I

Re: vim paste buffer

2007-02-08 Thread Albie Janse van Rensburg
(Copied to group) Guillaume, just use your mail client's Reply to all function if you don't have a Reply to list option, that way the mail will go to the group, and you will get more answers ;-) Albie On 08/02/07, Albie Janse van Rensburg [EMAIL PROTECTED] wrote: gg*yG extra: on Windows

Re: vim paste buffer

2007-02-08 Thread Albie Janse van Rensburg
your settings right. Hope you find your solution soon -- Albie Janse van Rensburg (neonpill) Registered Linux User 438873 | http://counter.li.org

Re: color loading sequence in GVIM

2007-02-05 Thread Albie Janse van Rensburg
for. For instance, sql.vim will be loaded for .sql files. You can further specify what filetype to use for a file by creating a filetypes.vim file in the vimfiles/ftdetect directory. For more info about this, see :help ftdetect Also, :help syntax Hope that helps -- Albie Janse van

Re: Verilog Indentation

2007-02-04 Thread Albie Janse van Rensburg
syntax, so try out :set cindent or, if that doesn't work well, one or a combination of the following :set smartindent :set autoindent Have a look in the vim help on the above, as well as :help indentexpr HTH -- Albie Janse van Rensburg (neonpill) Registered Linux User 438873 | http

Re: hlsearch question

2007-01-24 Thread Albie Janse van Rensburg
, i.e. @/ is the search register, @ is the default copy (yank) register, etc. let @/='' That command will clear the search. Why do you have anything in your search register upon vim startup anyway? Albie best regards Ralf Am Mittwoch, 24. Januar 2007 09:27 schrieben Sie: Ralf Schmitt

Re: hlsearch question

2007-01-24 Thread Albie Janse van Rensburg
A.J.Mechelynck wrote: Albie Janse van Rensburg wrote: [...] Why do you have anything in your search register upon vim startup anyway? Because the viminfo file remembers (among others) the search history. Best regards, Tony. Thanks. I didn't realize that. -- Albie Janse van Rensburg

Re: disable é map in tex-suite

2007-01-23 Thread Albie Janse van Rensburg
, which (in order for it to work) must be sourced after the TeX suite: see :help after-directory. Best regards, Tony. -- Albie Janse van Rensburg (neonpill) Registered Linux User 438873 | http://counter.li.org

Re: delete buffer in tab but retain empty tab

2007-01-23 Thread Albie Janse van Rensburg
($) :enew :bd l:bufnum :endfunction this function should fail if the current buffer is still not saved. It is effective a stronger version of :enew. -- Albie Janse van Rensburg (neonpill) Registered Linux User 438873 | http://counter.li.org

Re: use mesg/write out from Vim

2007-01-13 Thread Albie Janse van Rensburg
it at home sometime. http://www.wana.at/vimshell/ -- Albie Janse van Rensburg (neonpill) Registered Linux User 438873 | http://counter.li.org

Re: Reformat in visual area - vmap question

2007-01-10 Thread Albie Janse van Rensburg
Matthew Winn wrote: On Tue, 09 Jan 2007 17:45:56 +0200, Albie [EMAIL PROTECTED] wrote: First, run (in normal mode): :let mapleader That command will reveal the key you currently have configured to be your Leader. Assuming the output of the above command is: mapleader

Re: Reformat in visual area - vmap question

2007-01-09 Thread Albie
to \ on some installations, I believe. Regards -- Albie Janse van Rensburg (neonpill) Registered Linux User 438873 | http://counter.li.org

Re: Reformat in visual area - vmap question

2007-01-09 Thread Albie
to \ on some installations, I believe. Regards -- Albie Janse van Rensburg (neonpill) Registered Linux User 438873 | http://counter.li.org

Re: .vimrc from URL

2007-01-05 Thread Albie Janse van Rensburg
=== How can I use netrw to write a file over ftp? I have tried various different methods to do this, but none seem to work. Does anyone else have the same problem? -- Albie Janse van Rensburg (neonpill) Registered Linux User 438873 | http://counter.li.org On 1/5/07, Hugo Ahlenius

Re: .vimrc from URL

2007-01-05 Thread Albie
! .w:netrw_line.G0.w:netrw_col.\bar Press ENTER or type command to continue after which a new buffer window is opened (unsaved), containing: VIF1DF.tmp: File not found Charles E Campbell Jr wrote: Albie: have you updated your netrw to 107? To get

Re: i_CTRL-Y on Windows

2006-12-27 Thread Albie
commenting out the following line in your _vimrc should make vim behave as you would expect normally (non-windows platforms) : source $VIMRUNTIME/mswin.vim Just add a (inverted commas) to the beginning of the line to fix vim ;-) Regards Albie Janse van Rensburg striker wrote: I frequently use

Re: set number indentation

2006-12-21 Thread Albie
:set numberwidth=x I.B. wrote: Hi, does anyone know how to change indentation of line numbering (set nu)? tabstop and shiftwidth do nothing about it. thanx a lot ~igRek

dbext omni-completion issue

2006-12-19 Thread Albie Janse van Rensburg
, on localhost) and a live database (also sql server). What is the meaning of this error, and what can I do to get completion working? Regards Albie Janse van Rensburg