From: Philippe Hürlimann
Date: Fri, 6 Aug 2021 08:55:24 +0000 (+0200) Subject: Don't fix end of file, messes with diffs X-Git-Url: https://git.hurlimann.org/?a=commitdiff_plain;h=ba0325f32e64ef87d435c8064efd42cc543092d9;p=vimfiles.git Don't fix end of file, messes with diffs --- diff --git a/init.vim b/init.vim index 8ee5176..0e8bd4d 100644 --- a/init.vim +++ b/init.vim @@ -111,6 +111,7 @@ set shiftwidth=4 set softtabstop=4 set nobackup +set nofixendofline set hlsearch