Files
neovim/runtime/lua/vim
Yi Ming 5beb751ef5 fix(pos): get_lines() never correctly fallbacks to empty string
Problem:
`nvim_buf_get_lines` will always returns a table,
so the `or` operator will never be used, letting `lines[row]` may be `nil`

Solution:
Fix it.
2026-06-02 18:15:48 +08:00
..
2026-05-30 12:57:24 +02:00
2026-05-10 11:03:15 -04:00
2026-05-30 12:57:24 +02:00
2026-05-30 12:57:24 +02:00
2026-01-09 10:07:15 +01:00
2026-05-30 12:57:24 +02:00
2026-05-11 16:51:58 +08:00
2026-05-10 11:03:15 -04:00
2026-05-30 12:57:24 +02:00
2026-05-30 12:57:24 +02:00