Open scateu opened 8 months ago
currently disabled on https://github.com/scateu/tsv_edl.vim/commit/736720621bb87069e58d5c68298a65525b616362
a solution may be adding
if (&filetype !#= 'tsv_edl')
finish
endif
to ftplugin/
and autoload
but still thinking....
Expected:
it should do nothing, i.e., map keys or change banner, in the case when user edits raw tsv files.
However,
autoload/
andftplugin/
will be invoked (keys mapped, banner changed) whilesyntax/
ignored, which makes this ftdetect feature useless.