comparison plugin/lawrencium.vim @ 145:78176bdfe0be

Add `lawrencium_status_win_maxheight` setting.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 03 Nov 2018 19:01:22 -0700
parents 065625e1bb31
children
comparison
equal deleted inserted replaced
144:62af332fbf4a 145:78176bdfe0be
47 47
48 if !exists('g:lawrencium_status_win_split_even') 48 if !exists('g:lawrencium_status_win_split_even')
49 let g:lawrencium_status_win_split_even = 0 49 let g:lawrencium_status_win_split_even = 0
50 endif 50 endif
51 51
52 if !exists('g:lawrencium_status_win_maxheight')
53 let g:lawrencium_status_win_maxheight = 50
54 endif
55
52 if !exists('g:lawrencium_record_start_in_working_buffer') 56 if !exists('g:lawrencium_record_start_in_working_buffer')
53 let g:lawrencium_record_start_in_working_buffer = 0 57 let g:lawrencium_record_start_in_working_buffer = 0
54 endif 58 endif
55 59
56 if !exists('g:lawrencium_extensions') 60 if !exists('g:lawrencium_extensions')