comparison runtime/doc/usr_41.txt @ 32687:6aff98e1c5f0 v9.0.1674

patch 9.0.1674: help for builtin functions is not sorted properly Commit: https://github.com/vim/vim/commit/416bd916b4cc4502eb734218f406e4edd8dd199c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 7 23:19:18 2023 +0100 patch 9.0.1674: help for builtin functions is not sorted properly Problem: Help for builtin functions is not sorted properly. Solution: Put err_teapot() help in the right position.
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Jul 2023 00:30:03 +0200
parents 695b50472e85
children 257ab4ee8e4a
comparison
equal deleted inserted replaced
32686:2fe7781518d5 32687:6aff98e1c5f0
1230 ch_setoptions() set the options for a channel 1230 ch_setoptions() set the options for a channel
1231 json_encode() encode an expression to a JSON string 1231 json_encode() encode an expression to a JSON string
1232 json_decode() decode a JSON string to Vim types 1232 json_decode() decode a JSON string to Vim types
1233 js_encode() encode an expression to a JSON string 1233 js_encode() encode an expression to a JSON string
1234 js_decode() decode a JSON string to Vim types 1234 js_decode() decode a JSON string to Vim types
1235 err_teapot() give error 418 or 503
1235 1236
1236 Jobs: *job-functions* 1237 Jobs: *job-functions*
1237 job_start() start a job 1238 job_start() start a job
1238 job_stop() stop a job 1239 job_stop() stop a job
1239 job_status() get the status of a job 1240 job_status() get the status of a job