Files
neovim/test/functional
Alexandre Dubray cf67f19ac2 mksession: restore same :term buf in split windows
Problem: When session-restore creates a terminal buffer with command
         like `:edit term://.//16450:/bin/bash`, the buffer gets
         a different name (depends on PID). Thus the later call to
         `bufexists('term://.//16450:/bin/bash)` will return false.
Solution: Force the buffer name with :file. This as least ensures
         the same buffer will show in multiple windows correctly, as
         expected when saving the session.  But it still has problems:
           1. the PID in the buffer name is bogus
           2. redundant :terminal buffers still hang around

fix #5250
2020-01-26 17:13:00 -08:00
..
2019-11-27 22:47:25 -08:00
2020-01-22 17:30:43 +08:00
2020-01-08 22:18:18 -08:00
2019-05-05 14:05:25 +02:00
2020-01-20 19:43:59 -05:00