fix(api): mark nvim__complete_set as experimental #28579

Problem:
nvim_complete_set was added in 5ed55ff14c
but needs more bake time.

Solution:
Rename it, mark it as experimental.
This commit is contained in:
Justin M. Keyes
2024-04-30 05:12:51 -07:00
committed by GitHub
parent 71cf75f96a
commit 0330dd9e69
6 changed files with 42 additions and 36 deletions

View File

@@ -732,7 +732,7 @@ static void pum_adjust_info_position(win_T *wp, int height, int width)
win_config_float(wp, wp->w_config);
}
/// Used for nvim_complete_set
/// Used for nvim__complete_set
///
/// @param selected the selected compl item.
/// @parma info Info string.