Bram Moolenaar
|
0e655111e9
|
patch 8.2.1662: :mksession does not restore shared terminal buffer properly
Problem: :mksession does not restore shared terminal buffer properly.
Solution: Keep a hashtab with terminal buffers. (Rob Pilling, closes #6930)
|
2020-09-11 20:36:36 +02:00 |
|
Bram Moolenaar
|
c5f33db888
|
patch 8.2.0584: viminfo file uses obsolete function file_readable()
Problem: Viminfo file uses obsolete function file_readable().
Solution: Use filereadable(). (closes #5934)
|
2020-04-16 21:04:41 +02:00 |
|
Bram Moolenaar
|
8a7d6542b3
|
patch 8.2.0149: maintaining a Vim9 branch separately is more work
Problem: Maintaining a Vim9 branch separately is more work.
Solution: Merge the Vim9 script changes.
|
2020-01-26 15:56:19 +01:00 |
|
Bram Moolenaar
|
d17a57a433
|
patch 8.1.2102: can't build with GTK and FEAT_GUI_GNOME
Problem: Can't build with GTK and FEAT_GUI_GNOME. (Tony Mechelynck)
Solution: Adjust the #ifdef. (Yegappan Lakshmanan)
|
2019-09-29 20:53:55 +02:00 |
|
Bram Moolenaar
|
ac02a638b4
|
patch 8.1.2101: write_session_file() often defined but not used
Problem: write_session_file() often defined but not used.
Solution: Adjust the #ifdef. (Yegappan Lakshmanan, closes #4998)
|
2019-09-29 19:02:46 +02:00 |
|
Bram Moolenaar
|
da6c033421
|
patch 8.1.1957: more code can be moved to evalvars.c
Problem: More code can be moved to evalvars.c.
Solution: Move code to where it fits better. (Yegappan Lakshmanan,
closes #4883)
|
2019-09-01 16:01:30 +02:00 |
|
Bram Moolenaar
|
f96ae0b5a2
|
patch 8.1.1767: FEAT_SESSION defined separately
Problem: FEAT_SESSION defined separately.
Solution: Make FEAT_SESSION depend on FEAT_EVAL.
|
2019-07-28 15:21:55 +02:00 |
|
Bram Moolenaar
|
8453807911
|
patch 8.1.1766: code for writing session file is spread out
Problem: Code for writing session file is spread out.
Solution: Put it in one file. (Yegappan Lakshmanan, closes #4728)
|
2019-07-28 14:15:42 +02:00 |
|