commit | 410e98a70bc00ea4bed51e55a8fe20e56a72c087 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 09 22:05:49 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 09 22:05:49 2019 +0200 |
tree | e0104f5f3a0f6974c686b3905e551fdcfc6a9f7f | |
parent | e5fbd7393067c279860598ac8359d1617b1082b9 [diff] [blame] |
patch 8.1.2019: 'cursorline' always highlights the whole line Problem: 'cursorline' always highlights the whole line. Solution: Add 'cursorlineopt' to specify what is highlighted. (closes #4693)
diff --git a/src/option.h b/src/option.h index c1a25b3..76d67d9 100644 --- a/src/option.h +++ b/src/option.h
@@ -1161,6 +1161,7 @@ #ifdef FEAT_SYN_HL , WV_CUC , WV_CUL + , WV_CULOPT , WV_CC #endif #ifdef FEAT_STL_OPT