Blame SOURCES/vim-default-editor.csh

20b5ab
# Ensure vim is set as EDITOR if it isn't already set
20b5ab
20b5ab
if ( ! ($?EDITOR) ) then
20b5ab
    setenv EDITOR "/usr/bin/vim"
20b5ab
endif