commit 4723890ef5f430bcbd6be65ee1f6be8c284d7823
parent 31ebe66963c27ad6041656bd10f4267267db7cc1
Author: C. Beau Hilton <cbeauhilton@gmail.com>
Date: Sun, 21 Jun 2020 21:22:28 -0500
minor change to test hooks
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.h b/config.h
@@ -131,7 +131,7 @@ unsigned int const currentBg = 8, buffSize = 2048;
/// [Vim Browse] Colors for search results currently on screen.
unsigned int const highlightBg = 160, highlightFg = 15;
char const wDelS[] = "!\"#$%&'()*+,-./:;<=>?@[\\]^`{|}~", wDelL[] = " \t";
-char *nmKeys [] = { ///< Shortcusts executed in normal mode
+char *nmKeys [] = { ///< Shortcuts executed in normal mode
"R/Building\nN", "r/Building\n", "X/juli@machine\nN", "x/juli@machine\n",
"Q?[Leaving vim, starting execution]\n","F/: error:\nN", "f/: error:\n", "DQf"
};