-
-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to paste text into the popup window in mobaxterm #847
Comments
使用Terminal+WSL+vim8.0有同样的问题,只能够粘贴第一个字符 |
Use |
can' t paste: How to locate the lua source code for this error? I can't find any code containing nvim_put (using repgrep) |
Can't paste with
|
I am on OSX and I have the same issue, I can't paste and when I |
vim --version
ornvim --version
:NVIM v0.6.0-dev+156-g7bff64216
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3
Compilation: /usr/bin/gcc-11 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNVIM_TS_HAS_SET_MATCH_LIMIT -O2 -g -Og -g -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wmissing-prototypes -Wimplicit-fallthrough -Wvla -fstack-protector-strong -fno-common -fdiagnostics-color=always -DINCLUDE_GENERATED_DECLARATIONS -D_GNU_SOURCE -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -DMIN_LOG_LEVEL=3 -I/home/runner/work/neovim/neovim/build/config -I/home/runner/work/neovim/neovim/src -I/home/runner/work/neovim/neovim/.deps/usr/include -I/usr/include -I/home/runner/work/neovim/neovim/build/src/nvim/auto -I/home/runner/work/neovim/neovim/build/include
Compiled by runner@fv-az50-360
Features: +acl +iconv +tui
See ":help feature-compile"
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "
/home/runner/work/neovim/neovim/build/nvim.AppDir/usr/share/nvim"
Run :checkhealth for more info
Output of
:echo has("python")
:1
Output of
:echo has("python3")
:1
Output of
:echo &pythondll
(only vim, not neovim):Output of
:echo &pythonthreedll
(only vim, not neovim):Output of
:py print(sys.version)
:2.7.17 (default, Feb 27 2021, 15:10:58)
[GCC 7.5.0]
Output of
:py3 print(sys.version)
:3.6.9 (default, Jan 26 2021, 15:33:00)
[GCC 8.4.0]
Output of
:echo g:Lf_Debug_Cmd
:Output of
:echo g:Lf_FilesFromCache
:Operating system:
Configurations related to LeaderF in vimrc:
Describe your question, feature request, or bug.
Unable to paste text into the popup window in mobaxterm (by right click or shortcut).
Text will be pasted in to the editor after exit the popup window.
PS: normal in xshell/Putty
Steps to reproduce
Right-click to paste the text into the popup window.
Actual behaviour
The text will not be pasted into the popup window, but will be pasted into the editor after exiting the popup window.
Expected behaviour
The text is pasted into the popup window.
The text was updated successfully, but these errors were encountered: