On 2018-07-31 19:20, 'Suresh Govindachar' via vim_use wrote: > Why is the old vi being executed even though `which vi` shows the > newer one? And how to get vi to execute the newly installed vim?
Have you checked for an alias? Possibly something like $ alias vi alias vi='/usr/bin/vi' Also, what's your $PATH? $ echo $PATH -tim -- -- You received this message from the "vim_use" 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_use" 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.
