From 3cf77b5c433073d392022a5c4de4de56ad26f795 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Sat, 28 Jan 2012 19:37:41 +0100 Subject: ibus does not work reliably enough --- vimrc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/vimrc b/vimrc index 8ee7c99..5c2e274 100644 --- a/vimrc +++ b/vimrc @@ -21,17 +21,6 @@ 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() -python << EOF -import ibus -bus = ibus.Bus() -ic = ibus.InputContext(bus, bus.current_input_contxt()) -ic.disable() -EOF -endfunction - " Configure the status line show something useful. "set statusline=%F%m%r%h%w\ %y\ [%{&ff}]%=[%l,%v][%p%%]\ [%L] "set laststatus=2 " Ensure status line is visible. -- cgit v1.2.3