mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 11:23:48 -05:00
* Wrap saveScreenState's statements in a try-catch block. If you're in NERDTree, and you press : to open a command line, and then press Ctrl+F to open the [Command Line] window, you will see errors related to switching windows while in this function. (Those commands are not allowed while in the [Command Line] window.) The try-catch block handles the errors, preventing their being displayed. * Update version number in change log.