mirror of
https://github.com/prurigro/darkcloud-vimconfig.git
synced 2024-11-22 06:44:09 -05:00
Fixed small issue with the :git abbreviation
This commit is contained in:
parent
0637a2bcf5
commit
2bae8bc5bb
1 changed files with 1 additions and 3 deletions
|
@ -312,9 +312,7 @@
|
||||||
cabbrev <expr><silent> gitstatus ':Gstatus<CR>'
|
cabbrev <expr><silent> gitstatus ':Gstatus<CR>'
|
||||||
cabbrev <expr><silent> GitCommit ':Gcommit<CR>'
|
cabbrev <expr><silent> GitCommit ':Gcommit<CR>'
|
||||||
cabbrev <expr><silent> gitcommit ':Gcommit<CR>'
|
cabbrev <expr><silent> gitcommit ':Gcommit<CR>'
|
||||||
|
cabbrev diff vertical diffsplit
|
||||||
cabbrev <expr><silent> diff ':vertical diffsplit'
|
|
||||||
|
|
||||||
cabbrev sudow SudoWrite
|
cabbrev sudow SudoWrite
|
||||||
cabbrev wsudo SudoWrite
|
cabbrev wsudo SudoWrite
|
||||||
cabbrev sudoe SudoRead
|
cabbrev sudoe SudoRead
|
||||||
|
|
Loading…
Reference in a new issue