1. add set nofixendofline into vimrc
2. :e ~/.vimrc
3. :verbose set fixendofline
It should display
nofixendofline
Last set from ~/.vimrc
But
fixendofline
Last set from ~/.vimrc
Below is a patch to fix this.
diff --git a/src/buffer.c b/src/buffer.c
index 4623e0a..5d4170f 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -547,7 +547,6 @@ buf_clear_file(buf)
buf->b_shortname = FALSE;
#endif
buf->b_p_eol = TRUE;
- buf->b_p_fixeol = TRUE;
buf->b_start_eol = TRUE;
#ifdef FEAT_MBYTE
buf->b_p_bomb = FALSE;
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.