preservim / vimux

easily interact with tmux from vim
MIT License
2.19k stars 158 forks source link

Command? lsError detected while processing function VimuxPromptCommand[10]..VimuxRunCommand[2]..VimuxOpenRunner[1]..<SNR>33_existingRunnerId: line 2: E896: Argument of get() must be a List, Dictionary or Blob #212

Closed Timemanagerplus closed 1 year ago

Timemanagerplus commented 1 year ago

what's wrong?

Command? ls
Error detected while processing function VimuxPromptCommand[10]..VimuxRunCommand[2]..VimuxOpenRunner[1]..<SNR>33_existingRunnerId: line   
2: E896: Argument of get() must be a List, Dictionary or Blob

my .vimrc

71 "vimux                                                                                                                                                                           
72  nnoremap vp :VimuxPromptCommand<CR>
Timemanagerplus commented 1 year ago

动画

timtyrrell commented 1 year ago

The last commit https://github.com/preservim/vimux/commit/3daa0e91f018c53fcbcfe6554244c2845c41c649 broke it. If I switch my local vimux plugin back to the 89604a4464c3069dbe31f7bc8dd16a5fbc88a303 commit it works again.

mvanderkamp commented 1 year ago

Yup this is my bad- somehow I missed including the initialization of the option in the commit