forked from previm/previm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs and note about previm developers
- Loading branch information
Showing
7 changed files
with
14 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
scriptencoding utf-8 | ||
" AUTHOR: kanno <[email protected]> | ||
" MAINTAINER: previm developers | ||
" License: This file is placed in the public domain. | ||
let s:save_cpo = &cpo | ||
set cpo&vim | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
|
||
Version: 1.6 | ||
Author: kanno <[email protected]> | ||
Maintainer: previm developers | ||
|
||
============================================================================== | ||
目次 *previm-contents* | ||
|
@@ -28,7 +29,7 @@ Vimで編集した内容をブラウザでプレビューするための機能 | |
- reStructuredText(required rst2html.py) | ||
|
||
最新版: | ||
http://github.com/kannokanno/previm | ||
http://github.com/previm/previm | ||
|
||
|
||
============================================================================== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
|
||
Version: 1.6 | ||
Author: kanno <[email protected]> | ||
Maintainer: previm developers | ||
|
||
============================================================================== | ||
CONTENTS *previm-contents* | ||
|
@@ -28,7 +29,7 @@ browsers. It achieves something similar to real-time previewing. | |
- reStructuredText(required rst2html.py) | ||
|
||
Latest revision: | ||
http://github.com/kannokanno/previm | ||
http://github.com/previm/previm | ||
|
||
|
||
============================================================================== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
" AUTHOR: kanno <[email protected]> | ||
" MAINTAINER: previm developers | ||
" License: This file is placed in the public domain. | ||
|
||
if exists('g:loaded_previm') && g:loaded_previm | ||
|