| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2024-02-25 | rewrite symbol resolution; achieve neovim compat | Byron Torres | 1 | -11/+15 | |
| 2023-10-28 | neovim: use :terminal in split window | Max Schillinger | 1 | -0/+3 | |
| 2023-10-28 | fix: rm helptext "partial symbols" paragraph | Byron Torres | 1 | -3/+0 | |
| 2023-10-28 | fix: strip null from system output | Byron Torres | 1 | -1/+1 | |
| 2023-10-28 | fix: unset $LESS for popup windows | Max Schillinger | 1 | -1/+1 | |
| Otherwise, less(1), if given the -F or --quit-if-one-screen flags via the $LESS environment variable, closes the popup window immediately. | |||||
| 2023-05-24 | add title to popup | Byron Torres | 1 | -0/+1 | |
| TODO: New screenshot for README. | |||||
| 2023-05-24 | set '[haredoc] {symbol}' as buffer name | Byron Torres | 1 | -1/+8 | |
| 2023-05-24 | wipe unused terminal buffers | Byron Torres | 1 | -1/+2 | |
| 2023-05-24 | fix, don't try use statements in non-file buffers | Byron Torres | 1 | -1/+1 | |
| 2023-05-24 | mend blank popups | Byron Torres | 1 | -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. | |||||
| 2023-05-23 | resolve partial symbols with use statements | Byron Torres | 1 | -2/+22 | |
| 2023-05-23 | fix less invocation and terminal output | Byron Torres | 1 | -2/+7 | |
| 2022-06-15 | doc: fix typo s/largs/large/ | Jose Lombera | 1 | -3/+3 | |
| 2022-06-15 | new gK mapping, u & d scrolling, improved docs | Byron Torres | 4 | -11/+27 | |
| 2022-06-15 | add plugin/haredoc.vim, make :Haredoc global | Byron Torres | 2 | -44/+51 | |
| 2022-05-18 | README.md: add links to other plugins | Byron Torres | 1 | -1/+5 | |
| 2022-05-18 | README.md: tidy | Byron Torres | 1 | -9/+12 | |
| 2022-05-18 | README.md: add install guide, tidy | Byron Torres | 1 | -14/+3 | |
| 2022-05-13 | doc: fix and improve | Byron Torres | 1 | -8/+13 | |
| 2022-05-11 | mention license and mirrors | Byron Torres | 3 | -0/+13 | |
| 2022-05-11 | add doc/haredoc.txt help file and tags | Byron Torres | 3 | -0/+41 | |
| 2022-05-11 | README.md: add scrot, install, and resources | Byron Torres | 2 | -4/+26 | |
| 2022-05-11 | README.md: update links, and mailing list | Byron Torres | 1 | -2/+5 | |
