Skip to content

Commit

Permalink
Prevent collapsed highlighting at large code block
Browse files Browse the repository at this point in the history
Following this guidance (https://github.com/tpope/vim-markdown) while
trying to troubleshoot this issue
(masukomi/vim-markdown-folding#35).
  • Loading branch information
noperator committed Jul 18, 2020
1 parent 744258d commit a6d613f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ set nocompatible
if has("autocmd")
filetype plugin indent on
endif
let g:markdown_minlines = 1000

" Searching.
set incsearch " Search as characters are entered.
Expand Down

0 comments on commit a6d613f

Please sign in to comment.