diff --git a/autoload/win.vim b/autoload/win.vim index 79683c1..0ffd48e 100644 --- a/autoload/win.vim +++ b/autoload/win.vim @@ -1,3 +1,6 @@ +" TODO: Modeling the main loop with a state machine could permit a cleaner and +" more robust implementation. + " On Vim, check for popup_create/popup_close instead of +popupwin, since there " were versions of Vim (8.1.2269) that had had those functions, but didn't yet " specify a +popupwin feature.