Init
This commit is contained in:
parent
c22eaffeff
commit
ab230ab630
2
wincmd.h
2
wincmd.h
@ -72,7 +72,7 @@ int _lib_wincmd_main(int argc, char** argv) {
|
|||||||
if (str[0] == '-') {
|
if (str[0] == '-') {
|
||||||
unsigned char loc = 0;
|
unsigned char loc = 0;
|
||||||
if (str[1] == '-') loc ++;
|
if (str[1] == '-') loc ++;
|
||||||
switch (str[1] + loc) {
|
switch (str[1 + loc]) {
|
||||||
default:
|
default:
|
||||||
if (get_command == true) break;
|
if (get_command == true) break;
|
||||||
wincmd_error("Cannot find option!");
|
wincmd_error("Cannot find option!");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user