From 349a9f5cdacf73c526e80ee3bff58daabf09eaf7 Mon Sep 17 00:00:00 2001 From: amix Date: Sun, 14 Apr 2013 12:55:47 -0300 Subject: [PATCH] Added a new maping to update_plugins.py --- update_plugins.py | 1 + 1 file changed, 1 insertion(+) diff --git a/update_plugins.py b/update_plugins.py index b93bde6b..381c0161 100644 --- a/update_plugins.py +++ b/update_plugins.py @@ -30,6 +30,7 @@ vim-snipmate https://github.com/garbas/vim-snipmate vim-snippets https://github.com/honza/vim-snippets vim-surround https://github.com/tpope/vim-surround vim-expand-region https://github.com/terryma/vim-expand-region +vim-multiple-cursors https://github.com/terryma/vim-multiple-cursors """.strip() GITHUB_ZIP = '%s/archive/master.zip'