Skip to content

Commit

Permalink
fix: Remove debugging echo message
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwrigh committed Jul 12, 2020
1 parent dfd92dd commit 9497be6
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 @@ -703,7 +703,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 9497be6

Please sign in to comment.