diff options
Diffstat (limited to 'src/nvim/hardcopy.h')
-rw-r--r-- | src/nvim/hardcopy.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/hardcopy.h b/src/nvim/hardcopy.h index 7b28169a5b..9ef4eb0074 100644 --- a/src/nvim/hardcopy.h +++ b/src/nvim/hardcopy.h @@ -18,9 +18,9 @@ typedef struct { TriState italic; TriState underline; int undercurl; - int underlineline; - int underdot; - int underdash; + int underdouble; + int underdotted; + int underdashed; } prt_text_attr_T; /* |