emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f819882edc: * lisp/eshell/em-term.el (eshell-visual-commands): Ad


From: Stefan Kangas
Subject: master f819882edc: * lisp/eshell/em-term.el (eshell-visual-commands): Add vim.
Date: Thu, 30 Jun 2022 09:03:54 -0400 (EDT)

branch: master
commit f819882edcb3724823a962d16863be3f5a76d634
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * lisp/eshell/em-term.el (eshell-visual-commands): Add vim.
---
 lisp/eshell/em-term.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/eshell/em-term.el b/lisp/eshell/em-term.el
index 9000e8c878..a4fa699aa9 100644
--- a/lisp/eshell/em-term.el
+++ b/lisp/eshell/em-term.el
@@ -56,7 +56,7 @@ which commands are considered visual in nature."
   :type 'hook)
 
 (defcustom eshell-visual-commands
-  '("vi"                                ; what is going on??
+  '("vi" "vim"                          ; what is going on??
     "screen" "tmux" "top" "htop"        ; ok, a valid program...
     "less" "more"                       ; M-x view-file
     "lynx" "links" "ncftp"              ; eww, ange-ftp
@@ -67,7 +67,7 @@ Commands listed here are run in a term buffer.
 
 See also `eshell-visual-subcommands' and `eshell-visual-options'."
   :type '(repeat string)
-  :version "27.1")
+  :version "29.1")
 
 (defcustom eshell-visual-subcommands
   nil



reply via email to

[Prev in Thread] Current Thread [Next in Thread]