Merge pull request #142 from JohnKaul/dev

.gitignore and vimwiki.txt changes
This commit is contained in:
EinfachToll 2015-07-03 14:14:38 +02:00
commit 5e382fe079
2 changed files with 41 additions and 6 deletions

34
.gitignore vendored
View File

@ -1,3 +1,35 @@
*.sw*
# Local stuff
# This section is devoted to this project
##############################
doc/tags
# Vim stuff
##############################
*.s[a-w][a-z]
*.un~
Session.vim
.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

View File

@ -773,7 +773,7 @@ which opens up a popup menu with all the wiki files starting with "ind".
Raw URLs~
Raw URLs are also supported: >
http://code.google.com/p/vimwiki
https://github.com/vimwiki/vimwiki.git
mailto:habamax@gmail.com
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 --
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.
- Stuart Andrews
- 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/
Mail-List: https://groups.google.com/forum/#!forum/vimwiki
Web: https://github.com/vimwiki/vimwiki.git
Issues: https://github.com/vimwiki/vimwiki/issues
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
* Issue #27: Fix <CR> on a visual selection sometimes not working
* Various small fixes
* Corrected website links in documentation
2.1~