Use bar cursor outside of gvim (send t_SI) in visual/select mode when selection=exclusive

2022-06-14 Thread Kyle Marek
in source code, and maybe I could try to implement it? Thank you, Kyle Marek -- -- 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 th

selection=exclusive word selection bug?

2022-06-17 Thread Kyle Marek
in options.txt. Sometimes I like the behavior of excluding the character on the right corner, but I don't like this behavior for word selection. Thank you, Kyle Marek -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text

Highlight character under cursor in visual mode

2022-07-25 Thread Kyle Marek
nclude the character under the cursor for visual highlighting? Thank you, Kyle Marek -- -- 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

Re: Highlight character under cursor in visual mode

2022-07-25 Thread Kyle Marek
nting t_SI, t_SR, and t_EI from " working) let &t_ve = "\e[?25h" let &t_vi = "\e[?25l" " reset cursor shape when vim exits autocmd VimLeave * call echoraw("\e[?c") endif " &term =~ "linux" Thank you, Kyle Marek -- -- Yo