micro/internal/info
Dmitry Maluka c9b0451a33
AddToHistory function for plugins (#1830)
Add InfoBuf's method AddToHistory function which adds a new item
to the history for the prompt type `ptype`.
This function is not used by micro itself. It is useful for plugins
which add their own items to the history, bypassing the infobar
command line.
2020-08-23 15:47:14 -04:00
..
gutter.go Change project layout and use go.mod 2019-12-25 17:05:10 -05:00
history.go AddToHistory function for plugins (#1830) 2020-08-23 15:47:14 -04:00
infobuffer.go Avoid duplicate entries in history (#1822) 2020-08-13 01:38:50 -04:00