Skip to content

Commit

Permalink
Merge pull request #498 from jrwrigh/master
Browse files Browse the repository at this point in the history
fixup: Remove debugging echo message
  • Loading branch information
shirosaki authored Jul 14, 2020
2 parents 909c0e5 + 9497be6 commit 8e5d86f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ftplugin/markdown.vim
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,6 @@ function! s:MarkdownHighlightSources(force)
let filetypes = {}
for line in getline(1, '$')
let ft = matchstr(line, '```\s*\zs[0-9A-Za-z_+-]*\ze.*')
echom ft
if !empty(ft) && ft !~ '^\d*$' | let filetypes[ft] = 1 | endif
endfor
if !exists('b:mkd_known_filetypes')
Expand Down

0 comments on commit 8e5d86f

Please sign in to comment.