Mercurial > vim
comparison src/filepath.c @ 32130:ec0d5bd9083c v9.0.1396
patch 9.0.1396: sort(list, 'N') does not work in Vim9 script context
Commit: https://github.com/vim/vim/commit/be19d78c3d44221cbc38fbb5bac19302345c1def
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Mar 9 22:06:49 2023 +0000
patch 9.0.1396: sort(list, 'N') does not work in Vim9 script context
Problem: sort(list, 'N') does not work in Vim9 script context.
Solution: Convert string to number without giving an error. (closes https://github.com/vim/vim/issues/12061)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 09 Mar 2023 23:15:04 +0100 |
parents | 5948cc887603 |
children | 2c09e40ce3da |
comparison
equal
deleted
inserted
replaced
32129:3de9b899d584 | 32130:ec0d5bd9083c |
---|