]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.951 v7.4.951
authorBram Moolenaar <Bram@vim.org>
Thu, 3 Dec 2015 15:33:12 +0000 (16:33 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 3 Dec 2015 15:33:12 +0000 (16:33 +0100)
commitb00da1d6d1655cb6e415f84ecc3be5ff3b790811
treeb7ee0b6575e0f80ad0a2bc15739063d32329d565
parent4649ded2877508fe343cbcf6f7e7fd277be0aab3
patch 7.4.951
Problem:    Sorting number strings does not work as expected. (Luc Hermitte)
Solution:   Add the 'N" argument to sort()
runtime/doc/eval.txt
src/eval.c
src/testdir/Makefile
src/testdir/test_alot.vim [new file with mode: 0644]
src/testdir/test_sort.vim [new file with mode: 0644]
src/version.c