vimrc読書会 http://vim-jp.org/reading-vimrc/
2957 | function! _UpdateShowTabline() 2958 | if len(_UpdateBufferList()) >= 2 2959 | set showtabline=2 2960 | else 2961 | set showtabline=0 2962 | endif 2963 | endfunction
@username
1 | if has('vim_starting')
!has('vim_starting')
v:vim_did_enter
8 | let g:python_host_skip_check = 1
9 | let g:python_host_prog = 'python3'
111 | set isfname+=\\
init.vim#L46
46 | call dein#add('hrsh7th/vim-neco-calc')
hrsh7th/vim-neco-calc