Kuba wrote:
On Thu, Feb 15, 2018 at 11:09:57PM +0000, Ken Moffat wrote:
I guess I'll try to learn to get used to it ;)
ĸen
I'm currently running Debian for reasons beyond the scope of this post,
but in my /etc/vim/vimrc, I've found
" Uncomment the following to have Vim jump to the last position when
" reopening a file
"if has("autocmd")
" au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal!
g'\"" | endif
"endif
Maybe you'll find a similar command in your Vim configuration?
Indeed, that line is in /usr/share/vim/vim80/defaults.vim, but formatted
slightly differently.
-- Bruce
--
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page