mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.2.4273: the EBCDIC support is outdated
Problem: The EBCDIC support is outdated. Solution: Remove the EBCDIC support.
This commit is contained in:
@@ -136,9 +136,6 @@ typedef struct {
|
||||
* (a normal mark is a lnum/col pair, the same as a file position)
|
||||
*/
|
||||
|
||||
// (Note: for EBCDIC there are more than 26, because there are gaps in the
|
||||
// alphabet coding. To minimize changes to the code, I decided to just
|
||||
// increase the number of possible marks.
|
||||
#define NMARKS ('z' - 'a' + 1) // max. # of named marks
|
||||
#define EXTRA_MARKS 10 // marks 0-9
|
||||
#define JUMPLISTSIZE 100 // max. # of marks in jump list
|
||||
|
Reference in New Issue
Block a user