lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 45dce64 3/6: Make a vim command run without c


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 45dce64 3/6: Make a vim command run without complaining in a script
Date: Tue, 17 Sep 2019 10:53:14 -0400 (EDT)

branch: master
commit 45dce64db46a3c33762fff09b9d6d38cf8b36af5
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

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

diff --git a/lmi_setup_41.sh b/lmi_setup_41.sh
index 4680c3f..3fe5272 100644
--- a/lmi_setup_41.sh
+++ b/lmi_setup_41.sh
@@ -43,7 +43,7 @@ ln --symbolic --relative --force --no-dereference 
/var/opt/lmi/ ./lmi
 popd
 
 # Rebuild vim spellfile (as was done above for root)
-vim -c ':mkspell! ~/.vim/spell/en.utf-8.add' -c ':q'
+vim -es -c ':mkspell! ~/.vim/spell/en.utf-8.add' -c ':q'
 
 # Configure git. See:
 #   https://lists.nongnu.org/archive/html/lmi/2016-03/msg00006.html



reply via email to

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