You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -376,10 +376,6 @@ If you write your git commit messages in Vim and want to use the notes file type
376
376
377
377
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.
378
378
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
-
383
379
## Contact
384
380
385
381
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].
0 commit comments