Skip to content

Commit

Permalink
Update athamerc for vim 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ardagnir committed Dec 3, 2016
1 parent 761dd1b commit a154cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion athamerc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set textwidth=0 "Don't try to wrap text
startinsert "Start in insert mode. Most shell vi-modes do this.

" These make arrows more shell like. Feel free to comment them out:
if has("patch928")
if v:version>=800 || has("patch928")
" These maps can segfault in earlier vim versions.
inoremap <Up> <Up><ESC>A
inoremap <Down> <Down><ESC>A
Expand Down

0 comments on commit a154cf9

Please sign in to comment.