Entries from 2013-11-19 to 1 day

最後のwindowをquitする時に確認してくれるようにする(vim)

NeoBundle 'tyru/vim-altercmd' command Q :call s:gentle_quitman() function! s:gentle_quitman() let window_counter = 0 windo let window_counter = window_counter + 1 if window_counter == 1 let a = input("Really quit last window? [n]|y") if a …