Cursor stays in command line after echo invoked with pumvisible() == 1

2018-09-07 Thread Lifepillar
If you run `vim --clean` (I have tried with Vim 8.1.300) and source this: fun! Act() echo "The cursor gets stuck here ->" return '' endf " 1. Trigger keyword completion (=='') " 3. Invoke Act() with pumvisible() == 1 ((Act) fun! Complete() return "\\\=''\\(Act)" endf imap (Act) Act() im

Re: [faq] What systems does Vim run on

2018-09-07 Thread Anton Shepelev
arocker: >Given the fluctuating fortunes of OSs, perhaps a >matrix of OS vs version would be the best way to >explain which works on what? May be, but I was aiming at a compromise between te- dium and brevity: lists the OSes where Vim is ac- tively supported, and then all ones where

Re: [faq] What systems does Vim run on

2018-09-07 Thread arocker
>>Okay, removed the DOS. Thanks. > > I think users of DOS would be grateful if you gave > more specific information, e.g.: > > 16-bit DOS: latest supported version 7.1 > 32-bit DOS: latest supported version 7.3 > Given the fluctuating fortunes of OSs, perhaps a matrix of OS vs version would be

Re: [faq] What systems does Vim run on

2018-09-07 Thread Anton Shepelev
Christian Brabandt: >>Vim has dropped support of 16-bit MS-DOS at ver- >>sion 7.1 and for 32-bit MS-DOS at version 7.3. See >>https://www.vim.org//download.php/#pc. > >Okay, removed the DOS. Thanks. I think users of DOS would be grateful if you gave more specific information, e.g.: 16-bit DO

Re: [faq] What systems does Vim run on

2018-09-07 Thread Christian Brabandt
On Fr, 07 Sep 2018, Anton Shepelev wrote: > Christian Brabandt: > > >the vim faq available at > >http://vimhelp.appspot.com/vim_faq.txt.html > >currently mentions, that Vim runs on the following > >systems: > > > >https://github.com/chrisbra/vim_faq/blob/master/vim_faq.txt#L1363-L1367 > >,

Re: Opening remote file with scp and netrw on Windows 7

2018-09-07 Thread Oliver Graute
On 07/09/18, Oliver Graute wrote: > On 03/09/18, lessthanideal wrote: > > On Tuesday, 28 August 2018 20:22:15 UTC+1, Oliver Graute wrote: > > > I tried to open a remote file in Vim with this command: > > > > > > :e scp://root@192.168.1.229://home/root/output.log > > > > > > on Linux this is

Re: [faq] What systems does Vim run on

2018-09-07 Thread Anton Shepelev
Christian Brabandt: >the vim faq available at >http://vimhelp.appspot.com/vim_faq.txt.html >currently mentions, that Vim runs on the following >systems: > >https://github.com/chrisbra/vim_faq/blob/master/vim_faq.txt#L1363-L1367 >, >| 3.3. What platforms does it run on? >| >| All Unix platform

Re: Opening remote file with scp and netrw on Windows 7

2018-09-07 Thread Oliver Graute
On 03/09/18, lessthanideal wrote: > On Tuesday, 28 August 2018 20:22:15 UTC+1, Oliver Graute wrote: > > I tried to open a remote file in Vim with this command: > > > > :e scp://root@192.168.1.229://home/root/output.log > > > > on Linux this is working fine. But on Windows 7 just a command li