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: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -331,6 +331,10 @@ If the text formatting supported by the notes plug-in is not enough for you, con
331
331
" Enable Txtfmt formatting inside notes.
332
332
setlocal filetype=notes.txtfmt
333
333
334
+
## Using multiple platforms (multi boot, Cygwin, etc.)
335
+
336
+
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].
337
+
334
338
## Contact
335
339
336
340
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].
@@ -351,6 +355,7 @@ This software is licensed under the [MIT license] [mit].
0 commit comments