File tree Expand file tree Collapse file tree 2 files changed +0
-35
lines changed
Expand file tree Collapse file tree 2 files changed +0
-35
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,6 @@ CONTENTS
3737 14. Legacy | nvim-tree-legacy |
3838 14.1 Legacy: Opts | nvim-tree-legacy-opts |
3939 14.2 Legacy: Highlight | nvim-tree-legacy-highlight |
40- 15. Index | nvim-tree-index |
41- 15.2 Index: API | nvim-tree-index-api |
4240
4341==============================================================================
4442 1. INTRODUCTION *nvim-tree-introduction*
Original file line number Diff line number Diff line change @@ -21,39 +21,6 @@ sed -e "s/^ / /" /tmp/DEFAULT_OPTS.2.lua > /tmp/DEFAULT_OPTS.6.lua
2121sed -i -e " /${begin} /,/${end} /{ /${begin} /{p; r /tmp/DEFAULT_OPTS.6.lua
2222 }; /${end} /p; d; }" doc/nvim-tree-lua.txt
2323
24-
25- #
26- # opts index
27- #
28- begin=" nvim-tree-index-opts\*"
29- end=" ====================="
30-
31- printf ' \n' > /tmp/index-opts.txt
32- sed -E "
33- /^ *\*(nvim-tree\..*)\*$/! d ;
34- s/^.*\*(.*)\*/|\1|/g
35- " doc/nvim-tree-lua.txt | sort -d >> /tmp/index-opts.txt
36- printf ' \n' >> /tmp/index-opts.txt
37-
38- sed -i -e " /${begin} /,/${end} /{ /${begin} /{p; r /tmp/index-opts.txt
39- }; /${end} /p; d; }" doc/nvim-tree-lua.txt
40-
41- #
42- # api index
43- #
44- begin=" nvim-tree-index-api\*"
45- end=" ====================="
46-
47- printf ' \n' > /tmp/index-api.txt
48- sed -E "
49- /\*(nvim-tree-api.*\(\))\*/! d ;
50- s/^.*\*(.*)\*/|\1|/g
51- " doc/nvim-tree-lua.txt | sort -d >> /tmp/index-api.txt
52- printf ' \n' >> /tmp/index-api.txt
53-
54- sed -i -e " /${begin} /,/${end} /{ /${begin} /{p; r /tmp/index-api.txt
55- }; /${end} /p; d; }" doc/nvim-tree-lua.txt
56-
5724#
5825# DEFAULT_ON_ATTACH
5926#
You can’t perform that action at this time.
0 commit comments