vim: Set nofixendofline

Do not automatically restore missing <EOL> at EOF when writing.
This is rarely a change worth committing and I'd rather prefer vim to
not touch stuff I did not actively modify myself.
This commit is contained in:
2022-04-12 17:09:24 +02:00
parent 2def35d0e7
commit bc72d3507c

View File

@@ -73,6 +73,8 @@ set shortmess+=A
set autoread set autoread
" Include `-` in keyword characters " Include `-` in keyword characters
set iskeyword+=- set iskeyword+=-
" Do not automatically insert <EOL> at EOF if missing
set nofixendofline
" Netrw " Netrw