# HG changeset patch # User Steve Losh # Date 1390927820 18000 # Node ID 736aa6c737d4f4183c6b437dd1bb72f18403fc7c # Parent 761550d1394f16d68e804a925e375f6c122a4e93 unnecessary key diff -r 761550d1394f -r 736aa6c737d4 vim/vimrc --- a/vim/vimrc Tue Jan 28 11:46:23 2014 -0500 +++ b/vim/vimrc Tue Jan 28 11:50:20 2014 -0500 @@ -504,7 +504,7 @@ " Don't move on * " I'd use a function for this but Vim clobbers the last search when you're in " a function so fuck it, practicality beats purity. -nnoremap * :let stay_star_view = winsaveview()*:call winrestview(stay_star_view) +nnoremap * :let stay_star_view = winsaveview()*:call winrestview(stay_star_view) " Jumping to tags. "