1
0
Fork 0
mirror of synced 2024-06-15 05:21:10 -04:00

Fix missing line in update instructions.

This commit is contained in:
Wu Tingfeng 2023-07-01 19:51:27 +08:00
parent 186b620723
commit 0fdf132cfc
No known key found for this signature in database

View file

@ -60,6 +60,7 @@ If you have vim aliased as `vi` instead of `vim`, make sure to either alias it:
## How to update to latest version?
cd ~/.vim_runtime
git pull
python3 update_plugins.py || python update_plugins.py # use python if python3 is unavailable