Skip to content

Commit fa9230f

Browse files
committed
comment out options not supported in v0.11.0 nightly build
1 parent 8102ab2 commit fa9230f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vimrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ set number " 行番号を表示
7070
" nnoremap <up> gk
7171

7272
set showmatch " 括弧の対応関係を一瞬表示する
73-
source $VIMRUNTIME/macros/matchit.vim " Vimの「%」を拡張する(タグジャンプ)
73+
" source $VIMRUNTIME/macros/matchit.vim " Vimの「%」を拡張する(タグジャンプ)
7474

7575
set wildmenu "コマンドモードのタブ補完
7676

7777
"ペースト時、インデントが崩れないようにする let &t_SI .=
7878
if &term =~ "xterm"
7979
let &t_ti .= "\e[?2004h"
8080
let &t_te .= "\e[?2004l"
81-
let &pastetoggle = "\e[201~"
81+
"let &pastetoggle = "\e[201~"
8282

8383
function XTermPasteBegin(ret)
8484
set paste

0 commit comments

Comments
 (0)