comparison src/termdefs.h @ 32244:533e36e02a68 v9.0.1453

patch 9.0.1453: typos in source code and tests Commit: https://github.com/vim/vim/commit/b49dfd0cf296623af2d756cefc3e73b5b307734e Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Fri Apr 14 21:54:25 2023 +0100 patch 9.0.1453: typos in source code and tests Problem: Typos in source code and tests. Solution: Fi the typos. (Dominique Pell?, closes https://github.com/vim/vim/issues/12217)
author Bram Moolenaar <Bram@vim.org>
date Fri, 14 Apr 2023 23:00:07 +0200
parents 9dc48932db8e
children 36843e079f64
comparison
equal deleted inserted replaced
32243:bf6556bfd412 32244:533e36e02a68
12 * here are optional, except "cm" (cursor motion). 12 * here are optional, except "cm" (cursor motion).
13 */ 13 */
14 14
15 #if defined(SASC) && SASC < 658 15 #if defined(SASC) && SASC < 658
16 /* 16 /*
17 * The SAS C compiler has a bug that makes typedefs being forgot in include 17 * The SAS C compiler has a bug that makes typedefs being forgotten
18 * files. Has been fixed in version 6.58. 18 * in include files. Has been fixed in version 6.58.
19 */ 19 */
20 typedef unsigned char char_u; 20 typedef unsigned char char_u;
21 #endif 21 #endif
22 22
23 /* 23 /*