vim

vim config files
git clone https://git.bracken.jp/vim.git
Log | Files | Refs | LICENSE

commit b46777c74fa19ce30859bc7affb39fbb530f82fa
parent c8c8fe68a21e9feb5bee30866aaca350f23efbe1
Author: Chris Bracken <cbracken@google.com>
Date:   Mon, 15 Oct 2012 12:26:14 -0700

Formatting

Diffstat:
M.vimrc | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.vimrc b/.vimrc @@ -4,9 +4,9 @@ set encoding=utf-8 let s:cpo_save=&cpo set cpo&vim -map! <S-Insert> <MiddleMouse> -map <S-Insert> <MiddleMouse> -nmap <F2> :noh<CR> " Clear seach highlight +map! <S-Insert> <MiddleMouse> +map <S-Insert> <MiddleMouse> +nmap <F2> :noh<CR> " Clear seach highlight let &cpo=s:cpo_save unlet s:cpo_save