Loading dotrc/.vim/vimrc/bundles-options.vim +2 −0 Original line number Diff line number Diff line Loading @@ -348,6 +348,8 @@ if 1 == VimRCBundlesDevel \ ['padding', 'margin'] , \ ['pick', 'squash', 'fixup', 'edit', 'reword', 'exec'] , \ ['if', 'unless'] , \ ['request', 'response'], \ ['Request', 'Response'], \] autocmd VimEnter * :IndentGuidesEnable Loading dotrc/.vim/vimrc/functions.vim +3 −0 Original line number Diff line number Diff line Loading @@ -111,3 +111,6 @@ function! s:CleanJade() endfunction command! -complete=shellcmd CleanJade call s:CleanJade() command! Visual normal! v command! VisualLine normal! V command! VisualBlock execute "normal! \<C-v>" Loading
dotrc/.vim/vimrc/bundles-options.vim +2 −0 Original line number Diff line number Diff line Loading @@ -348,6 +348,8 @@ if 1 == VimRCBundlesDevel \ ['padding', 'margin'] , \ ['pick', 'squash', 'fixup', 'edit', 'reword', 'exec'] , \ ['if', 'unless'] , \ ['request', 'response'], \ ['Request', 'Response'], \] autocmd VimEnter * :IndentGuidesEnable Loading
dotrc/.vim/vimrc/functions.vim +3 −0 Original line number Diff line number Diff line Loading @@ -111,3 +111,6 @@ function! s:CleanJade() endfunction command! -complete=shellcmd CleanJade call s:CleanJade() command! Visual normal! v command! VisualLine normal! V command! VisualBlock execute "normal! \<C-v>"