Nerdtree: Undefined variable: v:t_func

Created on 16 Dec 2019  路  1Comment  路  Source: preservim/nerdtree

Self-Diagnosis

  • [x] I have searched the issues for an answer to my question.
  • [x] I have reviewed the NERDTree documentation. :h NERDTree
  • [x] I have reviewed the Wiki.
  • [x] I have searched the web for an answer to my question.

Environment (for bug reports)

  • [x] Operating System: Linux
  • [x] Vim/Neovim version :echo v:version: 704
  • [x] NERDTree version, found on 1st line in NERDTree quickhelp ?: 6.4.0
  • [x] vimrc settings

    • [ ] NERDTree variables

      vim

    • Other NERDTree-dependent Plugins



      • [ ] jistr/vim-nerdtree-tabs


      • [ ] ryanoasis/vim-devicons


      • [ ] tiagofumo/vim-nerdtree-syntax-highlight


      • [ ] Xuyuanp/nerdtree-git-plugin


      • [ ] Others (specify):



    • [x] I've verified the issue occurs with only NERDTree installed.

Steps to Reproduce the Issue

  1. Trigger any key in NerdTree

Current Result (Include screenshots where appropriate.)image

Expected Result

map key should work

Possible solution

Change key_map.vim: 69 to the following for backward compatibility

let Callback = type (self.callback) == type (function ("tr"))? self.callback: function (self.callback)
bug

Most helpful comment

Fixed in c962796b030f39db596fde5048464e57c2c6ca8d. Thanks for catching that.

>All comments

Fixed in c962796b030f39db596fde5048464e57c2c6ca8d. Thanks for catching that.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kevinSuttle picture kevinSuttle  路  4Comments

jgandt picture jgandt  路  4Comments

NikosEfthias picture NikosEfthias  路  3Comments

BigfootN picture BigfootN  路  5Comments

sunnyguan picture sunnyguan  路  4Comments