mirror of
https://github.com/neovim/neovim.git
synced 2025-01-01 17:23:36 -07:00
c12cf5bde7
Adds a new feature to :autocmd which sets the handler to be executed at most one times. Before: augroup FooGroup autocmd! autocmd FileType foo call Foo() | autocmd! FooGroup * <buffer> augroup END After: autocmd FileType foo once call Foo() |
||
---|---|---|
.. | ||
autocmd_spec.lua | ||
bufenter_spec.lua | ||
cmdline_spec.lua | ||
dirchanged_spec.lua | ||
filetype_spec.lua | ||
signal_spec.lua | ||
tabclose_spec.lua | ||
tabnew_spec.lua | ||
tabnewentered_spec.lua | ||
termclose_spec.lua | ||
textyankpost_spec.lua |