Skip to content

Commit

Permalink
rename to nvim_ui_pum_set_bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
Yatao Li committed Feb 24, 2020
1 parent 751fa12 commit a9c4f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model.fs
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ let SelectPopupMenuItem (index: int) (insert: bool) (finish: bool) =
let SetPopupMenuPos width height row col =
trace "SetPopupMenuPos: w=%d h=%d r=%d c=%d" width height row col
task {
let! _ = nvim.call { method = "nvim_ui_pum_set"; parameters = mkparams4 width height row col}
let! _ = nvim.call { method = "nvim_ui_pum_set_bounds"; parameters = mkparams4 width height row col}
in ()
} |> ignore

Expand Down

0 comments on commit a9c4f4e

Please sign in to comment.