Skip to content

Commit f6fa6aa

Browse files
author
github-actions
committed
auto generate vimdoc
1 parent 6183eca commit f6fa6aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nvim/library/vim.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ function vim.endswith(s, suffix) end
459459
--- function vim.startswith(s, prefix)
460460
--- vim.validate('s', s, 'string')
461461
--- vim.validate('prefix', prefix, 'string')
462-
--- ...
462+
--- -- ...
463463
--- end
464464
--- ```
465465
---
@@ -479,7 +479,7 @@ function vim.endswith(s, suffix) end
479479
--- age={age, 'number'},
480480
--- hobbies={hobbies, 'table'},
481481
--- }
482-
--- ...
482+
--- -- ...
483483
--- end
484484
--- ```
485485
---

0 commit comments

Comments
 (0)