]> git.sur5r.net Git - i3/i3/commitdiff
Fix name of mcedit (#2524)
authorJakub Wilk <jwilk@jwilk.net>
Fri, 9 Dec 2016 07:37:49 +0000 (08:37 +0100)
committerMichael Stapelberg <stapelberg@users.noreply.github.com>
Fri, 9 Dec 2016 07:37:49 +0000 (08:37 +0100)
It's "mcedit", not "mc-edit".

i3-sensible-editor
man/i3-sensible-editor.man

index b93893a17576626563336c03e9bf616cfc5c5ee5..ad3f6bddb433d3101636baefaaa402f6c9578d5f 100755 (executable)
@@ -9,7 +9,7 @@
 # mechanism to find the preferred editor
 
 # Hopefully one of these is installed (no flamewars about preference please!):
-for editor in "$VISUAL" "$EDITOR" nano nvim vim vi emacs pico qe mg jed gedit mc-edit; do
+for editor in "$VISUAL" "$EDITOR" nano nvim vim vi emacs pico qe mg jed gedit mcedit; do
     if command -v "$editor" > /dev/null 2>&1; then
         exec "$editor" "$@"
     fi
index bfc5c5c664dcf9ffc32edbeac0edf7f4aa9ebfc1..effae6c06ebcbdc52a5220024a05de0391d4b7eb 100644 (file)
@@ -29,7 +29,7 @@ It tries to start one of the following (in that order):
 * mg
 * jed
 * gedit
-* mc-edit
+* mcedit
 
 Please don’t complain about the order: If the user has any preference, they will
 have $VISUAL or $EDITOR set.