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
Output of :echo &pythondll(only vim, not neovim): python27.dll
Output of :echo &pythonthreedll(only vim, not neovim): python37.dll
Output of :py print(sys.version):
Error detected while processing function EvalVim:
line 31:
E370: Could not load library python27.dll
Error detected while processing function EvalVim:
line 31:
E263: Sorry, this command is disabled, the Python library could not be loaded.
Output of :py3 print(sys.version): 3.7.4 (tags/v3.7.4:e09359112e, Jul 8 2019, 20:34:20) [MSC v.1916 64 bit (AMD64)]
vim --version
ornvim --version
::echo has("python")
: 0:echo has("python3")
: 1:echo &pythondll
(only vim, not neovim): python27.dll:echo &pythonthreedll
(only vim, not neovim): python37.dll:py print(sys.version)
::py3 print(sys.version)
:3.7.4 (tags/v3.7.4:e09359112e, Jul 8 2019, 20:34:20) [MSC v.1916 64 bit (AMD64)]
:echo g:Lf_Debug_Cmd
:rg --no-messages --files -g "!.svn" -g "!.git" -g "!.hg" -g "!*.sw?" -g "!~$*" -g "!*.bak" -g "!*.exe" -g "!*.o" -g "!*.so" -g "!*.py[co]" -g "!*.tmp" -g "!*.ttf" -L --hidden
:echo g:Lf_FilesFromCache
: 0Describe your question, feature request, or bug.
While searching for a file with russian letters cursor position is incorrect.
Steps to reproduce
тестовый файл.adoc
тестов
Actual behaviour
File is found, cursor is on
тес|т|ов
Expected behaviour
File is found, cursor is on
тестов|
Screengif
The text was updated successfully, but these errors were encountered: