<div dir="auto"><div><div class="gmail_quote"><div dir="ltr">On Fri, Jun 15, 2018, 11:48 Elimar Riesebieter <<a href="mailto:riesebie@lxtec.de">riesebie@lxtec.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">* Ryan G. <<a href="mailto:ryanwgrose@gmail.com" target="_blank" rel="noreferrer">ryanwgrose@gmail.com</a>> [2018-06-14 13:53 -0700]:<br>
<br>
> Although there were plenty others too. After a quick search stack overflow<br>
> suggested setting nocompatibility and this seemed to fix everything (though<br>
> I couldn’t actually use vim to add this to my vimrc because it would spit<br>
> errors everytime Ale ran).<br>
<br>
$ echo 'set nocompatible' >> /home/ryan/.vimrc<br>
<br>
should help.</blockquote></div></div><div dir="auto"><br></div><div dir="auto">It's not a good idea to put that at the end of your vimrc, since it will change lots of other options.  Both /usr/share/vim/vim81/{debian.vim,defaults.vim} already set that.</div><div dir="auto"><br></div><div dir="auto">Also, the existence of a vimrc will enable 'nocompatible', so that would imply something else was setting 'compatible'.</div><div dir="auto"><br></div><div dir="auto">If that's the case, ":verbose set cp?" should show what was doing that.</div><div dir="auto"><br></div><div dir="auto">Cheers,</div><div dir="auto">James</div></div>