c_cp which is (externally) declared in option.h. | compatible | nocompatible | |
Filename completion (:e …) | ctrl-e | tab |
nocompatible overwrites at the viminfo option, therefore, set nocompatible should be placed at the beginning of the vimrc file, see this stackoverflow answer. set nocompatible also overwrites include cindent
set nocompatible overwrites other options, it should be placed at the beginning of the vimrc file.