Re: gf normal command to jump to specific line in file?

2018-05-17 Thread Renato Fabbri
thanks! i remembered to have seen it in the manual. how would you find it? i performed searches on Vim help and Google. tx++ r. On Thu, May 17, 2018 at 2:39 PM, Gary Johnson wrote: > On 2018-05-17, Renato Fabbri wrote: > > is there a notation such as > > ./dir/file > >

Re: gf normal command to jump to specific line in file?

2018-05-17 Thread Tony Mechelynck
On Fri, May 18, 2018 at 4:35 AM, Renato Fabbri wrote: > thanks! > > i remembered to have seen it in the manual. > > how would you find it? For hard cases, the :helpgrep commands works wonders. See ":help :helpgrep" without the quotes. In fact, the whole helphelp.txt

gf normal command to jump to specific line in file?

2018-05-17 Thread Renato Fabbri
is there a notation such as ./dir/file that makes gf or f etc normal commands jump to line 44? tx++ -- -- 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 ---

Re: Vim 8.1 is released!

2018-05-17 Thread L. A. Walsh
Bram Moolenaar wrote: Hello Vim users! Announcing: Vim (Vi IMproved) version 8.1 This is a minor release with many small improvements and lots of bug fixes. The main new feature is the terminal window. I have put up a few screenshots on the Vim website:

Re: gf normal command to jump to specific line in file?

2018-05-17 Thread Gary Johnson
On 2018-05-17, Renato Fabbri wrote: > is there a notation such as > ./dir/file > that makes gf or f etc normal commands > jump to line 44? :help gF :help CTRL-W_gF Regards, Gary -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the

Vim 8.1 is released!

2018-05-17 Thread Bram Moolenaar
Hello Vim users! Announcing: Vim (Vi IMproved) version 8.1 This is a minor release with many small improvements and lots of bug fixes. The main new feature is the terminal window. I have put up a few screenshots on the Vim website: https://www.vim.org/vim-8.1-released.php Once you have

Re: Help on Interpreting profiles (while loop vs recursive function)

2018-05-17 Thread Lifepillar
On 16/05/2018 21:09, Lifepillar wrote: I wanted to profile the performance of a while loop vs a recursive function, so I wrote two functions, Iter() and Rec(), computing the same value (full code at the end of the message). The execution took ~4s, but Rec()'s measured times were (full profile

Re: Vim 8.1 is released!

2018-05-17 Thread Bram Moolenaar
> Bram Moolenaar wrote: > > Hello Vim users! > > > > Announcing: Vim (Vi IMproved) version 8.1 > > > > > > This is a minor release with many small improvements and lots of bug > > fixes. The main new feature is the terminal window. I have put up a > > few screenshots on the Vim website: > >

Re: Vim 8.1 is released!

2018-05-17 Thread L A Walsh
Bram Moolenaar wrote: Bram Moolenaar wrote: Hello Vim users! Announcing: Vim (Vi IMproved) version 8.1 This is a minor release with many small improvements and lots of bug fixes. The main new feature is the terminal window. I have put up a few screenshots on the Vim website:

Re: Vim 8.1 is released!

2018-05-17 Thread Shlomi Fish
Hi Bram, On Thu, 17 May 2018 20:18:26 +0200 Bram Moolenaar wrote: > Hello Vim users! > > Announcing: Vim (Vi IMproved) version 8.1 > > > This is a minor release with many small improvements and lots of bug > fixes. The main new feature is the terminal window. I have

My vim is not working properly

2018-05-17 Thread srlhyo
Hi all, I am really sorry to be so vague and uninterested but I am getting anxious about not being able to use vim as wished. I have got windows and downloaded Vim 8.0 but I am unable to run some plugins, such as "browserlink". For instance, if I run :py print(1) it gives the following error: