nerdtree/autoload
Phil Runninger 3a9d533f3d
Restore the default behavior of the <CR> key. (#1221)
* Restore <CR>'s default behavior to be the same as o's.

* Remove the dictionary validation, and simplify initCustomOpenArgs().

There was a bug in the validation logic that caused a valid integer
value of 'keepopen' to always be overwritten with the defaultOpenArgs'
value. It was always comparing its type to the type of a string.

I fixed this by removing all the type validation, and wrapping the code
with a try-catch block. If NERDTreeCustomOpenArgs is not a dictionary,
an error message will print and the defaults will be used instead.

* Add fold markers to new functions.

* Update version number in change log.
2021-02-10 22:20:04 -05:00
..
nerdtree Restore the default behavior of the <CR> key. (#1221) 2021-02-10 22:20:04 -05:00
nerdtree.vim Restore the default behavior of the <CR> key. (#1221) 2021-02-10 22:20:04 -05:00