Fixed gpla and Vim mappings
- gpla: Pop stashed changes before clearing them. - Vim mappings: Remove spacing at end because Vim already adds a space after mappings.
This commit is contained in:
@@ -39,7 +39,7 @@ gunc() { git update-index --assume-unchanged $1 ; }
|
||||
gpla() {
|
||||
cmds="lc snp 9r sch"
|
||||
for cmd in $cmds; do
|
||||
eval $cmd && gst && gpl && gclear
|
||||
eval $cmd && gst && gpl && gstp && gclear
|
||||
done
|
||||
}
|
||||
# Functions }}}
|
||||
|
||||
Reference in New Issue
Block a user