commit cda3f78db279612c350e9323d71f993ca10b1df5 Author: Gábor Jenei Date: Mon Jul 2 10:23:20 2018 +0200 Fixed documentation typo - Instead of get we should write set at set's documentation. Due to this bug helptags command fails diff --git a/doc/lh-vim-lib.txt b/doc/lh-vim-lib.txt index 7b028ed..b3384c3 100644 --- a/doc/lh-vim-lib.txt +++ b/doc/lh-vim-lib.txt @@ -3495,7 +3495,7 @@ Returns the |quickfix-ID| of the current quickfix list Returns the values previously associated to the {key} for the specified (or current) |quickfix-ID|. -*lh#qf#make_context_map().get()* --> `.set(key, value [, id])` +*lh#qf#make_context_map().set()* --> `.set(key, value [, id])` Associates a {value} to the {key} for the specified (or current) |quickfix-ID|. The plugin has been developped with the idea the {value} would be a |dictionary| or a |list|.