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
I get the following error messages related to git when trying to install plugins using vim-plug after running the :PlugInstall from the vim command prompt.
Please note that I am not using an elevated command prompt to run gvim.
Added this to the vim runtime path:
I tried to fix it by adding the following to the vim runtime path as well but it didn't cause it to detect git.
set rtp+=C:\Program\ Files\Git\mingw64\libexec\git-core
Error Message:
"[Plugins]" [Not edited] --No lines in buffer--
Error detected while processing function <SNR>15_install[1]..<SNR>15_update_impl[53]..<SNR>15_prepare:
line 31:
E31: No such mapping
Error detected while processing function <SNR>15_install[1]..<SNR>15_update_impl[53]..<SNR>15_prepare:
line 31:
E31: No such mapping
Error detected while processing function <SNR>15_install[1]..<SNR>15_update_impl[53]..<SNR>15_prepare:
line 31:
E31: No such mapping
Error detected while processing function <SNR>15_install[1]..<SNR>15_update_impl[53]..<SNR>15_prepare:
line 31:
E31: No such mapping
Error detected while processing function <SNR>15_install[1]..<SNR>15_update_impl[53]..<SNR>15_prepare:
line 31:
E31: No such mapping
Error detected while processing function <SNR>15_install[1]..<SNR>15_update_impl[53]..<SNR>15_prepare:
line 31:
E31: No such mapping
Error detected while processing function <SNR>15_install[1]..<SNR>15_update_impl[62]..<SNR>15_git_version_requirement[2]..<SNR>15_system[30]..function <SNR>15_install[1]..<SNR>15_update_impl[62]..<SNR>15_git_version_requirement[2]..<SNR>15_system:
line 24:
E282: Cannot read from "C:\Users\HELPDE~1\AppData\Local\Temp\V3F24F8.tmp"
Git version:
PS C:\Users\helpdeskaleer> git --version
git version 2.47.1.windows.1
The same thing happened on windows when I had git installed, I tried to run the command you gave in vim and got results that I couldn't read from the temporary file.What should I do?
I get the following error messages related to git when trying to install plugins using vim-plug after running the
:PlugInstall
from the vim command prompt.Please note that I am not using an elevated command prompt to run gvim.
Added this to the vim runtime path:
I tried to fix it by adding the following to the vim runtime path as well but it didn't cause it to detect git.
Error Message:
Git version:
Git path:
Plug Block:
vim version info
The text was updated successfully, but these errors were encountered: