From: codybuell Date: Tue, 27 Jun 2017 01:34:29 +0000 (-0400) Subject: Correct spelling to global variable name X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/3375792916db2503b81ee848eeb26c7376d23e42?ds=sidebyside Correct spelling to global variable name --- 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