diff options
| author | ryanss | 2015-06-17 23:59:00 -0400 |
|---|---|---|
| committer | ryanss | 2015-06-17 23:59:00 -0400 |
| commit | a78e2f32181fc7a0c24ebf12f939c2fd9b6a5770 (patch) | |
| tree | 1429a7e6f96f0b6e963a395c22787af5c5c4405d /ftplugin/hackernews.py | |
| parent | 918919ff8b08f4e32942c451aa83c9c71bedfff9 (diff) | |
| download | vim-hn-a78e2f32181fc7a0c24ebf12f939c2fd9b6a5770.tar.gz | |
Fix runaway italic syntax when no closing underscore
Example comment [9720796]
Diffstat (limited to 'ftplugin/hackernews.py')
| -rw-r--r-- | ftplugin/hackernews.py | 2 |
1 files changed, 1 insertions, 1 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 |
