lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 1a5bfc7: Make a vim command run in a script w


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 1a5bfc7: Make a vim command run in a script without complaining
Date: Wed, 18 Sep 2019 15:38:53 -0400 (EDT)

branch: master
commit 1a5bfc7c0c7f150cf08a3c86697a02fdb8c5589b
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Make a vim command run in a script without complaining
---
 lmi_setup_21.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lmi_setup_21.sh b/lmi_setup_21.sh
index 59d4638..b212264 100644
--- a/lmi_setup_21.sh
+++ b/lmi_setup_21.sh
@@ -88,7 +88,7 @@ chown greg:greg /home/greg/.vim/spell
 cp -a ~/.vim/spell/en.utf-8.add /home/greg/.vim/spell/en.utf-8.add
 chown greg:greg /home/greg/.vim/spell/en.utf-8.add
 # and then (imperatively) run this command:
-vim -c ':mkspell! ~/.vim/spell/en.utf-8.add' -c ':q'
+vim -es -c ':mkspell! ~/.vim/spell/en.utf-8.add' -c ':q'
 # which will be repeated below in the user chroot.
 
 # Enable stable and security upgrades:



reply via email to

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