Files
neovim/runtime
Justin M. Keyes c12cf5bde7 autocmd: introduce "once" feature
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()
2019-03-10 04:58:30 +01:00
..
2019-02-21 00:06:26 +01:00
2018-10-29 23:55:45 +01:00
2019-03-10 04:58:30 +01:00
2019-02-06 22:18:34 +01:00
2018-10-30 00:05:25 +01:00
2018-10-28 14:18:21 +01:00
2017-11-07 01:16:42 +01:00
2014-12-19 15:28:49 -05:00
2018-01-15 23:58:52 +01:00
2018-10-29 09:32:29 +01:00
2019-01-04 02:17:23 +01:00
2016-04-16 23:06:24 -07:00
2018-10-29 23:54:15 +01:00
2018-10-29 09:50:08 +01:00
2017-01-31 02:02:09 +01:00
2017-01-31 02:02:09 +01:00
2014-07-29 02:12:31 +00:00
2018-10-28 14:05:14 +01:00
2017-11-07 23:07:03 +01:00