From a78e2f32181fc7a0c24ebf12f939c2fd9b6a5770 Mon Sep 17 00:00:00 2001 From: ryanss Date: Wed, 17 Jun 2015 23:59:00 -0400 Subject: Fix runaway italic syntax when no closing underscore Example comment [9720796] --- ftplugin/hackernews.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftplugin/hackernews.py') diff --git a/ftplugin/hackernews.py b/ftplugin/hackernews.py index de085e5..97205d1 100644 --- a/ftplugin/hackernews.py +++ b/ftplugin/hackernews.py @@ -7,7 +7,7 @@ # Author: ryanss # Website: https://github.com/ryanss/vim-hackernews # License: MIT (see LICENSE file) -# Version: 0.2 (April 26, 2015) +# Version: 0.3-dev from __future__ import print_function -- cgit v1.2.3