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.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftplugin/hackernews.vim') diff --git a/ftplugin/hackernews.vim b/ftplugin/hackernews.vim index 9f190b4..ec07e94 100644 --- a/ftplugin/hackernews.vim +++ b/ftplugin/hackernews.vim @@ -5,7 +5,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 if has('python') -- cgit v1.2.3