aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/haredoc.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/haredoc.vim b/plugin/haredoc.vim
index e65b389..ac69248 100644
--- a/plugin/haredoc.vim
+++ b/plugin/haredoc.vim
@@ -38,7 +38,7 @@ function Haredoc(symbol)
let buf = term_start(
\ [
\ 'sh', '-c',
- \ "haredoc -Ftty '"..symbol.."' | less -RKX",
+ \ "haredoc -Ftty '"..symbol.."' | LESS= less -RKX",
\ ],
\ #{
\ term_name: '[haredoc] '..symbol,