Re: Highlight character under cursor in visual mode

2022-07-25 Thread Kyle Marek
On 7/25/22 5:33 AM, Bram Moolenaar wrote: Why doesn't vim apply the Visual highlight to the character *at* the cursor position in visual mode? Block cursors are nice and all, but sometimes you're at a tty where you have an underline, and the lack of highlighting is confusing. Is there a way to

break long ex command into multiple lines

2022-07-25 Thread ping song
experts: is there a way to break very long ex command into multiple line? for example I'm using Asyncrun https://github.com/skywind3000/asyncrun.vim plugin to execute a long command: :Asyncrun python3 myapp.py -a 123 -b 123 -c 123 -d 123 In my notes I wanted to record this but with line

How to debug performance of gvim

2022-07-25 Thread 'Suresh Govindachar' via vim_use
Hello, The gvim of (A) below is much faster than the gvim of (B) -- how would one debug this difference in performance? Both (A and B) are from WSL 2 Ubuntu 20.04 inside Microsot Windows 11 A) $ sudo apt-get install vim-gtk3 # VIM - Vi IMproved 8.1 (2018 May 18, compiled Feb 01 2022

Re: Dry run for 'make install`?

2022-07-25 Thread jr
On Mon, 25 Jul 2022 at 13:29, rwmit...@gmail.com wrote: >> 'make -n', 'make -n install'. > while that is technically correct, 'make -n install' typically outputs a lot > of text that can be tedious to sort thru, > when the real questions is - I just want to see where files are going to be >

Re: Dry run for 'make install`?

2022-07-25 Thread rwmit...@gmail.com
while that is technically correct, 'make -n install' typically outputs a lot of text that can be tedious to sort thru, when the real questions is - I just want to see where files are going to be copied. On Monday, July 25, 2022 at 7:28:19 AM UTC-4 creature...@gmail.com wrote: > hi, > > On Mon,

Re: Building in WSL

2022-07-25 Thread Anton Sharonov
'Suresh Govindachar' via vim_use schrieb am Mo., 25. Juli 2022, 09:00: > On 7/25/2022 7:24 AM, 'Suresh Govindachar' via vim_use wrote: > > On 7/24/2022 8:42 AM, 'Suresh Govindachar' via vim_use wrote: > > >> Details are provided after the questions pertaining to WSL 2 Ubuntu > >> 20.04 inside

Re: Dry run for 'make install`?

2022-07-25 Thread jr
hi, On Mon, 25 Jul 2022 at 12:25, 'Suresh Govindachar' via vim_use wrote: > Is it possible to do a dry-run of `make install`? If so, how exactly? If > not, are there other ways to find out what would happen on executing > `make install`? 'make -n', 'make -n install'. regards, jr. -- -- You

Dry run for 'make install`?

2022-07-25 Thread 'Suresh Govindachar' via vim_use
Is it possible to do a dry-run of `make install`? If so, how exactly? If not, are there other ways to find out what would happen on executing `make install`? --Suresh -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are

Re: vim with gui in windows

2022-07-25 Thread Igor Spiridonov
Thanks Gary, nice workaround! Just "y" is enough because I have "set clipboard=unnamed" which copies to a clipboard by "y". Mouse selection works although keyboard one has some problems. Keyboard selection might be also adjusted in a similar way but it is not so important for me. Stan: "*y works

Re: Highlight character under cursor in visual mode

2022-07-25 Thread Bram Moolenaar
> Why doesn't vim apply the Visual highlight to the character *at* the > cursor position in visual mode? Block cursors are nice and all, but > sometimes you're at a tty where you have an underline, and the lack of > highlighting is confusing. > > Is there a way to get vim to include the

Re: Building in WSL

2022-07-25 Thread 'Suresh Govindachar' via vim_use
On 7/25/2022 9:00 AM, 'Suresh Govindachar' via vim_use wrote: On 7/25/2022 7:24 AM, 'Suresh Govindachar' via vim_use wrote: On 7/24/2022 8:42 AM, 'Suresh Govindachar' via vim_use wrote: Details are provided after the questions Here's what already exists inside WSL 2 Ubuntu 20.04 inside

Re: Building in WSL

2022-07-25 Thread 'Suresh Govindachar' via vim_use
On 7/25/2022 7:24 AM, 'Suresh Govindachar' via vim_use wrote: On 7/24/2022 8:42 AM, 'Suresh Govindachar' via vim_use wrote: Details are provided after the questions pertaining to WSL 2 Ubuntu 20.04 inside Microsot Windows 11:    "git clone; cd vim/src" make clean make distclean