We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6183eca commit f6fa6aaCopy full SHA for f6fa6aa
nvim/library/vim.lua
@@ -459,7 +459,7 @@ function vim.endswith(s, suffix) end
459
--- function vim.startswith(s, prefix)
460
--- vim.validate('s', s, 'string')
461
--- vim.validate('prefix', prefix, 'string')
462
---- ...
+--- -- ...
463
--- end
464
--- ```
465
---
@@ -479,7 +479,7 @@ function vim.endswith(s, suffix) end
479
--- age={age, 'number'},
480
--- hobbies={hobbies, 'table'},
481
--- }
482
483
484
485
0 commit comments