Searched refs:ctrl_w (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dnormal.c573 int ctrl_w = FALSE; /* got CTRL-W command */ local
738 if (ctrl_w)
747 if (ctrl_w)
760 if (c == Ctrl_W && !ctrl_w && oap->op_type == OP_NOP)
762 ctrl_w = TRUE;
826 if (ctrl_w)

Completed in 73 milliseconds