Re: viminfo file location for Vim 8

2017-03-08 Thread Bram Moolenaar
David Fishburn wrote: > On Thu, Jan 26, 2017 at 8:52 AM, David Fishburn > wrote: > > > I use the following line in my vimrc (Windows): > > > > set viminfo=\"50,'500,:500,/500,h,f1,rA:,r$TEMP:,r$TMP:,r$ > > TMPDIR:!,n$VIM/_viminfo > > > > > > For Vim 5,6,7 this

Re: Weird rendering issues after grepping some text

2017-03-08 Thread Jostein Berntsen
On 08.03.17,09:53, vram@gmail.com wrote: In my .vimrc I have the line below, that I use for grepping for word under the cursor: command! -nargs=+ Grp execute 'grep! -I -r -n --include=*.h --include=*.hpp --include=*.inl --include=*.cpp --include=*.c . -e ' | copen | execute 'silent /'

Weird rendering issues after grepping some text

2017-03-08 Thread vram . v . s
In my .vimrc I have the line below, that I use for grepping for word under the cursor: command! -nargs=+ Grp execute 'grep! -I -r -n --include=*.h --include=*.hpp --include=*.inl --include=*.cpp --include=*.c . -e ' | copen | execute 'silent /' Every time I run this command most part of the