Skip to content

Commit

Permalink
v3.0.1 release
Browse files Browse the repository at this point in the history
1. upgrade CommonMark to the newest.
2. remove the warning when preview unicode files
D0n9X1n committed Aug 15, 2017
1 parent e608a93 commit 7a338b5
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -23,5 +23,6 @@
3. **** ~~if vim version is 7.3 or not enable python, it will cause bugs like:~~
> ![bug](./images/bug-1.jpg)
4. new bug, when edit in different folder the image is empty
4. **** ~~new bug, when edit in different folder the image is empty~~
5. **** ~~error on Ubuntu 16.04~~
6. **** ~~when parser unicode, warning appears~~
2 changes: 1 addition & 1 deletion plugin/markdown-preview.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""""""""""""""""""""""
" markdown-preview.vim
" version: v3.0.0
" version: v3.0.1
" author: Dongxin Tang
" mail: [email protected]
"""""""""""""""""""""""
2 changes: 1 addition & 1 deletion pythonx/markdown_version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# encoding: utf-8

__PLUGIN_VERSION__ = '3.0.0'
__PLUGIN_VERSION__ = '3.0.1'
__AUTHOR__ = 'Tang Dongxin'
__MAIL__ = '[email protected]'
__DEBUG__ = False

0 comments on commit 7a338b5

Please sign in to comment.