From 40e1f04287fcd9820d5cc6f3bd3eef5aa645e165 Mon Sep 17 00:00:00 2001 From: __ROLLER__ Date: Wed, 24 Oct 2018 11:46:53 -0600 Subject: [PATCH] Update 2015-10-27-vim-and-python-a-match-made-in-heaven.markdown Addressing the fact that the output has +python/dyn and -python3 and doesn't actually have a plain +python which the learner was directed to look for in the output. Also, if I recompile vim with to have +python3 would that be okay or should it be avoided for some reason? --- .../2015-10-27-vim-and-python-a-match-made-in-heaven.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2015/2015-10-27-vim-and-python-a-match-made-in-heaven.markdown b/2015/2015-10-27-vim-and-python-a-match-made-in-heaven.markdown index cbeed07..eca3c8f 100644 --- a/2015/2015-10-27-vim-and-python-a-match-made-in-heaven.markdown +++ b/2015/2015-10-27-vim-and-python-a-match-made-in-heaven.markdown @@ -12,7 +12,7 @@ On the down side though, VIM can be a pain to configure, but fear not - **This a > To get the most out of this article you should have at least a basic understanding on how to use VIM and its command modes. If you're just getting started, check out [this resource](http://vim-adventures.com) or [this one](http://www.openvim.com). Spend some time with it before moving on. -**Updated 11/19/2017!** +**Updated 10/24/2018!** ## Installing @@ -55,7 +55,7 @@ Linking: gcc -arch i386 -arch x86_64 -o vim -lncurses At this point, you want to look for two things- 1. *The VIM version.* This should be > 7.3. -1. *Python Support.* Under the list of features, make sure you see `+python`. +1. *Python Support.* Under the list of features, make sure you see `+python`. Don't worry if you see `-python3` on the list. Also the entry might be listed as `+python/dyn` rather than the plain `+python` entry. If you have both of these, then move right along to [VIM Extensions](#vim-extensions). If not, it's time to [install/upgrade](http://www.vim.org/download.php).