Re: Aligning slowing down (:1,$Align |)

2013-03-13 Thread tooth pik
On Thu, Mar 14, 2013 at 01:48:05PM +1100, Philip Rhoades wrote: > People, > I have been using this plugin for some time now and it has been > exactly what I wanted. One thing I use it for is to align text that > has been pasted into a file from online bank payments (I have been > burnt in the pas

Aligning slowing down (:1,$Align |)

2013-03-13 Thread Philip Rhoades
People, I have been using this plugin for some time now and it has been exactly what I wanted. One thing I use it for is to align text that has been pasted into a file from online bank payments (I have been burnt in the past by relying on the banks records and not having my own) but I have n

Re: gVim: Non-breaking space strangely triggers :simalt~

2013-03-13 Thread Ben Fritz
On Wednesday, March 13, 2013 2:30:23 PM UTC-5, Sylvia Ganush wrote: > This is the Autohotkey command: > > ::excl:: ! > > The space before '!' is non-breaking, I inserted it with Ctrl-K-Space-Space > in gVim. > > It would appear that the non-breaking space outputs Alt-Space which gets > transla

Re: gVim: Non-breaking space strangely triggers :simalt~

2013-03-13 Thread Sylvia Ganush
This is the Autohotkey command: ::excl:: ! The space before '!' is non-breaking, I inserted it with Ctrl-K-Space-Space in gVim. It would appear that the non-breaking space outputs Alt-Space which gets translated by gVim to :simalt. Why it happens remains a mystery. Why it happens only in one

Re: Can I use split() on this?

2013-03-13 Thread Cesar Romani
On 13/03/2013 06:17 a.m., Kent wrote: > another way, without split and join: > > :s/\v([^)]*)(\(.*)/\=substitute(submatch(1),"\\","]".submatch(2)."\n[","g").submatch(2)/ That's brilliant! Thanks. Best Regards, -- Cesar Romani -- -- You received this message from the "vim_use" maillist. Do no

Re: vim: want control character in substitution string

2013-03-13 Thread Charles Campbell
Paul wrote: but I haven't found a way to specify control characters in the substitution string. Is there a way? Try reading :help i_ctrl-v Regards, C Campbell -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. F

Re: Cursor question

2013-03-13 Thread Ben Fritz
On Wednesday, March 13, 2013 4:34:22 AM UTC-5, rameo wrote: > In insert mode I have a blinking vertical bar as cursor. > > I noted a strange thing when I'm in insert mode: > I have to click with the mouse on the next letter in order to put the > vertical bar before this letter. > When I click on

dbext and bufexplorer plugins: compatibility issues

2013-03-13 Thread Naveen J P
Hi Group, dbext is a cool plugin but it causes issues in the bufexplorer plugin. For e.g., when I try to delete a buffer(via the bufexplorer plugin), it doesn't work. I fixed this by commenting out "autocmd BufDelete" in dbext; but bufexplorer still has issues in closing temporary buffers. Any

Re: Can I use split() on this?

2013-03-13 Thread Kent
another way, without split and join: :s/\v([^)]*)(\(.*)/\=substitute(submatch(1),"\\","]".submatch(2)."\n[","g").submatch(2)/ On Wed, Mar 13, 2013 at 3:53 AM, Cesar Romani wrote: > Thanks a lot Tim and John, especially the Tim's one-liner. > > Best Regards, > > -- > Cesar > > > -- > -- > You re

Cursor question

2013-03-13 Thread rameo
In insert mode I have a blinking vertical bar as cursor. I noted a strange thing when I'm in insert mode: I have to click with the mouse on the next letter in order to put the vertical bar before this letter. When I click on the space between two letters the cursor goes to the space before the p