comparison runtime/doc/insert.txt @ 31200:a7801222c9c5

Update runtime files Commit: https://github.com/vim/vim/commit/b59ae59a58706e454ef8c78276f021b1f58466e7 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 23 23:46:31 2022 +0000 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Nov 2022 01:00:06 +0100
parents f68f43043842
children a9b5ffbc0428
comparison
equal deleted inserted replaced
31199:2a1806eb1a4e 31200:a7801222c9c5
890 call extend(res, map(split(substitute(l, '^\t', '', ''), ', '), {_, val -> {'word': val, 'menu': h}})) 890 call extend(res, map(split(substitute(l, '^\t', '', ''), ', '), {_, val -> {'word': val, 'menu': h}}))
891 endif 891 endif
892 endfor 892 endfor
893 return res 893 return res
894 endfunc 894 endfunc
895 895
896 if exists('+thesaurusfunc') 896 if exists('+thesaurusfunc')
897 set thesaurusfunc=Thesaur 897 set thesaurusfunc=Thesaur
898 endif 898 endif
899 899
900 900