mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
*: Replace all occurrences of NVim with Nvim
This commit is contained in:
@@ -885,7 +885,7 @@ describe('api', function()
|
||||
return function(next_col)
|
||||
local col = next_col + (shift or 0)
|
||||
return (('%s:%u:%u:%s'):format(
|
||||
'NVim' .. group,
|
||||
'Nvim' .. group,
|
||||
0,
|
||||
col,
|
||||
str)), (col + #str)
|
||||
|
||||
Reference in New Issue
Block a user