endif
" Disable Apple style movements in MacVim.
-if has('gui_macvim') && has('eval')
+if has('gui_macvim')
let g:macvim_skip_cmd_opt_movement = 1
endif
" Use pathogen which allows one 'runtimepath' entry per plugin. This makes
" installing/removing/updating plugins simple. (Used for plugins with more
" than one file.)
-if has('eval') && v:version >= 700
+if v:version >= 700
execute 'call pathogen#runtime_append_all_bundles()'
endif