From 270eeb04b9aed80f6d13f3a31da32fbf450ab40b Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Wed, 4 May 2022 23:07:18 -0500 Subject: Remove call to vim-indexed-search from vimrc --- vim/viminfo | 31 +++++++++++++++++++++++++++++++ vim/vimrc | 3 ++- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 vim/viminfo (limited to 'vim') diff --git a/vim/viminfo b/vim/viminfo new file mode 100644 index 0000000..7651f85 --- /dev/null +++ b/vim/viminfo @@ -0,0 +1,31 @@ +# This viminfo file was generated by Vim 8.2. +# You may edit it if you're careful! + +# Viminfo version +|1,4 + +# Value of 'encoding' when this file was written +*encoding=utf-8 + + +# hlsearch on (H) or off (h): +~h +# Command Line History (newest to oldest): +:q +|2,0,1649356827,,"q" + +# Search String History (newest to oldest): + +# Expression History (newest to oldest): + +# Input Line History (newest to oldest): + +# Debug Line History (newest to oldest): + +# Registers: + +# File marks: + +# Jumplist (newest first): + +# History of marks within files (newest to oldest): diff --git a/vim/vimrc b/vim/vimrc index 2e04dcc..900ad02 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -277,7 +277,8 @@ inoremap diWi=" "call plug#end() " Other plugins -source ~/.vim/plugins/IndexedSearch.vim +"source ~/.vim/plugins/IndexedSearch.vim +set shortmess-=S " Colors -- cgit v1.2.3