mirror of
https://github.com/neovim/neovim.git
synced 2026-01-20 20:21:50 +10:00
This is the command invoked repeatedly to make the changes:
:%s/^\(.*\)|\%(\*\(\d\+\)\)\?$\n\1|\%(\*\(\d\+\)\)\?$/\=submatch(1)..'|*'..(max([str2nr(submatch(2)),1])+max([str2nr(submatch(3)),1]))/g
4.3 KiB
4.3 KiB