comparison src/typval.c @ 28809:d0241e74bfdb v8.2.4928

patch 8.2.4928: various white space and cosmetic mistakes Commit: https://github.com/vim/vim/commit/6ed545e79735f23ff8e650bc2f0967e5a0baedc9 Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 9 20:09:23 2022 +0100 patch 8.2.4928: various white space and cosmetic mistakes Problem: Various white space and cosmetic mistakes. Solution: Change spaces to tabs, improve comments.
author Bram Moolenaar <Bram@vim.org>
date Mon, 09 May 2022 21:15:04 +0200
parents 723c7d940cba
children 3626ca6a20ea
comparison
equal deleted inserted replaced
28808:0f0fed554cdc 28809:d0241e74bfdb
969 return (char_u *)""; 969 return (char_u *)"";
970 case VAR_BOOL: 970 case VAR_BOOL:
971 case VAR_SPECIAL: 971 case VAR_SPECIAL:
972 STRCPY(buf, get_var_special_name(varp->vval.v_number)); 972 STRCPY(buf, get_var_special_name(varp->vval.v_number));
973 return buf; 973 return buf;
974 case VAR_BLOB: 974 case VAR_BLOB:
975 emsg(_(e_using_blob_as_string)); 975 emsg(_(e_using_blob_as_string));
976 break; 976 break;
977 case VAR_JOB: 977 case VAR_JOB:
978 #ifdef FEAT_JOB_CHANNEL 978 #ifdef FEAT_JOB_CHANNEL
979 if (in_vim9script()) 979 if (in_vim9script())