kak-tree icon indicating copy to clipboard operation
kak-tree copied to clipboard

Cannot select between statements in C

Open tomKPZ opened this issue 3 years ago • 0 comments

Use this file:

int main(void) {
    printf("hello world\n");
    return 0;
}

Select from p to ; on the printf line. Now running tree-select-parent-node, tree-select-next-node, and tree-select-previous-node are no-ops.

tomKPZ avatar Sep 13 '21 01:09 tomKPZ