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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,11 +47,11 @@ Your session script will be saved in the directory pointed to by the `g:session_
47
47
This command is basically [:source][source] in disguise, but it supports tab completion of session names and it executes `:CloseSession` before opening the session. When you don't provide a session name and only a single session exists then that session is opened, otherwise the plug-in will ask you to select one from a list:
48
48
49
49
Please select the session to restore:
50
-
50
+
51
51
1. vim-profile
52
52
2. session-plugin
53
53
3. etc.
54
-
54
+
55
55
Type number and <Enter> or click with mouse (empty cancels):
56
56
57
57
If the session you're trying to open is already active in another Vim instance you'll get a warning and nothing happens. You can use a bang (!) as in `:OpenSession! ...` to ignore the warning and open the session anyway.
@@ -246,7 +246,7 @@ Recently this plug-in switched from reimplementing [:mksession][mksession] to ac
246
246
<!-- Start of generated documentation -->
247
247
248
248
The documentation of the 34 functions below was extracted from
249
-
1 Vim scripts on October 15, 2013 at 19:26.
249
+
1 Vim scripts on June 17, 2014 at 21:34.
250
250
251
251
### Public API for the vim-session plug-in
252
252
@@ -451,8 +451,8 @@ If you have questions, bug reports, suggestions, etc. the author can be contacte
451
451
452
452
## License
453
453
454
-
This software is licensed under the [MIT license](http://en.wikipedia.org/wiki/MIT_License).
0 commit comments