Clean up the help file (part 4)
This commit is contained in:
parent
c799d61b19
commit
2f95a6a651
@ -48,7 +48,7 @@ CONTENTS *vimwiki*
|
|||||||
12.3. Per-Wiki Options |vimwiki-local-options|
|
12.3. Per-Wiki Options |vimwiki-local-options|
|
||||||
12.4. Global Options |vimwiki-global-options|
|
12.4. Global Options |vimwiki-global-options|
|
||||||
13. Contributing |vimwiki-contributing|
|
13. Contributing |vimwiki-contributing|
|
||||||
14. Developers |vimwiki-developers|
|
14. Development |vimwiki-development|
|
||||||
15. Changelog |vimwiki-changelog|
|
15. Changelog |vimwiki-changelog|
|
||||||
16. License |vimwiki-license|
|
16. License |vimwiki-license|
|
||||||
|
|
||||||
@ -2685,12 +2685,19 @@ branch, not from the master branch.
|
|||||||
For questions, discussions, praise or rants there is a mailing list:
|
For questions, discussions, praise or rants there is a mailing list:
|
||||||
https://groups.google.com/forum/#!forum/vimwiki
|
https://groups.google.com/forum/#!forum/vimwiki
|
||||||
|
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
14. Developers *vimwiki-developers*
|
14. Development *vimwiki-development*
|
||||||
|
|
||||||
|
Homepage: http://vimwiki.github.io/
|
||||||
|
Github: https://github.com/vimwiki/vimwiki/
|
||||||
|
Vim plugins: http://www.vim.org/scripts/script.php?script_id=2226
|
||||||
|
Old homepage: http://code.google.com/p/vimwiki/
|
||||||
|
|
||||||
Contributors and their Github usernames in roughly chronological order:
|
Contributors and their Github usernames in roughly chronological order:
|
||||||
|
|
||||||
- Maxim Kim (habamax) <habamax@gmail.com> as original author
|
- Maxim Kim (habamax) <habamax@gmail.com> as original author
|
||||||
|
- the people here: http://code.google.com/p/vimwiki/people/list
|
||||||
- Stuart Andrews (tub78)
|
- Stuart Andrews (tub78)
|
||||||
- Tomas Pospichal
|
- Tomas Pospichal
|
||||||
- Daniel Schemala (EinfachToll) as current maintainer
|
- Daniel Schemala (EinfachToll) as current maintainer
|
||||||
@ -2707,12 +2714,6 @@ Contributors and their Github usernames in roughly chronological order:
|
|||||||
- Marcelo D Montu (mMontu)
|
- Marcelo D Montu (mMontu)
|
||||||
- John Kaul
|
- John Kaul
|
||||||
|
|
||||||
See the following site for more:
|
|
||||||
http://code.google.com/p/vimwiki/people/list
|
|
||||||
|
|
||||||
Web: https://github.com/vimwiki/vimwiki.git
|
|
||||||
Vim plugins: http://www.vim.org/scripts/script.php?script_id=2226
|
|
||||||
|
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
15. Changelog *vimwiki-changelog*
|
15. Changelog *vimwiki-changelog*
|
||||||
@ -2754,7 +2755,7 @@ Changed:~
|
|||||||
behavior.
|
behavior.
|
||||||
|
|
||||||
Removed:~
|
Removed:~
|
||||||
* the %toc placeholder is now useless. Use |vimwiki-toc| instead.
|
* the %toc placeholder is now useless, use |vimwiki-toc| instead
|
||||||
* the global option g:vimwiki_auto_checkbox is now useless and removed
|
* the global option g:vimwiki_auto_checkbox is now useless and removed
|
||||||
|
|
||||||
Fixed:~
|
Fixed:~
|
||||||
@ -2786,7 +2787,8 @@ Fixed:~
|
|||||||
|
|
||||||
Issue numbers starting with '#' are issues from
|
Issue numbers starting with '#' are issues from
|
||||||
https://github.com/vimwiki/vimwiki/issues/, all others from
|
https://github.com/vimwiki/vimwiki/issues/, all others from
|
||||||
http://code.google.com/p/vimwiki/issues/list
|
http://code.google.com/p/vimwiki/issues/list. They may be accessible from
|
||||||
|
https://github.com/vimwiki-backup/vimwiki/issues.
|
||||||
|
|
||||||
2.1~
|
2.1~
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user