0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.2.0864: pragmas are indented all the way to the left

Problem:    Pragmas are indented all the way to the left.
Solution:   Add an option to indent progmas like normal code. (Max Rumpf,
            closes #5468)
This commit is contained in:
Bram Moolenaar
2020-05-31 17:49:30 +02:00
parent e023e88bed
commit d881b516da
5 changed files with 58 additions and 4 deletions

View File

@@ -2803,6 +2803,7 @@ struct file_buffer
int b_ind_cpp_namespace;
int b_ind_if_for_while;
int b_ind_cpp_extern_c;
int b_ind_pragma;
#endif
linenr_T b_no_eol_lnum; // non-zero lnum when last line of next binary