X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/24ee67dcb6c10a9e3a7d6651e95d300ff300ecb7..3375792916db2503b81ee848eeb26c7376d23e42:/ftplugin/markdown.vim diff --git a/ftplugin/markdown.vim b/ftplugin/markdown.vim index f5d0989..48fa89e 100644 --- a/ftplugin/markdown.vim +++ b/ftplugin/markdown.vim @@ -588,7 +588,7 @@ if !exists("*s:EditUrlUnderCursor") if get(g:, 'vim_markdown_no_extensions_in_markdown', 0) " use another file extension if preferred if exists('g:vim_markdown_auto_extension_ext') - let l:ext = '.'.g:vim_markdow_auto_extension_ext + let l:ext = '.'.g:vim_markdown_auto_extension_ext else let l:ext = '.md' endif