comparison src/os_mac.h @ 19709:c85d1e043d16 v8.2.0411

patch 8.2.0411: Mac: breakcheck is using a value from the stone ages Commit: https://github.com/vim/vim/commit/24e9b6fe4b5d09bcced1318c6c1b92d807e96ac7 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 19 16:28:44 2020 +0100 patch 8.2.0411: Mac: breakcheck is using a value from the stone ages Problem: Mac: breakcheck is using a value from the stone ages. Solution: Delete BREAKCHECK_SKIP from the Mac header file. (Ben Jackson)
author Bram Moolenaar <Bram@vim.org>
date Thu, 19 Mar 2020 16:30:05 +0100
parents 6e3dc2d630c2
children 35921b7fc07a
comparison
equal deleted inserted replaced
19708:b073ae1d0393 19709:c85d1e043d16
75 // we use the Unix File path style. Also when UNIX is defined. 75 // we use the Unix File path style. Also when UNIX is defined.
76 #define USE_UNIXFILENAME 76 #define USE_UNIXFILENAME
77 77
78 78
79 /* 79 /*
80 * Generic Vim #define 80 * Generic Vim #define for Mac
81 */ 81 */
82 82
83 #define FEAT_SOURCE_FFS 83 #define FEAT_SOURCE_FFS
84 #define FEAT_SOURCE_FF_MAC 84 #define FEAT_SOURCE_FF_MAC
85 85
86 #define USE_EXE_NAME // to find $VIM 86 #define USE_EXE_NAME // to find $VIM
87 #define CASE_INSENSITIVE_FILENAME // ignore case when comparing file names 87 #define CASE_INSENSITIVE_FILENAME // ignore case when comparing file names
88 #define SPACE_IN_FILENAME 88 #define SPACE_IN_FILENAME
89 #define BREAKCHECK_SKIP 32 // call mch_breakcheck() each time, it's
90 // quite fast. Did I forgot to update the
91 // comment
92 89
93 #define USE_FNAME_CASE // make ":e os_Mac.c" open the file in its 90 #define USE_FNAME_CASE // make ":e os_Mac.c" open the file in its
94 // original case, as "os_mac.c" 91 // original case, as "os_mac.c"
95 #define BINARY_FILE_IO 92 #define BINARY_FILE_IO
96 #define EOL_DEFAULT EOL_MAC 93 #define EOL_DEFAULT EOL_MAC