Re: Appending to Paste (*) Register

2007-05-15 Thread zzapper
Yegappan Lakshmanan [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: Hi, On 5/14/07, zzapper [EMAIL PROTECTED] wrote: Hi I believe that the problem of Appending to Paste (*) Register was one of the points Bram was looking at (problem is no uppercase for a symbol

Appending to Paste (*) Register

2007-05-14 Thread zzapper
Hi I believe that the problem of Appending to Paste (*) Register was one of the points Bram was looking at (problem is no uppercase for a symbol) Was there/will there be any progress? Here's a hack I use let @w=:redir @*^M:g//^M:redir END -- zzapper http://www.rayninfo.co.uk/vimtips.html

Re: button t useless?

2007-04-26 Thread zzapper
zzapper [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: alebo [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: In fact VIM has many features that appear redundant but then one day (perhaps after many years) you realise their utility. In fact I've found that there is usually

Re: how to setup gvim as view source editor for Opera?

2007-03-18 Thread zzapper
it for looking!### Yes that's where it is thanks What I meant by above was that I was annoyed with myself that I hadn't seen it myself -- zzapper http://www.rayninfo.co.uk/vimtips.html

how to setup gvim as view source editor for Opera?

2007-03-17 Thread zzapper
Hi, I've forgotten how to setup gvim as view source editor for Opera (got a new Vista PC). Also can anyone recommend the best solution for FireFox, I've only got the one where viewing source with vim is an additional option -- zzapper http://SuccessTheory.com/tips/ vim, zsh success tips

Re: how to setup gvim as view source editor for Opera?

2007-03-17 Thread zzapper
Taylor Venable [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: On Sat, 17 Mar 2007 15:01:17 + (UTC) zzapper [EMAIL PROTECTED] wrote: I've forgotten how to setup gvim as view source editor for Opera (got a new Vista PC). Also can anyone recommend the best solution for FireFox, I've

RE: Pasting into gvim from word: ' turns into �

2007-02-12 Thread zzapper
@* = substitute(@*,'[^[:print:]]',' ','g')cr*p map f9 :let @* = substitute(@*,'[^[:print:]]',' ','g')cr*p Which filters most but not all the crud BTW if anyone knows how to add extra characters to the filter '[^ [:print:]]' please let me know -- zzapper http://successtheory.com/tips/ Vim

Re: Tip karma storms

2007-01-23 Thread zzapper
of potential users. zzapper -- zzapper http://successtheory.com/tips/ Vim, Zsh, MySQL Tips

Re: Hello world vim related software

2007-01-07 Thread zzapper
' -- zzapper http://successtheory.com/tips/ Vim, Zsh, MySQL Tips

GVIM 7-0-178 seizing up

2006-12-19 Thread zzapper
Hi http://downloads.sourceforge.net/cream/gvim-7-0-178.exe?modtime=1165578469 big_mirror=0 Downloaded above by following links from vim.org It works fine with most files but cannot edit .vimrc (unless I rename .vimrc to say fred) it shows the menu read only, edit anyway etc then seizes. I

RE: GVIM 7-0-178 seizing up

2006-12-19 Thread zzapper
Steve Hall [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED] .secureserver.net: From: zzapper david tvis co.uk, Tue, December 19, 2006 6:53 am http://downloads.sourceforge.net/cream/gvim-7-0-178.exe?modtime=116557 8469big_mirror=0 Downloaded above by following links from vim.org

Re: GVIM 7-0-178 seizing up

2006-12-19 Thread zzapper
Greg Dunn [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: On 12/19/06, zzapper [EMAIL PROTECTED] wrote: Hi http://downloads.sourceforge.net/cream/gvim-7-0-178.exe?modtime=116557 8469 big_mirror=0 Downloaded above by following links from vim.org It works fine with most files but cannot

Re: Useful Tools to Assist Editing (Not just VIM)

2006-12-15 Thread zzapper
Aaron Griffin [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: Related note, but not on topic: I like slimKEYS under windows for global hotkey management: http://slimcode.com/slimKEYS/ I have updated the following page to include the External utility which allows you to use VIM in

Re: regexp substitution problem

2006-12-12 Thread zzapper
! -- zzapper http://successtheory.com/tips/ Vim, Zsh, MySQL Tips

Re: regexp substitution problem

2006-12-12 Thread zzapper
zzapper [EMAIL PROTECTED] wrote in news:Xns9897D2B986F7zzappergmailcom@ 80.91.229.5: :%s/\s\+|.* You need to backslash the +, but not the | or simpler but possibly morally inferior :%s/\s*|.* -- zzapper http://successtheory.com/tips/ Vim, Zsh, MySQL Tips

Re: www.vim.org partially unreachable

2006-12-08 Thread zzapper
Fritz Mehner [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: For at least 1 day the script section of www.vim.org seems to be unreachable: Recent Script Updates 0 scripts, 0 downloads 'more recent' shows no script, 'most downloaded' and 'top rated' show an error: *Vim

Thanks for Colo(u)red Syntax!

2006-12-05 Thread zzapper
Hi Just wanted to thank those involved in colouring syntax. I've just had a case where I foolishly ignored the fact that colouring was indicating an error! . I often have Javascript, html, mixed up with Php or Coldfusion and yet the colouring works. And to think when I moved from Vi to VIM I

Re: Matching JUST the nth occurence of a text in a line

2006-12-01 Thread zzapper
A.J.Mechelynck [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: Bill McCarthy wrote: On Thu 30-Nov-06 11:49pm -0600, Peter Hodge wrote: --- Bill McCarthy wrote: On Thu 30-Nov-06 10:24pm -0600, Peter Hodge wrote: --- Bill McCarthy wrote: On Thu 30-Nov-06 9:20pm -0600, Peter Hodge wrote:

Re: Useful Tools to Assist Editing (Not just VIM)

2006-12-01 Thread zzapper
Gary Johnson [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: On 2006-12-01, Troy Piggins [EMAIL PROTECTED] wrote: * zzapper [EMAIL PROTECTED] : I've been using 'external' for quite a while and am very happy with it. http://bur.st/~benc/?p=external I found out about it from

Useful Tools to Assist Editing (Not just VIM)

2006-11-30 Thread zzapper
/vimtools.php They are mostly or are all free, and there are probably many other alternatives (please post here if you have your own preferences). They are also mostly Windows but I expect there are similar *nix versions) -- zzapper Best of VimTips http://www.vim.org/tips/tip.php?tip_id=305

Re: change case on multiple words

2006-11-28 Thread zzapper
A.J.Mechelynck [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: guu:s/\./\u\0/g A pastable or mappable version :s/.*/\L/|:s/\./\u/g .vimrc titlise a line nmap ,t :s/.*/\L/bar:s/\./\u/gcr Tony is \0 always same as ? -- http://successtheory.com/tips/ Vim, Zsh, MySQL Tips

Text Swapper Utility

2006-11-27 Thread zzapper
Hi, Apparently in emacs there is a meta-command with allows you to swap text on either side of a non-alphanumeric character. Now I know how to do this in Vim with a regexp or with markers and yanking. But does anyone know of anything more elegant? Also to extend to a more general case, swap

Re: vim7.0e beta tabs and buffers

2006-04-20 Thread zzapper
Eric Arnold [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: On 4/20/06, Silent1 [EMAIL PROTECTED] wrote: Hi all, just tried out vim7.0e on my xp machine (at home and at work, although i'm setting my my new mac mini at home). I read thru the :help version7 and i was wondering how tabs