Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0262af1

Browse files
committed
Fix param name
1 parent3f195e5 commit0262af1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎lua/acid/forms.lua‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ end
104104
-- @treturn string symbol under cursor
105105
-- @tparam[opt] boolean top if true, recursively searches for top level.
106106
-- @treturn table coordinates {from = {row,col}, to = {row,col}, bufnr = 1}
107-
forms.form_under_cursor=function(opt)
108-
localcoordinates=forms.get_form_boundaries(opt)
107+
forms.form_under_cursor=function(top)
108+
localcoordinates=forms.get_form_boundaries(top)
109109

110110
returnforms.extract(coordinates)
111111
end

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp