Searched refs:CPO_MINUS (Results 1 – 3 of 3) sorted by relevance
216 #define CPO_MINUS '-' // "9-" fails at and before line 9 macro
2759 if (lnum <= 1 || (n >= lnum && vim_strchr(p_cpo, CPO_MINUS) != NULL)) in cursor_up()2824 && vim_strchr(p_cpo, CPO_MINUS) != NULL)) in cursor_down()
2000 if (vim_strchr(p_cpo, CPO_MINUS) != NULL) in do_one_cmd()