Blog: 2023-07-20

From razwiki
Revision as of 20:04, 19 July 2023 by Razzi (talk | contribs) (Created page with "Sort bug is know, I guess: https://stackoverflow.com/questions/58852181/linux-whole-line-sort-does-not-sort-correctly I was seeing it on lines like: tnoremap <C-@>[ <C-@>N...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Sort bug is know, I guess: https://stackoverflow.com/questions/58852181/linux-whole-line-sort-does-not-sort-correctly

I was seeing it on lines like:

tnoremap <C-@>[ <C-@>N
tnoremap <C-[> <C-@>N
tnoremap <C-@>" <C-@>:terminal<cr>

where that was the sorted order. Weird... I'd expect from left to right to have the [ before or after the @, not between them...