shed biking: it's always extmarks, never marks extended

This commit is contained in:
Björn Linse
2020-01-20 19:29:12 +01:00
parent 4d4035400e
commit 48a869dc6d
20 changed files with 26 additions and 27 deletions

View File

@@ -4,7 +4,7 @@
#include <time.h> // for time_t
#include "nvim/pos.h"
#include "nvim/mark_extended_defs.h"
#include "nvim/extmark_defs.h"
#include "nvim/mark_defs.h"
typedef struct u_header u_header_T;