vim诡异的事情
发表于 : 2011-04-22 23:34
alias失效
2011-04-22 23:26:09 五 ~/bin
● git st
另开一终端,vim/gvim打开 ~/.gitconfig,这边立马正常。(其他编辑器打开,无此奇效)
2011-04-22 23:26:18 五 ~/bin
● git st
# On branch master
# Changed but not updated:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: screenshot-paste.bash
#
# Untracked files:
这alias都用这么久了,突然出现的情况。
● g st .gitconfig
3: st = !sh -c 'git status|grep -B 100 "Untracked"'
2011-04-22 23:26:09 五 ~/bin
● git st
另开一终端,vim/gvim打开 ~/.gitconfig,这边立马正常。(其他编辑器打开,无此奇效)
2011-04-22 23:26:18 五 ~/bin
● git st
# On branch master
# Changed but not updated:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: screenshot-paste.bash
#
# Untracked files:
这alias都用这么久了,突然出现的情况。
● g st .gitconfig
3: st = !sh -c 'git status|grep -B 100 "Untracked"'