Vivian De Smedt
Vivian De Smedt
One difficulty I see is that bash is running in WSL but Vim is running in Windows (in WSL you could have Vim or not or not the same version...
I made two experiments: ## within WSL: After running the `wsl` command in a bash shell of Ubuntu with Vim 8.2 installed) ``` export TEXTDOMAINDIR=/usr/share/vim/vim82/lang export LANG=fr_FR.UTF-8 export TEXTDOMAIN=vim echo...
How could I verify that the translation are correctly installed on the two systems. I'm a bit surprised that the first test fails since it should be a "pure" Linux...
The files are there but translation doesn't seems to work :-/
Thanks for reporting this problem. I'll try to reproduce it on my side. I'll let you know.
Here is the problem I have reproduced: If you register the `h` and `l` motions with vim-remotions: ``` let g:remotions_motions = { \ 'TtFf' : {}, \ 'char' : {...
[vim-remotions](https://github.com/vds2212/vim-remotions) is not aware that vim-visual-multi is on so it can adapt. I believe that vim-visual-multi introduces a general mapping where [vim-remotions](https://github.com/vds2212/vim-remotions) introduces `` mapping that overtake (win over the...
I don't see any. The `` mapping feature is already supported with vim 7.0.
I had a closer look. It seems that vim-visual-multi already create `` mapping for the motions but doesn't override existing `` mapping for motions. A solution would be to let...
I'm using Windows with the `cmd` shell.