Re: Change cursor shape in command-line mode

2023-06-15 Fir de Conversatie Enan Ajmain
Sorry. I meant to send this to the vim-use list. I'll copy it there myself. Feel free to delete this from the vim-dev list. On Fri, 16 Jun 2023 12:39:09 +0600 Enan Ajmain <3nan.ajm...@gmail.com> wrote: > Vim allows changing cursor shapes according to the current mode: insert, > replace, or norm

Change cursor shape in command-line mode

2023-06-15 Fir de Conversatie Enan Ajmain
Vim allows changing cursor shapes according to the current mode: insert, replace, or normal. Vim does this using terminal escape sequences. Details are in ':h termcap-cursor-shape'. I was wondering if I could change the cursor shape in command-line mode. I'm fairly certain it's not possible, but

Patch 9.0.1636

2023-06-15 Fir de Conversatie Bram Moolenaar
Patch 9.0.1636 Problem:Expanding a pattern interferes with command line completion. Solution: Set the file index only when appropriate. (closes #12519) Files: src/cmdexpand.c, src/testdir/test_cmdline.vim *** ../vim-9.0.1635/src/cmdexpand.c 2023-05-20 14:06:56.669542805 +0100 ---

Re: Bug in :vmap

2023-06-15 Fir de Conversatie Gary Johnson
On 2023-06-15, Bram Moolenaar wrote: > > On 2023-06-15, Bram Moolenaar wrote: > > > > Help for :map- says that with , the right side of > > > > a mapping will not be echoed on the command line, but messages from > > > > the executed command are still given. This works with :nmap but not > > > > wi

Re: X11 requirements -- solved

2023-06-15 Fir de Conversatie Christian J. Robinson
I think libxpm-dev is necessary because Vim can use XPM files for the toolbar icons. On Thu, Jun 15, 2023 at 2:15 PM Bram Moolenaar wrote: > > > i thought i had exhausted google, but with yet another stab at it, in > > vim.fandom.com i found reference to two packages i didn't have: > libxpm-dev

Re: X11 requirements -- solved

2023-06-15 Fir de Conversatie Bram Moolenaar
> i thought i had exhausted google, but with yet another stab at it, in > vim.fandom.com i found reference to two packages i didn't have: libxpm-dev > and libxt-dev > > i added both and boom, i again have a gui -- i don't know if i needed both > of them, but now it builds fine > > i apologize

Re: Bug in :vmap

2023-06-15 Fir de Conversatie Bram Moolenaar
> On 2023-06-15, Bram Moolenaar wrote: > > > Help for :map- says that with , the right side of > > > a mapping will not be echoed on the command line, but messages from > > > the executed command are still given. This works with :nmap but not > > > with :vmap. I would expect it to work with :vm

Patch 9.0.1635

2023-06-15 Fir de Conversatie Bram Moolenaar
Patch 9.0.1635 (after 9.0.1634) Problem:Error message is cleared when removing mode message. Solution: Also reset flags when the message is further down. Files: src/message.c, src/testdir/test_messages.vim, src/testdir/dumps/Test_message_not_cleared_after_mode_1.dump,

Re: Patch 9.0.1634

2023-06-15 Fir de Conversatie Gary Johnson
On 2023-06-15, Bram Moolenaar wrote: > Patch 9.0.1634 > Problem:Message is cleared when removing mode message (Gary Johnson). > Solution: Do not clear the command line after displaying a message. > Files: src/message.c, src/testdir/test_messages.vim, > src/testdir/dumps/Test_

Re: X11 requirements -- solved

2023-06-15 Fir de Conversatie tooth pik
thanx tony -- yer a mench On Thu, Jun 15, 2023 at 11:06 AM Tony Mechelynck < antoine.mechely...@gmail.com> wrote: > On Thu, Jun 15, 2023 at 5:24 PM tooth pik wrote: > > > > i thought i had exhausted google, but with yet another stab at it, in > vim.fandom.com i found reference to two packages i

Re: Bug in :vmap

2023-06-15 Fir de Conversatie Gary Johnson
On 2023-06-15, Bram Moolenaar wrote: > > Help for :map- says that with , the right side of > > a mapping will not be echoed on the command line, but messages from > > the executed command are still given. This works with :nmap but not > > with :vmap. I would expect it to work with :vmap as well.

Re: X11 requirements -- solved

2023-06-15 Fir de Conversatie Tony Mechelynck
On Thu, Jun 15, 2023 at 5:24 PM tooth pik wrote: > > i thought i had exhausted google, but with yet another stab at it, in > vim.fandom.com i found reference to two packages i didn't have: libxpm-dev > and libxt-dev > > i added both and boom, i again have a gui -- i don't know if i needed both

Patch 9.0.1634

2023-06-15 Fir de Conversatie Bram Moolenaar
Patch 9.0.1634 Problem:Message is cleared when removing mode message (Gary Johnson). Solution: Do not clear the command line after displaying a message. Files: src/message.c, src/testdir/test_messages.vim, src/testdir/dumps/Test_message_not_cleared_after_mode_1.dump,

Re: X11 requirements list

2023-06-15 Fir de Conversatie Tony Mechelynck
On Thu, Jun 15, 2023 at 4:09 PM tooth pik wrote: > > some months ago i managed to break gvim messing around doing i wish i > remembered what, probably something to do with getting nvidia drivers to work > on my system > > for me vim no longer builds with X11, vim builds fine but no gui > > is th

Re: Bug in :vmap

2023-06-15 Fir de Conversatie Bram Moolenaar
> Help for :map- says that with , the right side of > a mapping will not be echoed on the command line, but messages from > the executed command are still given. This works with :nmap but not > with :vmap. I would expect it to work with :vmap as well. > > Steps to reproduce > > 1. Put the fo

X11 requirements -- solved

2023-06-15 Fir de Conversatie tooth pik
i thought i had exhausted google, but with yet another stab at it, in vim.fandom.com i found reference to two packages i didn't have: libxpm-dev and libxt-dev i added both and boom, i again have a gui -- i don't know if i needed both of them, but now it builds fine i apologize for the noise --

X11 requirements list

2023-06-15 Fir de Conversatie tooth pik
some months ago i managed to break gvim messing around doing i wish i remembered what, probably something to do with getting nvidia drivers to work on my system for me vim no longer builds with X11, vim builds fine but no gui is there somewhere a list of packages required for X11 to successfully

Patch 9.0.1633

2023-06-15 Fir de Conversatie Bram Moolenaar
Patch 9.0.1633 Problem:Duplicate code for converting float to string. Solution: Use tv_get_string(). (closes #12521) Files: src/eval.c *** ../vim-9.0.1632/src/eval.c 2023-06-01 19:26:23.435627545 +0100 --- src/eval.c 2023-06-15 10:35:46.813581256 +0100 *** *** 570,577 *

Re: [vim/vim] netrw: Refreshing tree view from Lexplore opens a second netrw over existing buffer (#5964)

2023-06-15 Fir de Conversatie Erik Corry
I have a description of the same issue with steps to reproduce it at https://forum.manjaro.org/t/gvim-9-with-patches-1-1506-has-problems-opening-multiple-files/142419 On Thu, 15 Jun 2023 at 10:21, mprt wrote: > Note: Step 3 is not necessary, it is however necessary to be in > Tree-View-mode. > >