Releases: aileot/nvim-laurel
Releases · aileot/nvim-laurel
v0.5.4
0.5.4 (2023-02-04)
Bug Fixes
- option: detect sym/list in table not to concat at compile time (#212) (cf4dccc)
v0.5.3
0.5.3 (2023-02-04)
Features
- autocmd: deprecate
^<.+>
pattern in sym/list to set Lua callback (#197) (5b970cf)
- autocmd: deprecate list to set Ex command (#203) (c1d7bbf)
- autocmd: deprecate quoted callback format (#202) (fd0ba7c), closes #190
- autocmd: deprecate special opts
<command>
, ex
, <callback>
, and cb
(#200) (cea9d45), closes #188
- autocmd: detect symbol
&vim
to set Vim Ex command (#193) (80f482b)
- command: deprecate quoted callback format (#207) (70f253b), closes #205
- keymap: deprecate
^<.+>
pattern in sym/list to set Lua callback (#199) (69b3cef)
- keymap: deprecate list for key sequence (#204) (39eb8dc)
- keymap: deprecate quoted callback format (#206) (2a2a57a), closes #191
- keymap: deprecate special opts
<command>
, ex
, <callback>
and cb
(#201) (8a005ed), closes #189
- keymap: detect symbol
&vim
to set key sequence (#195) (b39b383)
v0.5.2
0.5.2 (2023-01-24)
Features
- autocmd: make
augroup!
accept api-opts
; deprecate augroup+
(#178) (1546d9b)
v0.5.1
0.5.1 (2022-12-20)
Features
- extract callback in
quote
d symbol/list; deprecate callback in symbol (#150) (98f0dcd)
v0.5.0
0.5.0 (2022-12-13)
⚠ BREAKING CHANGES
- keymap:
map!
sets keymap non-recursively by default; map!
requires remap
option to set recursive mapping
Code Refactoring
- keymap: make
map!
macro non-recursively by default, and deprecate its wrappers and noremap!
(#144) (d086443)
v0.4.1
0.4.1 (2022-12-03)
Bug Fixes
- option: surely remove flags for
&shortmess
/&formatoptions
(db3fdf1)
v0.4.0
0.4.0 (2022-11-30)
Features
- keymap: modes can contain multi modes in bare-string (e7d9230)
v0.3.0
0.3.0 (2022-11-28)
Features
- keymap: detect
remap
option in extra-opts
(e770902)
v0.2.0
0.2.0 (2022-11-27)
Features
- keymap: add
map-range!
macros (470cfb5)
Deprecated
- keymap: deprecate
map-operator!
s in favor of map-range!
s (0026335)