Re: substitute last space with char

2016-07-13 Thread Bee
On Wednesday, July 13, 2016 at 12:22:05 PM UTC-7, Tim Chase wrote: > On 2016-07-13 11:53, Bee wrote: > > On Wednesday, July 13, 2016 at 10:54:03 AM UTC-7, Tim Chase wrote: > > > On 2016-07-13 10:35, Bee wrote: > > > > I would like to replace the last occurrence of a space in a line > > > > with a

Re: substitute last space with char

2016-07-13 Thread Tim Chase
On 2016-07-13 11:53, Bee wrote: > On Wednesday, July 13, 2016 at 10:54:03 AM UTC-7, Tim Chase wrote: > > On 2016-07-13 10:35, Bee wrote: > > > I would like to replace the last occurrence of a space in a line > > > with a ';'. > > > > > > I know I can use: > > > g_ " goto last non-blank char in

Re: substitute last space with char

2016-07-13 Thread Bee
On Wednesday, July 13, 2016 at 10:54:03 AM UTC-7, Tim Chase wrote: > On 2016-07-13 10:35, Bee wrote: > > I would like to replace the last occurrence of a space in a line > > with a ';'. > > > > I know I can use: > > g_ " goto last non-blank char in line > > F " find the preceeding ' ' > > r;

Re: SQLUtilities / Align bug

2016-07-13 Thread David Fishburn
On Wed, Jul 13, 2016 at 1:45 PM, Paul wrote: > On Tuesday, 12 July, 2016 at 17:42:45 BST, David Fishburn wrote: > >> :echo g:loaded_sqlutilities >> 700 >> > > My apologies, I was apparently using version 6.00, which is the latest > version at

Re: substitute last space with char

2016-07-13 Thread Tim Chase
On 2016-07-13 10:35, Bee wrote: > I would like to replace the last occurrence of a space in a line > with a ';'. > > I know I can use: > g_ " goto last non-blank char in line > F " find the preceeding ' ' > r; " replace with ';' > > How would this be done with :substitute ? A couple

Re: SQLUtilities / Align bug

2016-07-13 Thread Paul
On Tuesday, 12 July, 2016 at 17:42:45 BST, David Fishburn wrote: :echo g:loaded_sqlutilities 700 My apologies, I was apparently using version 6.00, which is the latest version at https://github.com/vim-scripts/SQLUtilities. Version 7.0 works correctly. -- -- You received this message from

substitute last space with char

2016-07-13 Thread Bee
I would like to replace the last occurrence of a space in a line with a ';'. I know I can use: g_ " goto last non-blank char in line F " find the preceeding ' ' r; " replace with ';' How would this be done with :substitute ? -- -- You received this message from the "vim_use" maillist. Do

Re: metapost indentation problem

2016-07-13 Thread Abel Van
在 2007年8月1日星期三 UTC+8下午2:16:19,Zhaojun WU写道: > Hi, Peng Yu, > > On 7/31/07, Peng Yu wrote: > > > > Hi, > > > > There are some metapost indentation problems like the following (.mp > > file). Can somebody let me fix them? > > > > Thanks, > > Peng > > > > for i = 0 upto 3: > >

Re: Re: Disable ALL bold font in gvim on windows ?

2016-07-13 Thread skywind3...@163.com
thanks, this is the best script I see recently. skywind3...@163.com From: Rick Howe Date: 2016-07-13 13:37 To: vim_use CC: vim; skywind3000 Subject: Re: Disable ALL bold font in gvim on windows ? I think you would need a script like this. -- -- You received this message from the "vim_use"