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
+7
Original file line number
Diff line number
Diff line change
@@ -519,6 +519,12 @@ list with one string on success and an empty list on failure.
519
519
520
520
<!-- End of generated documentation -->
521
521
522
+
## Troubleshooting
523
+
524
+
### Using multiple platforms (multi boot, Cygwin, etc.)
525
+
526
+
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][85].
527
+
522
528
## Contact
523
529
524
530
If you have questions, bug reports, suggestions, etc. the author can be contacted at <[email protected]>. The latest version is available at <http://peterodding.com/code/vim/session/> and <http://github.com/xolox/vim-session>. If you like the script please vote for it on [Vim Online](http://www.vim.org/scripts/script.php?script_id=3150).
@@ -629,6 +635,7 @@ Here's an example session script generated by the vim-session plug-in while I wa
0 commit comments