Skip to content

Commit 705d726

Browse files
committed
Remove outdated information from documentation
See issue 108 on GitHub: #108
1 parent 7aa90d4 commit 705d726

File tree

2 files changed

+5
-22
lines changed

2 files changed

+5
-22
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,6 @@ Vim's [:mksession][mksession] command isn't really compatible with plug-ins that
260260

261261
If your favorite plug-in doesn't work with the vim-session plug-in drop me a mail and I'll see what I can do. Please include a link to the plug-in in your e-mail so that I can install and test the plug-in.
262262

263-
## Known issues
264-
265-
Recently this plug-in switched from reimplementing [:mksession][mksession] to actually using it because this was the only way to support complex split window layouts. Only after making this change did I realize [:mksession][mksession] doesn't support [quickfix](http://vimdoc.sourceforge.net/htmldoc/quickfix.html#quickfix) and [location list](http://vimdoc.sourceforge.net/htmldoc/quickfix.html#location-list) windows and of course it turns out that bolting on support for these after the fact is going to complicate the plug-in significantly (in other words, I'm working on it but it might take a while...)
266-
267263
## Function reference
268264

269265
<!-- Start of generated documentation -->

doc/session.txt

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ Contents ~
3939
19. The |g:session_name_suggestion_function| option
4040
20. The |g:loaded_session| option
4141
5. Compatibility with other plug-ins |session-compatibility-with-other-plug-ins|
42-
6. Known issues |session-known-issues|
43-
7. Function reference |session-function-reference|
42+
6. Function reference |session-function-reference|
4443
1. Public API for the vim-session plug-in |public-api-for-vim-session-plug-in|
4544
1. The |xolox#session#save_session()| function
4645
2. The |xolox#session#save_globals()| function
@@ -71,10 +70,10 @@ Contents ~
7170
27. The |xolox#session#locking_enabled()| function
7271
2. Example function for session name suggestions |example-function-for-session-name-suggestions|
7372
1. The |xolox#session#suggestions#vcs_feature_branch()| function
74-
8. Contact |session-contact|
75-
9. License |session-license|
76-
10. Sample session script |sample-session-script|
77-
11. References |session-references|
73+
7. Contact |session-contact|
74+
8. License |session-license|
75+
9. Sample session script |sample-session-script|
76+
10. References |session-references|
7877

7978
===============================================================================
8079
*session-introduction*
@@ -519,18 +518,6 @@ If your favorite plug-in doesn't work with the vim-session plug-in drop me a
519518
mail and I'll see what I can do. Please include a link to the plug-in in your
520519
e-mail so that I can install and test the plug-in.
521520

522-
===============================================================================
523-
*session-known-issues*
524-
Known issues ~
525-
526-
Recently this plug-in switched from reimplementing |:mksession| to actually
527-
using it because this was the only way to support complex split window layouts.
528-
Only after making this change did I realize |:mksession| doesn't support
529-
|quickfix| and location list (see |location-list|) windows and of course it
530-
turns out that bolting on support for these after the fact is going to
531-
complicate the plug-in significantly (in other words, I'm working on it but it
532-
might take a while...)
533-
534521
===============================================================================
535522
*session-function-reference*
536523
Function reference ~

0 commit comments

Comments
 (0)