Files
neovim/runtime/lua/vim
Justin M. Keyes 9c49c10470 feat(vim.gsplit): gain features of vim.split
Problem:
- vim.split has more features than vim.gsplit.
- Cannot inspect the "separator" segments of vim.split or vim.gsplit.

Solution:
- Move common implementation from vim.split into vim.gsplit.
  - TODO: deprecate vim.split in favor of vim.totable(vim.gsplit())?
- Introduce `keepsep` parameter.

Related: 84f66909e4
2023-03-22 17:46:01 +01:00
..
2023-01-16 01:55:24 -08:00
2023-02-22 16:23:49 +01:00
2023-03-04 13:05:16 +00:00