Merge pull request #142 from JohnKaul/dev
.gitignore and vimwiki.txt changes
This commit is contained in:
commit
5e382fe079
34
.gitignore
vendored
34
.gitignore
vendored
@ -1,3 +1,35 @@
|
|||||||
*.sw*
|
# Local stuff
|
||||||
|
# This section is devoted to this project
|
||||||
|
##############################
|
||||||
doc/tags
|
doc/tags
|
||||||
|
|
||||||
|
# Vim stuff
|
||||||
|
##############################
|
||||||
|
*.s[a-w][a-z]
|
||||||
|
*.un~
|
||||||
|
Session.vim
|
||||||
.netrwhist
|
.netrwhist
|
||||||
|
*~
|
||||||
|
|
||||||
|
# Packages
|
||||||
|
##############################
|
||||||
|
# it's better to unpack these files and commit the raw source
|
||||||
|
# git has its own built in compression methods
|
||||||
|
*.7z
|
||||||
|
*.dmg
|
||||||
|
*.gz
|
||||||
|
*.iso
|
||||||
|
*.jar
|
||||||
|
*.rar
|
||||||
|
*.tar
|
||||||
|
*.zip
|
||||||
|
|
||||||
|
# OS generated files
|
||||||
|
##############################
|
||||||
|
.DS_Store
|
||||||
|
.DS_Store?
|
||||||
|
._*
|
||||||
|
.Spotlight-V100
|
||||||
|
.Trashes
|
||||||
|
ehthumbs.db
|
||||||
|
Thumbs.db
|
||||||
|
@ -773,7 +773,7 @@ which opens up a popup menu with all the wiki files starting with "ind".
|
|||||||
Raw URLs~
|
Raw URLs~
|
||||||
|
|
||||||
Raw URLs are also supported: >
|
Raw URLs are also supported: >
|
||||||
http://code.google.com/p/vimwiki
|
https://github.com/vimwiki/vimwiki.git
|
||||||
mailto:habamax@gmail.com
|
mailto:habamax@gmail.com
|
||||||
ftp://vim.org
|
ftp://vim.org
|
||||||
|
|
||||||
@ -2623,7 +2623,7 @@ Your help in making vimwiki better is really appreciated!
|
|||||||
Any help, whether it is a spelling correction or a code snippet to patch --
|
Any help, whether it is a spelling correction or a code snippet to patch --
|
||||||
everything is welcomed.
|
everything is welcomed.
|
||||||
|
|
||||||
Issues can be filed at http://code.google.com/p/vimwiki/issues .
|
Issues can be filed at https://github.com/vimwiki/vimwiki.git .
|
||||||
|
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
@ -2632,10 +2632,12 @@ Issues can be filed at http://code.google.com/p/vimwiki/issues .
|
|||||||
- Maxim Kim <habamax@gmail.com> as original author.
|
- Maxim Kim <habamax@gmail.com> as original author.
|
||||||
- Stuart Andrews
|
- Stuart Andrews
|
||||||
- Tomas Pospichal
|
- Tomas Pospichal
|
||||||
- See the http://code.google.com/p/vimwiki/people/list for the others.
|
- See the following sites for more:
|
||||||
|
https://github.com/vimwiki/vimwiki/graphs/contributors
|
||||||
|
http://code.google.com/p/vimwiki/people/list
|
||||||
|
|
||||||
Web: http://code.google.com/p/vimwiki/
|
Web: https://github.com/vimwiki/vimwiki.git
|
||||||
Mail-List: https://groups.google.com/forum/#!forum/vimwiki
|
Issues: https://github.com/vimwiki/vimwiki/issues
|
||||||
Vim plugins: http://www.vim.org/scripts/script.php?script_id=2226
|
Vim plugins: http://www.vim.org/scripts/script.php?script_id=2226
|
||||||
|
|
||||||
|
|
||||||
@ -2671,6 +2673,7 @@ Vim plugins: http://www.vim.org/scripts/script.php?script_id=2226
|
|||||||
* Always jump to previous link on <S-Tab>, not to beginning of link
|
* Always jump to previous link on <S-Tab>, not to beginning of link
|
||||||
* Issue #27: Fix <CR> on a visual selection sometimes not working
|
* Issue #27: Fix <CR> on a visual selection sometimes not working
|
||||||
* Various small fixes
|
* Various small fixes
|
||||||
|
* Corrected website links in documentation
|
||||||
|
|
||||||
2.1~
|
2.1~
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user