Skip to content

Commit

Permalink
check vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Feb 8, 2024
1 parent 2bae9b7 commit 55895b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ fi)
src_cc_inc_exrc () {
local cc_h="\\" nore cc inc"
local cc_e="\\" eof cc inc"
command -v vim &>/dev/null || return 0
command -v vim >/dev/null 2>/dev/null || return 0
[ -f "\${CC_INC_LST}" ] || return 1
[ -f "\$EXRC" ] || $touch "\$EXRC"
delete_exrc_src "\$cc_h" "\$cc_e" "\$EXRC"
Expand Down

0 comments on commit 55895b9

Please sign in to comment.