summaryrefslogtreecommitdiff
path: root/ftplugin
diff options
context:
space:
mode:
authorryanss2015-06-17 23:59:00 -0400
committerryanss2015-06-17 23:59:00 -0400
commita78e2f32181fc7a0c24ebf12f939c2fd9b6a5770 (patch)
tree1429a7e6f96f0b6e963a395c22787af5c5c4405d /ftplugin
parent918919ff8b08f4e32942c451aa83c9c71bedfff9 (diff)
downloadvim-hn-a78e2f32181fc7a0c24ebf12f939c2fd9b6a5770.tar.gz
Fix runaway italic syntax when no closing underscore
Example comment [9720796]
Diffstat (limited to 'ftplugin')
-rw-r--r--ftplugin/hackernews.py2
-rw-r--r--ftplugin/hackernews.vim2
2 files changed, 2 insertions, 2 deletions
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 <ryanssdev@icloud.com>
# 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
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 <ryanssdev@icloud.com>
" 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')