aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/vim.lua
diff options
context:
space:
mode:
authorSean Dewar <seandewar@users.noreply.github.com>2022-01-09 22:48:29 +0000
committerSean Dewar <seandewar@users.noreply.github.com>2022-02-05 13:16:34 +0000
commit22f0725aac300ed9b249f995df7889f6c203d1e0 (patch)
treef417e4a24d7e1dc5db1da23d087b65eba3a7f2e8 /src/nvim/lua/vim.lua
parent806a7c976d78da2bf7a46499452b4a3e30fae798 (diff)
downloadrneovim-22f0725aac300ed9b249f995df7889f6c203d1e0.tar.gz
rneovim-22f0725aac300ed9b249f995df7889f6c203d1e0.tar.bz2
rneovim-22f0725aac300ed9b249f995df7889f6c203d1e0.zip
vim-patch:8.1.2342: random number generator in Vim script is slow
Problem: Random number generator in Vim script is slow. Solution: Add rand() and srand(). (Yasuhiro Matsumoto, closes vim/vim#1277) https://github.com/vim/vim/commit/06b0b4bc27077013e9b4b48fd1d9b33e543ccf99 Add missing method call usage to builtin.txt. vim_time and test_settime is N/A. Add a modeline to test_random.vim. Use typval_T* over listitem_T* vars so we don't need to use TV_LIST_ITEM_TV all over the place... Remove NULL list checks (tv_list_len covers this).
Diffstat (limited to 'src/nvim/lua/vim.lua')
0 files changed, 0 insertions, 0 deletions