lambdalisue / vim-fern

🌿 General purpose asynchronous tree viewer written in Pure Vim script
MIT License
1.29k stars 49 forks source link

An error occurs if the directory name starts with a dot #224

Closed Milly closed 4 years ago

Milly commented 4 years ago

Open directory that is starts with a dot. Such an error occurs.

[fern] ERROR: {'throwpoint': 'function 69worker[12]..67publish[22]..67__invoke_callback[6]..2 490[1]..164_sync_restore_cursor[6]..164_sync_focus_node, 行 12', 'exception': 'failed to find a node []'}

OS: Windows 10 1909 Editor: gVim.exe 8.2.1719

lambdalisue commented 4 years ago

I could not reproduce it with

if has('vim_starting')
  set encoding=utf-8
  scriptencoding utf-8
endif

" fern.vim is in packpath thus loaded automatically

syntax on
filetype indent plugin on

in

Kapture 2020-09-26 at 16 32 41

Please provide me a minimal vimrc and minimal steps.

Milly commented 4 years ago

Probably because of my own settings. Now close.