From d6b5240bdfcb1a991e60fa3fd531e72cc8263ae9 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 6 Nov 2017 20:53:50 +0800 Subject: [PATCH] doc.kak: Remove unused lines --- rc/core/doc.kak | 2 -- 1 file changed, 2 deletions(-) diff --git a/rc/core/doc.kak b/rc/core/doc.kak index 8059f063..46e670d2 100644 --- a/rc/core/doc.kak +++ b/rc/core/doc.kak @@ -82,8 +82,6 @@ define-command -params 1 \ An optional keyword argument can be passed to the function, which will be automatically selected in the documentation} %{ %sh{ readonly page="${kak_runtime}/doc/${1}.asciidoc" - - shift if [ -f "${page}" ]; then printf %s\\n "evaluate-commands -try-client %opt{docsclient} doc-render ${page}" else