Home
last modified time | relevance | path

Searched refs:event_name (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dautocmd.c77 static struct event_name struct
2609 char_u *event_name; in au_exists() local
2631 event_name = arg_save; in au_exists()
2643 event_name = p; in au_exists()
2644 p = vim_strchr(event_name, '#'); in au_exists()
2652 event = event_name2nr(event_name, &p); in au_exists()
/vim-8.2.3635/.github/workflows/
H A Dci.yml211 # if: matrix.coverage && success() && github.event_name != 'pull_request'
241 # if: always() && github.event_name != 'pull_request'