File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -2164,6 +2164,12 @@ node.run.cmd({node}) *nvim-tree-api.node.run.cmd()*
2164
2164
node.run.system({node} ) *nvim-tree-api.node.run.system()*
2165
2165
Execute | nvim-tree.system_open |
2166
2166
2167
+ node.buffer.delete({node} ) *nvim-tree-api.node.buffer.delete()*
2168
+ Deletes node's related buffer.
2169
+
2170
+ node.buffer.wipe({node} ) *nvim-tree-api.node.buffer.wipe()*
2171
+ Same as | api.node.buffer.delete() | , but runs :bwipe instead of :bdelete.
2172
+
2167
2173
==============================================================================
2168
2174
6.4 API GIT *nvim-tree-api.git*
2169
2175
@@ -3178,6 +3184,8 @@ highlight group is not, hard linking as follows: >
3178
3184
| nvim-tree-api.marks.navigate.prev() |
3179
3185
| nvim-tree-api.marks.navigate.select() |
3180
3186
| nvim-tree-api.marks.toggle() |
3187
+ | nvim-tree-api.node.buffer.delete() |
3188
+ | nvim-tree-api.node.buffer.wipe() |
3181
3189
| nvim-tree-api.node.navigate.diagnostics.next() |
3182
3190
| nvim-tree-api.node.navigate.diagnostics.next_recursive() |
3183
3191
| nvim-tree-api.node.navigate.diagnostics.prev() |
You can’t perform that action at this time.
0 commit comments