aboutsummaryrefslogtreecommitdiff
path: root/plugin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add title to popupByron Torres2023-05-241-0/+1
| | | | TODO: New screenshot for README.
* set '[haredoc] {symbol}' as buffer nameByron Torres2023-05-241-1/+8
|
* wipe unused terminal buffersByron Torres2023-05-241-1/+2
|
* fix, don't try use statements in non-file buffersByron Torres2023-05-241-1/+1
|
* mend blank popupsByron Torres2023-05-241-3/+3
| | | | | | | | On some environments, the popup would appear as though the pager less is displaying a blank page, as if haredoc failed to produce output. The haredoc command has recently suffered from some output bugs. Adding some "waiting time" between the term_start() and popup_atcursor() calls, like another function call, mends the blank behaviour.
* resolve partial symbols with use statementsByron Torres2023-05-231-2/+22
|
* fix less invocation and terminal outputByron Torres2023-05-231-2/+7
|
* new gK mapping, u & d scrolling, improved docsByron Torres2022-06-151-5/+6
|
* add plugin/haredoc.vim, make :Haredoc globalByron Torres2022-06-151-0/+47