Skip to content

Commit

Permalink
plugin/markdown-preview.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
D0n9X1n committed Nov 29, 2017
1 parent d8a64f7 commit 90ea24e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.1.0
" version: v3.1.1
" author: Dongxin Tang
" mail: [email protected]
"""""""""""""""""""""""
Expand Down
2 changes: 1 addition & 1 deletion pythonx/markdown_preview.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def getHead(cssStyle='github', codeStyle='default'):
resDir = os.path.join(vim.eval('$HOME'), '.nvim', resDir)
else:
resDir = os.path.join(vim.eval('$HOME'), '.vim', resDir)
print resDir
# print(resDir)

if cssStyle == '':
cssStyle = 'github'
Expand Down
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.1.0'
__PLUGIN_VERSION__ = '3.1.1'
__AUTHOR__ = 'Tang Dongxin'
__MAIL__ = '[email protected]'
__DEBUG__ = False

0 comments on commit 90ea24e

Please sign in to comment.