.vimrc

changeset 831
1b8dd5465d3e
parent 828
81ede7493890
child 832
8acb094e5e12
equal deleted inserted replaced
830:3f6654b38b20 831:1b8dd5465d3e
126 126
127 command! SyntaxCompleteOn setl omnifunc=syntaxcomplete#Complete 127 command! SyntaxCompleteOn setl omnifunc=syntaxcomplete#Complete
128 128
129 command! Mksession execute "mksession! " . v:this_session 129 command! Mksession execute "mksession! " . v:this_session
130 130
131 command! -nargs=+ -complete=file Tig call tig#Tig(<f-args>) 131 command! -nargs=* -complete=file Tig call tig#Tig(<f-args>)
132 command! TigBlame call tig#TigBlame() 132 command! TigBlame call tig#TigBlame()
133 133
134 command! -nargs=+ -complete=file -bar Ag call vimrc#Ag(<q-args>) 134 command! -nargs=+ -complete=file -bar Ag call vimrc#Ag(<q-args>)
135 CAlias Rg Ag 135 CAlias Rg Ag
136 136

mercurial