Re: gx strange behavior

2020-04-05 Thread Tom M
On Sunday, April 5, 2020 at 10:48:08 AM UTC+2, Manfred Lotz wrote: > > Hi all, > I have Fedora 31 and Fedora 32. Happens on both systems. > > I want to open an URL in my browser and type `gx` when the cursor is > over an URL in vim resp. gvim > > > Doing this for example in an markdown document

Introduction to Vim popup windows

2020-04-05 Thread Yegappan Lakshmanan
Hi, FYI: I came across a good article about the new Vim popup windows today: https://vi.stackexchange.com/questions/24462/what-are-the-new-popup-windows-in-vim-8-2 - Yegappan -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are r

Re: gx strange behavior

2020-04-05 Thread Manfred Lotz
On Sun, 5 Apr 2020 11:52:42 -0400 Charles E Campbell wrote: > Manfred Lotz wrote: > > Hi all, > > I have Fedora 31 and Fedora 32. Happens on both systems. > > > > I want to open an URL in my browser and type `gx` when the cursor is > > over an URL in vim resp. gvim > > > > > > Doing this for exam

Re: gx strange behavior

2020-04-05 Thread Charles E Campbell
Manfred Lotz wrote: Hi all, I have Fedora 31 and Fedora 32. Happens on both systems. I want to open an URL in my browser and type `gx` when the cursor is over an URL in vim resp. gvim Doing this for example in an markdown document it works fine for vim but nothing happens when doing the same i

Re: [VIM] Re: [VIM] Re: :terminal

2020-04-05 Thread Walter Cazzola
On Sun, 5 Apr 2020, Dominique Pellé wrote: I don't know why dead keys don't work in gvim. But consider using the compose keys instead of a dead key. Personally, I find the dead-key painful to use for common characters. I prefer the compose key which also allows to type many other characters. I

Re: Theme dev (Selenized) help: SpellRare and undercurl not working in Vim, works in NeoVim

2020-04-05 Thread Dominique Pellé
I see that this patch was meant to make undercurl work in terminals that support it: === commit 8b9e20afb0da79a21155988a38704b5777cc2efe Author: Bram Moolenaar Date: Tue Nov 28 21:25:21 2017 +0100 patch 8.0.1358: undercurl is not used in the terminal Problem:Undercurl is not used

Re: [VIM] Re: :terminal

2020-04-05 Thread Dominique Pellé
Walter Cazzola wrote: > On Sun, 5 Apr 2020, BPJ wrote: > > > Den sön 5 apr. 2020 02:41Walter Cazzola skrev: > > > >> Dear Vimmers, > >> just recently I'm passed to use vim 8 (8.2 to be precise) from vim 7.4. > >> > >> I really like the idea of having a terminal attached to my editor > >> (:termi

Re: Theme dev (Selenized) help: SpellRare and undercurl not working in Vim, works in NeoVim

2020-04-05 Thread Dominique Pellé
On Sun, Apr 5, 2020 at 12:38 PM Dominique Pellé wrote: > If I do that: > > $ cat > test.vim < set spellfile=/tmp/en.utf8.add spelllang=en_us spell t_Co=256 > hi clear > > hi SpellBad guisp=redgui=undercurl guifg=NONE guibg=NONE > ctermfg=NONE ctermbg=NONE term=undercurl cterm=undercurl > hi

Re: [VIM] Re: :terminal

2020-04-05 Thread Walter Cazzola
On Sun, 5 Apr 2020, BPJ wrote: Den sön 5 apr. 2020 02:41Walter Cazzola skrev: Dear Vimmers, just recently I'm passed to use vim 8 (8.2 to be precise) from vim 7.4. I really like the idea of having a terminal attached to my editor (:terminal) unfortunately in my case it doesn't work properly.

Re: Theme dev (Selenized) help: SpellRare and undercurl not working in Vim, works in NeoVim

2020-04-05 Thread Dominique Pellé
If I do that: $ cat > test.vim < test.vim

Re: Running external process in a non-blocking way

2020-04-05 Thread Marco
On Thu, 2 Apr 2020 21:05:16 +0200 Marco wrote: > " this works, it opens the calculator and upon closing the calculator > gvim " continues > :!xcalc > > " this opens the calculator and immediately quits and returns to > gvim, in the " past it kept the process running > :!xcalc& > > Did something

Re: gx strange behavior

2020-04-05 Thread Manfred Lotz
On Sun, 5 Apr 2020 10:48:00 +0200 Manfred Lotz wrote: > Hi all, > I have Fedora 31 and Fedora 32. Happens on both systems. > > I want to open an URL in my browser and type `gx` when the cursor is > over an URL in vim resp. gvim > > > Doing this for example in an markdown document it works fine

gx strange behavior

2020-04-05 Thread Manfred Lotz
Hi all, I have Fedora 31 and Fedora 32. Happens on both systems. I want to open an URL in my browser and type `gx` when the cursor is over an URL in vim resp. gvim Doing this for example in an markdown document it works fine for vim but nothing happens when doing the same in gvim. When debuggin

Re: :terminal

2020-04-05 Thread BPJ
Den sön 5 apr. 2020 02:41Walter Cazzola skrev: > Dear Vimmers, > just recently I'm passed to use vim 8 (8.2 to be precise) from vim 7.4. > > I really like the idea of having a terminal attached to my editor > (:terminal) > unfortunately in my case it doesn't work properly. > > In particular I thi