[vim] Error detected while processing function <SNR>113_NetrwBrowseChgDir: (#442)

390 views
Skip to first unread message

Aaron Goshine

unread,
Oct 7, 2015, 8:06:12 PM10/7/15
to vim/vim

Error detected while processing function 113_NetrwBrowseChgDir:
seems like the latest version of vim is have problems with the NetrwBrowserChangeDir..
Possible triggered by set autochdir


Reply to this email directly or view it on GitHub.

mattn

unread,
Oct 7, 2015, 8:10:50 PM10/7/15
to vim/vim

What error did you get? could you please show me the stacktrace?

Aaron Goshine

unread,
Oct 8, 2015, 5:17:52 AM10/8/15
to vim/vim

Error detected while processing function 86_LocalBrowse[30]..netrw#LocalBrowseCheck[21]..113_NetrwBrowse[233]..113_PerformListing[195]..113_NetrwWideListing:
line 64:
E31: No such mapping
Error detected while processing function 86_LocalBrowse[30]..netrw#LocalBrowseCheck[21]..113_NetrwBrowse[233]..113_PerformListing[195]..113_NetrwWideListing:
line 67:
E31: No such mapping
Pattern not found: @$
Executing BufAdd Auto commands for "*"
autocommand cal s:record(expand('', 1))

Aaron Goshine

unread,
Oct 8, 2015, 5:18:54 AM10/8/15
to vim/vim

I am looking through my plugins maybe one of then is acting up

mattn

unread,
Oct 8, 2015, 5:33:19 AM10/8/15
to vim/vim

are you modifying verbose option?

sil! nunmap <buffer> w

This command do with silent! option. so you should not get message, I guess.

Aaron Goshine

unread,
Oct 8, 2015, 3:37:40 PM10/8/15
to vim/vim

fchdir() to previous dir
Error detected while processing function <SNR>19_LocalBrowse[30]..netrw#LocalBrowseCheck[21]..<SNR>28_NetrwBrowse[233]..<SNR>28_PerformListing[220]..<SNR>28_NetrwOptionRestore:
line 86:

Christian Brabandt

unread,
Oct 8, 2015, 3:48:28 PM10/8/15
to vim/vim

Closed #442.

Christian Brabandt

unread,
Oct 8, 2015, 3:48:30 PM10/8/15
to vim/vim

What follows? The stack trace is incomplete. In any case, this is not a vim bug, closing as invalid. Please check with Dr. Chip.

Charles Campbell

unread,
Oct 8, 2015, 3:50:12 PM10/8/15
to vim...@googlegroups.com
Aaron Goshine wrote:
>
> fchdir() to previous dir
> |Error detected while processing function
> <SNR>19_LocalBrowse[30]..netrw#LocalBrowseCheck[21]..<SNR>28_NetrwBrowse[233]..<SNR>28_PerformListing[220]..<SNR>28_NetrwOptionRestore:
> line 86:
> |
>
>
It'd help me to help you if you used the latest release of netrw
(http://www.drchip.org/astronaut/vim/index.html#NETRW). In the case
above with my copy of netrw.vim, line 86 is an endif -- which isn't
likely to be the issue. Suggestions...

* what were you doing to evoke this problem? Try to come up with a
reproducible example. Perhaps you can do something in vim's source
directory. Please be explicit in your directions so I can try to
reproduce the issue.
* what netrw-specific settings do you use, if any? Which o/s?
* does the problem happen when you use the netrw.vimrc file I've
attached? (use vim -u netrw.vimrc --noplugins)
* fchdir() -- is that a python thing? What, exactly, does it do?
* see :help netrw-debug

Regards,
Chip Campbell

netrw.vimrc
Reply all
Reply to author
Forward
0 new messages