4,461
edits
→Adding comments to a block: add more ways to comment a block |
→Plug-ins: Ultisnips requires py >= 2.7 or py3 |
||
Line 241: | Line 241: | ||
;Set tab to 4 spaces | ;Set tab to 4 spaces | ||
:set expandtab ts=4 sw=4 ai | :set expandtab ts=4 sw=4 ai | ||
= gvim on Windows 10 = | |||
== Ultisnips requires py >= 2.7 or py3 == | |||
{{testedon|2019-12-06|Windows 10 v1903 (build#18362.449),VIM 8.1.1657,Python 3.8}} | |||
This may not be the best method, so it's more of a workaround. Install Python3 (e.g. via Chocolatey) and make a copy of pythonXX.dll under the python folder (e.g. \Python38) to the version that vim is looking for. For example, if Python 3.8 was installed, but vim is compiled with Python 3.7, then you would make a copy as follows: | |||
<source lang="doscon"> | |||
C:\Python38> copy python38.dll python37.dll | |||
</source> | |||
= Plug-ins = | = Plug-ins = |