.vimrc

changeset 812
d62e41b99428
parent 811
abdb905668f5
child 813
aecd3717aa7e
equal deleted inserted replaced
811:abdb905668f5 812:d62e41b99428
120 command! Gcd call vimrc#Gcd() 120 command! Gcd call vimrc#Gcd()
121 command! Hgcd call vimrc#Hgcd() 121 command! Hgcd call vimrc#Hgcd()
122 122
123 command! SyntaxCompleteOn setl omnifunc=syntaxcomplete#Complete 123 command! SyntaxCompleteOn setl omnifunc=syntaxcomplete#Complete
124 124
125 command! Mksession execute v:this_session ? ("mksession! " . v:this_session) : ("echo 'no this_session'") 125 command! Mksession execute "mksession! " . v:this_session
126 126
127 command! -nargs=+ -complete=file -bar Ag call vimrc#Ag(<q-args>) 127 command! -nargs=+ -complete=file -bar Ag call vimrc#Ag(<q-args>)
128 CAlias Rg Ag 128 CAlias Rg Ag
129 129
130 CAlias Q q 130 CAlias Q q

mercurial