Re: vim9 Equivalence of __FILE__, __LINE__, and __FUNCTION__ usage in C++

2023-07-06 Thread Bram Moolenaar
Yegappan wrote: > On Tue, Jul 4, 2023 at 1:11 PM Lifepillar wrote: > > > > On 2023-07-04, Nicolas wrote: > > > Hi, > > > > > > Is there an equivalence in vim9 of __FILE__, __LINE__, and __FUNCTION__ > > > usage in C++ > >

Re: 'Keyboard input' vs 'cursor copy+paste' for "repeat" (.) action

2023-07-06 Thread Gary Johnson
On 2023-07-06, Eric Marceau wrote: > Thank you, Salman. > > My customizations are limited to the appearance and layout.  I have not > installed any related to action-key mappings.  I don't know how to obtain a > report of all such mappings (default + custom).  If anything was mapped >

Re: 'Keyboard input' vs 'cursor copy+paste' for "repeat" (.) action

2023-07-06 Thread Eric Marceau
Thank you, Salman. My customizations are limited to the appearance and layout.  I have not installed any related to action-key mappings.  I don't know how to obtain a report of all such mappings (default + custom).  If anything was mapped differently, it was not disclosed as part of the

Re: 'Keyboard input' vs 'cursor copy+paste' for "repeat" (.) action

2023-07-06 Thread Salman Halim
On Windows, if my * register (system clipboard) contains some text and I type: iHello =* Then, hitting . repeats the whole thing, including the pasted text. Perhaps you're pasting in a different way? Do you have custom mappings? Some plugins take over the . (such as repeat.vim). Salman On

Re: 'Keyboard input' vs 'cursor copy+paste' for "repeat" (.) action

2023-07-06 Thread Eric Marceau
Thank you, meine. Not sure that you understood that my /*typed-input*/ and /*copy+paste*/ are both during the same insert/replace operation. Since both inputs have been "inserted" together (in my view), why are they not being captured as a complete set for the repeat operation? Eric

Re: Error detected while processing /var/lib/vim/addons/plugin/02tlib.vim line 77: E1208: -complete used without allowing arguments

2023-07-06 Thread Bram Moolenaar
Guy Ka wrote: > I had GVim 8.2 installed on a Ubuntu 20.04 machine (WSL2) and everything > was working fine. After updating to Ubuntu 22.04, > I am getting the following error when I start gvim > Error detected while processing /var/lib/vim/addons/plugin/02tlib.vim line > 77: E1208: -complete

Re: 'Keyboard input' vs 'cursor copy+paste' for "repeat" (.) action

2023-07-06 Thread meine
On Wed, Jul 05, 2023 at 04:23:54PM -0400, Eric Marceau wrote: > Currently using > > VIM version 8.1.3741 > on Ubuntu MATE (Linux 5.4.0-150-generic #167-Ubuntu) > > When I /copy+paste/ text using the system cursor, > > regardless of whether that text is from another non-Vim >