*: Replace all occurrences of NVim with Nvim

This commit is contained in:
ZyX
2017-11-30 11:53:25 +03:00
parent 0b4054e043
commit 5ab0f988ca
6 changed files with 240 additions and 240 deletions

View File

@@ -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)