Re: How to replace characters in visual block selection

2024-01-10 Thread Eike Rathke
Hi Igor, On Wednesday, 2024-01-10 00:48:12 -0800, Igor wrote: > I did: > My cursor after opening a file is at first character in top left as > expected. > 1. Move 4 characters to the right: 4l > 2. To get into visual block: CTRL+V > 3. Select current and line bellow: j > 4. Select text to tend

Re: How to replace characters in visual block selection

2024-01-10 Thread arocker
> In second column I would like to replace all A characters with X > characters. > If your example describes the problem completely, :%s/ AAA/ XXX/ should do the trick. Note the space to separate the columns. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type

Re: vim9 exported functions not recognized by ctags

2024-01-10 Thread Nicolas
Thank you Ken and Happy new year. Nicolas. Le mer. 10 janv. 2024 à 09:16, Ken Takata a écrit : > Hi, > > I created an issue for this: > https://github.com/universal-ctags/ctags/issues/3913 > > 2023年12月29日金曜日 18:20:34 UTC+9 Christian Brabandt: > >> Hi, >> perhaps someone :) should send a PR to

Re: How to replace characters in visual block selection

2024-01-10 Thread Igor
@Eric, in my case I was required to escape % character with \% In my case it works: :s/\%VA/X/g Thanks for help. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit

Re: How to replace characters in visual block selection

2024-01-10 Thread Eric Pruitt
On Wed, Jan 10, 2024 at 12:48:12AM -0800, Igor wrote: > How to substitute characters inside visual block? > Regards Use the \%V modifier to restrict the replacements to the selected area i.e. :s/\%VA/X/g Eric -- -- You received this message from the "vim_use" maillist. Do not top-post! Type

How to replace characters in visual block selection

2024-01-10 Thread Igor
I use vim 9.1.0016 on Windows 10. In second column I would like to replace all A characters with X characters. Sample: AAA AAA AAA AAA After change: AAA XXX AAA XXX Above is very simple sample. In my case I have text of words, not just letter A. I did: My cursor after opening a file is at

DFCQSFSqfc

2024-01-10 Thread Antin Strenke
dszqefcqsdc -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use"

Re: vim9 exported functions not recognized by ctags

2024-01-10 Thread Ken Takata
Hi, I created an issue for this: https://github.com/universal-ctags/ctags/issues/3913 2023年12月29日金曜日 18:20:34 UTC+9 Christian Brabandt: > Hi, > perhaps someone :) should send a PR to > https://github.com/universal-ctags/ctags to add support for Vim9 Script? > > Thanks, > Chris > -- > An