From 136c78479ebe97d716cd77eaadbfdc1b5c497022 Mon Sep 17 00:00:00 2001 From: Victor Hallberg Date: Thu, 5 Jul 2018 20:26:02 +0200 Subject: [PATCH] Fix indentation in docs --- doc/jsonpath.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/jsonpath.txt b/doc/jsonpath.txt index d7ff56e..026e500 100644 --- a/doc/jsonpath.txt +++ b/doc/jsonpath.txt @@ -84,8 +84,8 @@ MAPPINGS *jsonpath-mappings* This plugin currently doesn't provide any mappings by default. The following mappings are recommended starting points: > - au FileType json noremap g jsonpath#goto() - au FileType json noremap p jsonpath#echo() + au FileType json noremap g jsonpath#goto() + au FileType json noremap p jsonpath#echo() < ============================================================================== @@ -96,4 +96,4 @@ Releases and bug reports are posted on GitHub: http://github.com/mogelbrod/vim-jsonpath - vim:tw=78:et:ft=help:norl: + vim:tw=78:sw=4:et:ft=help:norl: