Change vim-dispatch to asyncrun
This commit is contained in:
parent
a47646a35c
commit
00a4e97097
@ -35,3 +35,7 @@ bind -n M-Right resize-pane -R 10
|
||||
bind -n M-Up resize-pane -U 10
|
||||
bind -n M-Down resize-pane -D 10
|
||||
EOF
|
||||
|
||||
mkdir -p Bin
|
||||
rm -rf Bin/ctags_cpp.sh
|
||||
echo ctags --c++-kinds=+p --fields=+iaS --extra=+q --language-force=C++ $@ >> Bin/ctags_cpp.sh
|
||||
|
Loading…
Reference in New Issue
Block a user