You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you open cmdwin (default q: or :<C-f>) from inside the mundo window, you get a screen full of errors.
Minimal vimrc
" Invoke with:" vim -Nu ~/.vim/reprovimrc.vim -U NONE" all plugins should work with sensible as a baseline.lets:plugins= ['sensible']
lets:plugins+= ['mundo']
setruntimepath-=~/.vimsetruntimepath-=~/.vim/aftersetruntimepath-=~/vimfilessetruntimepath-=~/vimfiles/afterforpluginins:pluginsexec"set runtimepath^=~/.vim/bundle/". pluginexec"set runtimepath+=~/.vim/bundle/". plugin ."/after"endforsetviminfofile=NONE" Point to your pythonlet$PATH=$PATH .. ';' .. expand('$USERPROFILE/scoop/apps/python39/3.9.1/')
nnoremap<F2>:<C-u>MundoToggle<CR>nnoremap<F3>q:
Error detected while processing function <SNR>29_MundoRefreshDelayed[11]..<SNR>29_MundoPythonRestoreView[17]..<SNR>29_MundoPython[1]..function <SNR>29_MundoRefreshDelayed[11]..<SNR>29_MundoPythonRestoreView[17]..<SNR>29_MundoPython:
line 1:
Traceback (most recent call last):
Error detected while processing function <SNR>29_MundoRefreshDelayed[11]..<SNR>29_MundoPythonRestoreView[17]..<SNR>29_MundoPython[1]..function <SNR>29_MundoRefreshDelayed[11]..<SNR>29_MundoPythonRestoreView[17]..<SNR>29_MundoPython:
line 1:
File "<string>", line 1, in <module>
Error detected while processing function <SNR>29_MundoRefreshDelayed[11]..<SNR>29_MundoPythonRestoreView[17]..<SNR>29_MundoPython[1]..function <SNR>29_MundoRefreshDelayed[11]..<SNR>29_MundoPythonRestoreView[17]..<SNR>29_MundoPython:
line 1:
File "C:\\Users\\idbrii\\.vim\\bundle\\mundo\\autoload/mundo.py", line 94, in MundoRenderGraph
Error detected while processing function <SNR>29_MundoRefreshDelayed[11]..<SNR>29_MundoPythonRestoreView[17]..<SNR>29_MundoPython[1]..function <SNR>29_MundoRefreshDelayed[11]..<SNR>29_MundoPythonRestoreView[17]..<SNR>29_MundoPython:
line 1:
util._goto_window_for_buffer('__Mundo__')
Error detected while processing function <SNR>29_MundoRefreshDelayed[11]..<SNR>29_MundoPythonRestoreView[17]..<SNR>29_MundoPython[1]..function <SNR>29_MundoRefreshDelayed[11]..<SNR>29_MundoPythonRestoreView[17]..<SNR>29_MundoPython:
line 1:
File "C:\Users\idbrii\.vim\bundle\mundo\autoload\mundo\util.py", line 33, in _goto_window_for_buffer
Error detected while processing function <SNR>29_MundoRefreshDelayed[11]..<SNR>29_MundoPythonRestoreView[17]..<SNR>29_MundoPython[1]..function <SNR>29_MundoRefreshDelayed[11]..<SNR>29_MundoPythonRestoreView[17]..<SNR>29_MundoPython:
line 1:
vim().command('%dwincmd w' % int(winnr))
Error detected while processing function <SNR>29_MundoRefreshDelayed[11]..<SNR>29_MundoPythonRestoreView[17]..<SNR>29_MundoPython[1]..function <SNR>29_MundoRefreshDelayed[11]..<SNR>29_MundoPythonRestoreView[17]..<SNR>29_MundoPython:
line 1:
vim.error: Vim(wincmd):E11: Invalid in command-line window; <CR> executes, CTRL-C quits
If you open cmdwin (default
q:
or:<C-f>
) from inside the mundo window, you get a screen full of errors.Minimal vimrc
Repro
gvim -Nu ~/.vim/reprovimrc.vim -U NONE c:\scratch\bug.txt
You get these errors:
Version
mundo 2a12e25
The text was updated successfully, but these errors were encountered: