Skip to content

Commit 8e5d86f

Browse files
authored
Merge pull request preservim#498 from jrwrigh/master
fixup: Remove debugging echo message
2 parents 909c0e5 + 9497be6 commit 8e5d86f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ftplugin/markdown.vim

-1
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,6 @@ function! s:MarkdownHighlightSources(force)
789789
let filetypes = {}
790790
for line in getline(1, '$')
791791
let ft = matchstr(line, '```\s*\zs[0-9A-Za-z_+-]*\ze.*')
792-
echom ft
793792
if !empty(ft) && ft !~ '^\d*$' | let filetypes[ft] = 1 | endif
794793
endfor
795794
if !exists('b:mkd_known_filetypes')

0 commit comments

Comments
 (0)