Home
last modified time | relevance | path

Searched refs:OP_FOLDCLOSEREC (Results 1 – 4 of 4) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dops.h66 #define OP_FOLDCLOSEREC 23 // "zC" close folds recursively macro
H A Dnormal.c1527 && oap->op_type != OP_FOLDCLOSEREC in do_pending_operator()
1707 && oap->op_type != OP_FOLDCLOSEREC in do_pending_operator()
2059 case OP_FOLDCLOSEREC: in do_pending_operator()
2065 || oap->op_type == OP_FOLDCLOSEREC, in do_pending_operator()
/dports/editors/vim/vim-8.2.3745/src/
H A Dops.c3569 && oap->op_type != OP_FOLDCLOSEREC in do_pending_operator()
3769 && oap->op_type != OP_FOLDCLOSEREC in do_pending_operator()
4170 case OP_FOLDCLOSEREC: in do_pending_operator()
4176 || oap->op_type == OP_FOLDCLOSEREC, in do_pending_operator()
H A Dvim.h1503 #define OP_FOLDCLOSEREC 23 // "zC" close folds recursively macro