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