Cleanup previous PR

The reason maxsplit is 1 is because some layout action in the future may need more
sophisticated args processing, for example, shlex.split() instead of
plain split(), or even a full command line parser.
This commit is contained in:
Kovid Goyal
2022-08-05 08:12:05 +05:30
parent 93694925ce
commit 2a5922ce92
2 changed files with 5 additions and 6 deletions

View File

@@ -63,6 +63,9 @@ Detailed list of changes
- Add a mappable action to toggle the mirrored setting for the tall and fat
layouts (:pull:`5344`)
- Add a mappable action to switch between predefined bias values for the tall and fat
layouts (:pull:`5352`)
- Wayland: Reduce flicker at startup by not using render frames immediately after a resize (:iss:`5235`)
- Linux: Update cursor position after all key presses not just pre-edit text