comparison src/vim9.h @ 26771:fc859aea8cec v8.2.3914

patch 8.2.3914: various spelling mistakes in comments Commit: https://github.com/vim/vim/commit/af4a61a85d6e8cacc35324f266934bc463a21673 Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Mon Dec 27 17:21:41 2021 +0000 patch 8.2.3914: various spelling mistakes in comments Problem: Various spelling mistakes in comments. Solution: Fix the mistakes. (Dominique Pell?, closes https://github.com/vim/vim/issues/9416)
author Bram Moolenaar <Bram@vim.org>
date Mon, 27 Dec 2021 18:30:05 +0100
parents 3516017e5f54
children 4e77f9961650
comparison
equal deleted inserted replaced
26770:15ff3f2e0d58 26771:fc859aea8cec
701 701
702 compiletype_T ctx_compile_type; 702 compiletype_T ctx_compile_type;
703 703
704 garray_T ctx_locals; // currently visible local variables 704 garray_T ctx_locals; // currently visible local variables
705 705
706 int ctx_has_closure; // set to one if a closures was created in 706 int ctx_has_closure; // set to one if a closure was created in
707 // the function 707 // the function
708 708
709 garray_T ctx_imports; // imported items 709 garray_T ctx_imports; // imported items
710 710
711 skip_T ctx_skip; 711 skip_T ctx_skip;