comparison src/structs.h @ 20621:d30b16692ce0 v8.2.0864

patch 8.2.0864: pragmas are indented all the way to the left Commit: https://github.com/vim/vim/commit/d881b516da0184052d2f9d33c3f72c5c014316bd Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 31 17:49:30 2020 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Sun, 31 May 2020 18:00:03 +0200
parents 68c206d3a251
children 99b6e6bf48bf
comparison
equal deleted inserted replaced
20620:3c6739c316cc 20621:d30b16692ce0
2801 int b_ind_keep_case_label; 2801 int b_ind_keep_case_label;
2802 int b_ind_hash_comment; 2802 int b_ind_hash_comment;
2803 int b_ind_cpp_namespace; 2803 int b_ind_cpp_namespace;
2804 int b_ind_if_for_while; 2804 int b_ind_if_for_while;
2805 int b_ind_cpp_extern_c; 2805 int b_ind_cpp_extern_c;
2806 int b_ind_pragma;
2806 #endif 2807 #endif
2807 2808
2808 linenr_T b_no_eol_lnum; // non-zero lnum when last line of next binary 2809 linenr_T b_no_eol_lnum; // non-zero lnum when last line of next binary
2809 // write should not have an end-of-line 2810 // write should not have an end-of-line
2810 2811