pinggit
pinggit
刚发现有个类似的插件: https://github.com/rhysd/reply.vim 我使用下看看可否有借鉴的。。
``` VIM-REPL, last update: 2019.8.23 Operation System: Linux Support python3: 1 Support python: 0 has +terminal: 1 has +timers: 1 3.6.8 (default, Oct 7 2019, 12:59:55) [GCC 8.3.0] REPL program:...
我的就是linux 环境(ubuntu 1804),只不过是windows的ubuntu (WSL)而已。我不觉得是环境的问题。。。 ``` $ uname -a Linux pings-T470 4.4.0-17763-Microsoft #379-Microsoft Wed Mar 06 19:16:00 PST 2019 x86_64 x86_64 x86_64 GNU/Linux ``` 我现在还没找到一个确定的方法稳定的复现这个问题。我估计是在运行期间tab里的窗口或者buffer的数量的变化(比如不断分屏,然后退出)对哪个是repl buffer的判断造成了混淆。
I found a way to reproduce this with below code: ``` import re def show_chassis_hard_inventory(chassis_module): #find the first module: res = [] regex_chassis_module = r'(.*?)' # is mandatory, make other...
This is my config. I run into this issue VERY frequently now. the workaround is visually select each line and press \w. ``` nnoremap ,pr :REPLToggle autocmd Filetype python nnoremap...
``` Error detected while processing function repl#SendCurrentLine[46]..repl#ToREPLPythonCode: line 23: Traceback (most recent call last): File "", line 5, in UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid...
today I can reproduce it easily with these 3 lines of code: ``` In [1]: import pandas as pd In [38]: wb = pd.ExcelFile('32180.xlsx') In [39]: wb.sheet_names ``` I run...
I see exact same issue. I am trying to \w on these 3 lines: ``` In [1]: import pandas as pd In [38]: wb = pd.ExcelFile('32180.xlsx') In [39]: wb.sheet_names ```...
I'm with ubuntu 20.04, running as WSL in win10. I've recorded a gif but it's too big to upload... what is the diff between c-w and visual c-w? the latter...
 I think we need to know how to debug when something went wrong...