mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 11:23:48 -05:00
These calls to NERDTreeAddKeyMap use the same callback as when these keys are mapped with a 'scope' of "Node." This should not pose a problem though as s:previewNodeCurrent, s:previewNodeHSplit and s:previewNodeVSplit all just call the passed in node's open() method, which gets passed on to an Opener object.