diff options
-rw-r--r-- | vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ set encoding=utf-8 " UTF-8 set iskeyword-=_ " _ is a word delimiter set autoread +let g:netrw_dirhistmax=0 " disable anoying ~/.vim/.netrwhist + " http://d.hatena.ne.jp/fuenor/20110705/1309866529 au InsertLeave * call PyIBusDisable() function! PyIBusDisable() |