Vim Ack & H Key

2018-02-12 Thread Frantz Baustier
Hello, When I press the H key in the quickfix List a nw frame is opened instead of going to the left character. Thank you for your help. Best Regards, Frantz. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For

Re: Will vim copy all file content to memory when i open a file?

2018-02-12 Thread Shlomi Fish
On Sun, 11 Feb 2018 18:09:02 +0800 Zhigang Song wrote: > Will vim copy all file content to memory when I open a file? > opening this file in vim: -rw-r--r-- 1 shlomif shlomif 608170649 Feb 12 12:19 Total-Imp3.txt shlomif[3fc]:~/Download/unpack/games/freecell/freecell-pro-3fc-deals--split$ wc

Re: Vim Ack and h key

2018-02-12 Thread Shlomi Fish
Hi Frantz, On Sun, 11 Feb 2018 12:02:22 -0800 (PST) Frantz Baustier wrote: > Hello, > > I have an issue with vim ack. > When I press h key in the quickfix list, it opens a new frame instead of > going to the left character. > I noticed ? opens a help display instead of searching backwards as

Re: Advice needed: best practices for vim plugin testing

2018-02-12 Thread Felipe M. Vieira
Hi everyone, Thanks for all the valuable suggestions. The method I found out to be the most suitable, dependecy free and sane (this is highly personal) was to write bash tests which in turn invokes vim with a given number of flags and which sources a given script which ends with either "qall!" (e

Re: Will vim copy all file content to memory when i open a file?

2018-02-12 Thread Bram Moolenaar
Zhigang Song wrote: > Will vim copy all file content to memory when I open a file? Vim will read the file, mainly to count the number of lines, so you can do "1234G". Not all of the file is kept in memory, especially if it's a big file. Check out the 'maxmem' and 'maxmemtot' options. -- I'm s

Re: Will vim copy all file content to memory when i open a file?

2018-02-12 Thread Matt Ackeret
On Sun, 11 Feb 2018, Zhigang Song wrote: >Will vim copy all file content to memory when I open a file? No, that's why vim is fast opening gigantic files. -- -- 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 in

Re: Will vim copy all file content to memory when i open a file?

2018-02-12 Thread Tony Mechelynck
On Tue, Feb 13, 2018 at 2:41 AM, Matt Ackeret wrote: > On Sun, 11 Feb 2018, Zhigang Song wrote: >>Will vim copy all file content to memory when I open a file? > > No, that's why vim is fast opening gigantic files. However, unlike sed, Vim is not a stream editor (i.e. an editor which processes the