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 |