Commit d658a10
committed
refactor(utils): switch to vim.validate() form 1 for Neovim 0.11+
Replaced custom assert() checks with official vim.validate() form 1,
as recommended in Neovim 0.11+ to ensure better consistency with
core APIs and forward compatibility.1 parent b161ce0 commit d658a10
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments