Files
dotfiles/.config
Julian Prein 066f30a39f vim:au: Pass Funcref to timer_start
Apparently on older neovim versions, passing the name of script-local
functions to `timer_start` is not enough (in v0.10.2 this works, but
v0.7.2 not). Fix this by wrapping it in `function(...)` to pass a
Funcref.

See :h timer_start:

> timer_start({time}, {callback} [, {options}])
> [...]
> {callback} is the function to call.  It can be the name of a function
> or a |Funcref|.  [...]
2024-11-06 13:44:03 +01:00
..
2023-12-01 03:43:06 +01:00
2020-12-28 03:09:02 +01:00
2024-11-04 23:17:58 +01:00
2024-11-06 13:29:48 +01:00
2022-07-12 21:00:04 +02:00
2023-06-23 17:43:58 +02:00
2024-11-06 13:33:54 +01:00
2024-11-06 13:44:03 +01:00
2024-11-06 02:51:31 +01:00
2021-10-05 12:01:46 +02:00