Compare commits
1 Commits
5d6d2c98c7
...
patched-5
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f4ef6c0da |
@@ -182,8 +182,7 @@ int const mouseYank = 1, mouseSelect = 0;
|
|||||||
unsigned int const highlightBg = 160, highlightFg = 15;
|
unsigned int const highlightBg = 160, highlightFg = 15;
|
||||||
char const wDelS[] = "!\"#$%&'()*+,-./:;<=>?@[\\]^`{|}~", wDelL[] = " \t";
|
char const wDelS[] = "!\"#$%&'()*+,-./:;<=>?@[\\]^`{|}~", wDelL[] = " \t";
|
||||||
char *nmKeys [] = { ///< Shortcusts executed in normal mode
|
char *nmKeys [] = { ///< Shortcusts executed in normal mode
|
||||||
"R/Building\nN", "r/Building\n", "X/juli@machine\nN", "x/juli@machine\n",
|
"P/lupan@\nN", "F/: error:\nN", "f/: error:\n", "DQf"
|
||||||
"Q?[Leaving vim, starting execution]\n","F/: error:\nN", "f/: error:\n", "DQf"
|
|
||||||
};
|
};
|
||||||
unsigned int const amountNmKeys = sizeof(nmKeys) / sizeof(*nmKeys);
|
unsigned int const amountNmKeys = sizeof(nmKeys) / sizeof(*nmKeys);
|
||||||
/// Style of the {command, search} string shown in the right corner (y,v,V,/)
|
/// Style of the {command, search} string shown in the right corner (y,v,V,/)
|
||||||
|
|||||||
Reference in New Issue
Block a user