Skip to content

Commit 054dd77

Browse files
committed
Revert changes from eaf2d44*
* Yes I actually committed a change in the wrong repository and noticed about a year later ... :-s. Oh well, better late than never! :-)
1 parent 0992b1d commit 054dd77

File tree

2 files changed

+7
-25
lines changed

2 files changed

+7
-25
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -376,10 +376,6 @@ If you write your git commit messages in Vim and want to use the notes file type
376376

377377
This is not a complete solution (there are more types of commit messages that the pattern above won't match) but that is outside the scope of this document. For inspiration you can take a look at the [runtime/filetype.vim] [filetype.vim] file in Vim's Mercurial repository.
378378

379-
## Using multiple platforms (multi boot, Cygwin, etc.)
380-
381-
Session scripts cannot be shared between platforms because they contain absolute pathnames that most certainly won't match between e.g. Windows and Linux or even Windows and Cygwin. The best you can do is keep separate session scripts for different platforms (and I would certainly consider Cygwin a separate platform altogether :-). For more information please refer to [issue #85] [issue_85].
382-
383379
## Contact
384380

385381
If you have questions, bug reports, suggestions, etc. the author can be contacted at <peter@peterodding.com>. The latest version is available at <http://peterodding.com/code/vim/notes/> and <http://github.com/xolox/vim-notes>. If you like the script please vote for it on [Vim Online] [vim_online].
@@ -401,7 +397,6 @@ This software is licensed under the [MIT license] [mit].
401397
[gfm]: https://help.github.com/articles/github-flavored-markdown/
402398
[highlight]: http://vimdoc.sourceforge.net/htmldoc/syntax.html#:highlight
403399
[install-notes]: https://github.com/xolox/vim-notes/blob/master/INSTALL.md
404-
[issue_85]: https://github.com/xolox/vim-session/issues/85
405400
[levenshtein]: http://en.wikipedia.org/wiki/Levenshtein_distance
406401
[mapleader]: http://vimdoc.sourceforge.net/htmldoc/map.html#mapleader
407402
[markdown]: http://en.wikipedia.org/wiki/Markdown

doc/notes.txt

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,9 @@ Contents ~
5252
3. VOoM |notes-voom|
5353
4. Txtfmt |notes-txtfmt|
5454
8. Using the notes file type for git commit messages |using-notes-file-type-for-git-commit-messages|
55-
9. Using multiple platforms (multi boot, Cygwin, etc.) |notes-using-multiple-platforms|
56-
10. Contact |notes-contact|
57-
11. License |notes-license|
58-
12. References |notes-references|
55+
9. Contact |notes-contact|
56+
10. License |notes-license|
57+
11. References |notes-references|
5958

6059
===============================================================================
6160
*notes-introduction*
@@ -753,31 +752,20 @@ the pattern above won't match) but that is outside the scope of this document.
753752
For inspiration you can take a look at the runtime/filetype.vim [17] file in
754753
Vim's Mercurial repository.
755754

756-
===============================================================================
757-
*notes-using-multiple-platforms*
758-
Using multiple platforms (multi boot, Cygwin, etc.) ~
759-
760-
Session scripts cannot be shared between platforms because they contain
761-
absolute pathnames that most certainly won't match between e.g. Windows and
762-
Linux or even Windows and Cygwin. The best you can do is keep separate session
763-
scripts for different platforms (and I would certainly consider Cygwin a
764-
separate platform altogether :-). For more information please refer to issue
765-
#85 [18].
766-
767755
===============================================================================
768756
*notes-contact*
769757
Contact ~
770758

771759
If you have questions, bug reports, suggestions, etc. the author can be
772760
contacted at peter@peterodding.com. The latest version is available at
773761
http://peterodding.com/code/vim/notes/ and http://github.com/xolox/vim-notes.
774-
If you like the script please vote for it on Vim Online [19].
762+
If you like the script please vote for it on Vim Online [18].
775763

776764
===============================================================================
777765
*notes-license*
778766
License ~
779767

780-
This software is licensed under the MIT license [20]. © 2015 Peter Odding
768+
This software is licensed under the MIT license [19]. © 2015 Peter Odding
781769
<peter@peterodding.com>.
782770

783771
===============================================================================
@@ -801,8 +789,7 @@ References ~
801789
[15] http://www.vim.org/scripts/script.php?script_id=2657
802790
[16] http://www.vim.org/scripts/script.php?script_id=2208
803791
[17] https://code.google.com/p/vim/source/browse/runtime/filetype.vim?r=fbc1131f0ba5be4ec74fb2ccdfb3559b446a2b1e#778
804-
[18] https://github.com/xolox/vim-session/issues/85
805-
[19] http://www.vim.org/scripts/script.php?script_id=3375
806-
[20] http://en.wikipedia.org/wiki/MIT_License
792+
[18] http://www.vim.org/scripts/script.php?script_id=3375
793+
[19] http://en.wikipedia.org/wiki/MIT_License
807794

808795
vim: ft=help

0 commit comments

Comments
 (0)