diff options
author | Teddy Wing | 2019-12-14 19:52:06 +0100 |
---|---|---|
committer | Teddy Wing | 2019-12-14 19:55:37 +0100 |
commit | 9ae3c68f3a193c1d3ed387b23ea4ddb89756865f (patch) | |
tree | bab2bdf2df10099578299516ffab4f1b976aec5d /doc/tags | |
parent | 2c9242d8640bbf491bb01274328f71272f322a22 (diff) | |
download | vim-nohai-9ae3c68f3a193c1d3ed387b23ea4ddb89756865f.tar.bz2 |
Add documentation
* Create a help file with plugin documentation
* Generate help tags
Diffstat (limited to 'doc/tags')
-rw-r--r-- | doc/tags | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/tags b/doc/tags new file mode 100644 index 0000000..a61a81f --- /dev/null +++ b/doc/tags @@ -0,0 +1,10 @@ +g:nohai_no_maps nohai.txt /*g:nohai_no_maps* +nohai-<Plug>(nohai-search) nohai.txt /*nohai-<Plug>(nohai-search)* +nohai-<Plug>(nohai-search-backward) nohai.txt /*nohai-<Plug>(nohai-search-backward)* +nohai-g/ nohai.txt /*nohai-g\/* +nohai-g? nohai.txt /*nohai-g?* +nohai-introduction nohai.txt /*nohai-introduction* +nohai-license nohai.txt /*nohai-license* +nohai-mappings nohai.txt /*nohai-mappings* +nohai-settings nohai.txt /*nohai-settings* +nohai.txt nohai.txt /*nohai.txt* |