Files
ale/test
Kevin Clark 39f393ef07 Add nvim floating window support (replaces #3314) (#3470)
* Add nvim floating window hover support
* Add configuration for float to replace preview
* preview#ShowFloating: qualify local variables
* Configure floating preview usecases individually

Also:
  * Extract floating preview to its own file.
  * Ignore 'stay_here' option. Moving into the floating preview window
    seems confusing at best.
  * Re-use existing floating preview window if it's still up.
  * Flush out floating preview documentation.

* Watch cursor position changes per window

Floating previews open a new window, so when that window is written to,
it moves briefly there at a different position than the original window.
This makes repeated positions detected when positions are tracked at a
s: level. Instead, we change the variable to window scoped, which only
fires a message if the cursor has changed from the last position in
*that window*.

* g:ale_floating_preview cleanup
* floating_preview: add ALEDetail tests
* Fix fecs test missing runtime call
* Add ALEHover floating preview tests

Co-authored-by: Jan-Grimo Sobez <jan-grimo.sobez@phys.chem.ethz.ch>
2021-01-14 18:06:20 +00:00
..
2019-07-01 20:50:02 -04:00
2019-09-10 20:54:14 +01:00
2018-07-01 13:55:41 +01:00
2018-09-19 19:33:23 +01:00
2017-12-05 00:37:31 +09:00
2019-01-20 19:39:47 -06:00
2020-11-21 15:59:50 +00:00
2018-08-26 13:47:56 +02:00
2017-10-29 21:48:28 +01:00
2017-10-21 12:31:49 -05:00
2020-08-16 21:20:08 +01:00
2019-05-24 01:13:52 +01:00