jparise / vim-phabricator

Vim plugin for Phabricator and Arcanist
MIT License
19 stars 4 forks source link

Add missing autocommands for filetype detection #5

Closed cmhamill closed 2 years ago

cmhamill commented 2 years ago

Found all temporary file names by running the following in the Arcanist repository:

grep -r -A4 'newInteractiveEditor' src/ |
    grep -o "setName\S\+'.*')\+" |
    sort -u

Note that at least one of these filenames, as of this commit, is run through Arcanist's internationalization function pht(), and so this may not work for all locales.