Skip to content

Commit

Permalink
doc: max 256 columns are highlighted
Browse files Browse the repository at this point in the history
Ref: #2
  • Loading branch information
blueyed committed Feb 17, 2014
1 parent 772989c commit 444b987
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/diminactive.vim
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ if !exists('g:diminactive')
endif

" Maximum number of entries in &colorcolumn, when &wrap is enabled.
" NOTE: A maximum of 256 columns are highlighted.
if !exists('g:diminactive_max_cols')
let g:diminactive_max_cols = 256
endif
Expand Down

0 comments on commit 444b987

Please sign in to comment.