From d3fd0cf6329c2edb276414445e8d30414f902363 Mon Sep 17 00:00:00 2001 From: Alexander Fomin Date: Thu, 15 May 2014 13:46:51 +0400 Subject: [PATCH 1/2] Make update_plugin.py script compatible with Python 3 --- update_plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_plugins.py b/update_plugins.py index 78de7826..8c4e4599 100644 --- a/update_plugins.py +++ b/update_plugins.py @@ -69,7 +69,7 @@ def download_extract_replace(plugin_name, zip_path, temp_dir, source_dir): shutil.move(plugin_temp_path, plugin_dest_path) - print 'Updated %s' % plugin_name + print('Updated {0}'.format(plugin_name)) if __name__ == '__main__': From 4ba28bb25ba73e3e1022c433d7edc5a94a335c7c Mon Sep 17 00:00:00 2001 From: Amir Salihefendic Date: Tue, 1 Jul 2014 16:11:47 +0100 Subject: [PATCH 2/2] Update README.md Added syntastic --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0fdb7bcf..792584bf 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ I recommend reading the docs of these plugins to understand them better. Each of * [goyo.vim](https://github.com/junegunn/goyo.vim) and [vim-zenroom2](https://github.com/amix/vim-zenroom2): Remove all clutter and focus only on the essential. Similar to iA Writer or Write Room [Read more here](http://amix.dk/blog/post/19744) * [vim-commentary](https://github.com/tpope/vim-commentary): Comment stuff out. Use `gcc` to comment out a line (takes a count), `gc` to comment out the target of a motion. `gcu` uncomments a set of adjacent commented lines. +* [syntastic](https://github.com/scrooloose/syntastic): Syntax checking hacks for vim ## Included color schemes