Skip to content

Commit 136c784

Browse files
committed
Fix indentation in docs
1 parent 33b9493 commit 136c784

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/jsonpath.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ MAPPINGS *jsonpath-mappings*
8484
This plugin currently doesn't provide any mappings by default.
8585
The following mappings are recommended starting points:
8686
>
87-
au FileType json noremap <buffer> <silent> <expr> <leader>g jsonpath#goto()
88-
au FileType json noremap <buffer> <silent> <expr> <leader>p jsonpath#echo()
87+
au FileType json noremap <buffer> <silent> <expr> <leader>g jsonpath#goto()
88+
au FileType json noremap <buffer> <silent> <expr> <leader>p jsonpath#echo()
8989
<
9090

9191
==============================================================================
@@ -96,4 +96,4 @@ Releases and bug reports are posted on GitHub:
9696
http://github.com/mogelbrod/vim-jsonpath
9797

9898

99-
vim:tw=78:et:ft=help:norl:
99+
vim:tw=78:sw=4:et:ft=help:norl:

0 commit comments

Comments
 (0)