From 0fdf132cfcb379eeb46e7aa30df0d4d94e92452a Mon Sep 17 00:00:00 2001 From: Wu Tingfeng Date: Sat, 1 Jul 2023 19:51:27 +0800 Subject: [PATCH] Fix missing line in update instructions. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e6ac07b0..e31e73d0 100644 --- a/README.md +++ b/README.md @@ -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