File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
lua/kitty-scrollback/backport Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "runtime/lua/vim/_system.lua" : " 3bbc4a1c066f050fc21d1347ecfc17cda4d4c84b10ab6aa7207da05309861b13" ,
3- "runtime/lua/vim/version.lua" : " a3d0f1f7f10edc80bf5d56bf73f3f0fb3d0a6042cd3f93d4b726c537a4a2705c "
3+ "runtime/lua/vim/version.lua" : " 7cd54f46501cd299017084055d6e17025271cf3f637db789d35c83c43a9c6223 "
44}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ local M = {}
99local function backport_version ()
1010 if type (vim .version ().__tostring ) ~= ' function' then
1111 -- NOTE: copied __tostring from
12- -- https://github.com/neovim/neovim/blob/1d4ba8c1edba064421b34c1197c3470a09798218 /runtime/lua/vim/version.lua#L125
12+ -- https://github.com/neovim/neovim/blob/4a706a70928231643e1a3f3fcf785de7aa930f8b /runtime/lua/vim/version.lua#L125
1313
1414 --- @nodoc
1515 --- @class vim.Version
@@ -38,7 +38,7 @@ local function backport_version()
3838 end
3939
4040 -- NOTE: copied setmetatable from
41- -- https://github.com/neovim/neovim/blob/1d4ba8c1edba064421b34c1197c3470a09798218 /runtime/lua/vim/version.lua#L463
41+ -- https://github.com/neovim/neovim/blob/4a706a70928231643e1a3f3fcf785de7aa930f8b /runtime/lua/vim/version.lua#L460
4242 setmetatable (vim .version , {
4343 --- Returns the current Nvim version.
4444 --- @return vim.Version
You can’t perform that action at this time.
0 commit comments