comparison runtime/doc/version7.txt @ 7447:ad432f8f68fb v7.4.1027

commit https://github.com/vim/vim/commit/887c1fea4a114e7170091942d0446c8882701b5b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 2 17:56:35 2016 +0100 patch 7.4.1027 Problem: No support for binary numbers. Solution: Add "bin" to nrformats. (Jason Schulz)
author Christian Brabandt <cb@256bit.org>
date Sat, 02 Jan 2016 18:00:05 +0100
parents bd18da914be9
children 47f17f66da3d
comparison
equal deleted inserted replaced
7446:a67ee44e5848 7447:ad432f8f68fb
929 |sort()| sort a List 929 |sort()| sort a List
930 |soundfold()| get the sound-a-like equivalent of a word 930 |soundfold()| get the sound-a-like equivalent of a word
931 |spellbadword()| get a badly spelled word 931 |spellbadword()| get a badly spelled word
932 |spellsuggest()| get suggestions for correct spelling 932 |spellsuggest()| get suggestions for correct spelling
933 |split()| split a String into a List 933 |split()| split a String into a List
934 |str2nr()| convert a string to a number, base 8, 10 or 16 934 |str2nr()| convert a string to a number, base 2, 8, 10 or 16
935 |stridx()| extra argument: start position 935 |stridx()| extra argument: start position
936 |strridx()| extra argument: start position 936 |strridx()| extra argument: start position
937 |string()| string representation of a List or Dictionary 937 |string()| string representation of a List or Dictionary
938 |system()| extra argument: filters {input} through a shell command 938 |system()| extra argument: filters {input} through a shell command
939 |tabpagebuflist()| List of buffers in a tab page 939 |tabpagebuflist()| List of buffers in a tab page