From 797da9d9859e9e3f8e76cc0a5580410452023ab0 Mon Sep 17 00:00:00 2001 From: Bram Verboom <33070319+BramVerb@users.noreply.github.com> Date: Tue, 9 Jun 2020 15:24:46 +0200 Subject: [PATCH] Update lehere to lehre --- autoload/jsdoc.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/jsdoc.vim b/autoload/jsdoc.vim index f7eec8a..bfbf1e0 100644 --- a/autoload/jsdoc.vim +++ b/autoload/jsdoc.vim @@ -37,7 +37,7 @@ function! s:create_cmd(style) abort if !executable(path) redraw echohl Error - echo '`lehere` not found. Install `lehere`.' + echo '`lehre` not found. Install `lehre`.' echohl None return endif