comparison runtime/doc/vim9.txt @ 32987:2129fe5a2666

runtime(todo): Update todo.txt to remove recently addressed issues (#12910) Commit: https://github.com/vim/vim/commit/e750f8c330bc28ee9f3b7dce06481311a090972f Author: Yegappan Lakshmanan <4298407+yegappan@users.noreply.github.com> Date: Thu Aug 24 07:07:05 2023 -0700 runtime(todo): Update todo.txt to remove recently addressed issues (https://github.com/vim/vim/issues/12910) Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 24 Aug 2023 16:15:04 +0200
parents 695b50472e85
children 484543479bd7
comparison
equal deleted inserted replaced
32986:0600214b87af 32987:2129fe5a2666
1031 true 1031 true
1032 false 1032 false
1033 null 1033 null
1034 null_blob 1034 null_blob
1035 null_channel 1035 null_channel
1036 null_class
1036 null_dict 1037 null_dict
1037 null_function 1038 null_function
1038 null_job 1039 null_job
1039 null_list 1040 null_list
1041 null_object
1040 null_partial 1042 null_partial
1041 null_string 1043 null_string
1042 `true` is the same as `v:true`, `false` the same as `v:false`, `null` the same 1044 `true` is the same as `v:true`, `false` the same as `v:false`, `null` the same
1043 as `v:null`. 1045 as `v:null`.
1044 1046