Commit 1b876db
* feat: Allow to expand nodes until certain condition is met
* Fix warnings
* Restore original position of edit function
* Rename field to match the api method name
* Rename ApiTreeExpandAllOpts to ApiTreeExpandOpts
* Remove toggle_descend_until
* Remove redundant empty line
* Update :help for changed methods
* Fix partial expansion of grouped nodes
* Fix lint error
* Fix linting error
* Fix incorrect open/close indicator state
* Update docs
* Rename descend_until option to expand_until
* Always check directory expansion limit
* Fix linter errors
* Ignore unused param warning
* Apply suggestions from code review
* simplify MAX_FOLDER_DISCOVERY warning
* fix bad comment whitespace
---------
Co-authored-by: ghostbuster91 <ghostbuster91@users.noreply.github.com>
Co-authored-by: Alexander Courtis <alex@courtis.org>
1 parent 0a52012 commit 1b876db
File tree
3 files changed
+93
-22
lines changed- doc
- lua/nvim-tree
- actions/tree/modifiers
3 files changed
+93
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1841 | 1841 | | |
1842 | 1842 | | |
1843 | 1843 | | |
1844 | | - | |
| 1844 | + | |
1845 | 1845 | | |
1846 | 1846 | | |
1847 | 1847 | | |
1848 | 1848 | | |
| 1849 | + | |
| 1850 | + | |
| 1851 | + | |
| 1852 | + | |
| 1853 | + | |
| 1854 | + | |
1849 | 1855 | | |
1850 | 1856 | | |
1851 | 1857 | | |
| |||
2279 | 2285 | | |
2280 | 2286 | | |
2281 | 2287 | | |
2282 | | - | |
| 2288 | + | |
2283 | 2289 | | |
2284 | 2290 | | |
2285 | 2291 | | |
2286 | 2292 | | |
2287 | 2293 | | |
| 2294 | + | |
| 2295 | + | |
| 2296 | + | |
| 2297 | + | |
| 2298 | + | |
| 2299 | + | |
2288 | 2300 | | |
2289 | 2301 | | |
2290 | 2302 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
31 | 45 | | |
32 | 46 | | |
33 | | - | |
| 47 | + | |
| 48 | + | |
34 | 49 | | |
35 | 50 | | |
36 | 51 | | |
37 | 52 | | |
38 | | - | |
| 53 | + | |
39 | 54 | | |
40 | | - | |
| 55 | + | |
41 | 56 | | |
42 | 57 | | |
43 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
44 | 90 | | |
45 | 91 | | |
46 | 92 | | |
| |||
52 | 98 | | |
53 | 99 | | |
54 | 100 | | |
55 | | - | |
| 101 | + | |
56 | 102 | | |
57 | 103 | | |
58 | 104 | | |
| |||
61 | 107 | | |
62 | 108 | | |
63 | 109 | | |
64 | | - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
65 | 123 | | |
66 | 124 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | 125 | | |
72 | 126 | | |
73 | 127 | | |
74 | 128 | | |
75 | | - | |
| 129 | + | |
| 130 | + | |
76 | 131 | | |
77 | 132 | | |
78 | 133 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
| 134 | + | |
| 135 | + | |
83 | 136 | | |
84 | 137 | | |
85 | 138 | | |
| |||
89 | 142 | | |
90 | 143 | | |
91 | 144 | | |
92 | | - | |
93 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
94 | 148 | | |
95 | 149 | | |
96 | 150 | | |
97 | 151 | | |
98 | | - | |
| 152 | + | |
| 153 | + | |
99 | 154 | | |
100 | 155 | | |
101 | 156 | | |
102 | 157 | | |
103 | | - | |
| 158 | + | |
104 | 159 | | |
105 | 160 | | |
106 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
190 | 194 | | |
191 | 195 | | |
192 | 196 | | |
| |||
0 commit comments