diff options
| author | Byron Torres <b@torresjrjr.com> | 2023-10-28 14:26:24 +0100 |
|---|---|---|
| committer | Byron Torres <b@torresjrjr.com> | 2023-10-28 14:26:33 +0100 |
| commit | 179c4089cf0f28d6f02b5e409149c6aa56cbe71b (patch) | |
| tree | 0779d82960bd2387b964f1d210ffebfe4cd3e345 | |
| parent | fix: strip null from system output (diff) | |
| download | vim-haredoc-179c4089cf0f28d6f02b5e409149c6aa56cbe71b.tar.gz | |
fix: rm helptext "partial symbols" paragraph
| -rw-r--r-- | doc/haredoc.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/haredoc.txt b/doc/haredoc.txt index 72d5fb2..00fc9dd 100644 --- a/doc/haredoc.txt +++ b/doc/haredoc.txt @@ -7,9 +7,6 @@ See haredoc(1) and hare(1). https://docs.harelang.org/ -This plugin is not capable of resolving partial symbols (e.g. chrono::moment), -only full symbols that haredoc can resolve (e.g. time::chrono::moment). - This plugin appropriately uses |popup-window| and |terminal-window| to display documentation. If either |+popupwin| or |+terminal| is not available, this plugin falls back to a normal window. |
