]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Correct spelling to global variable name
authorcodybuell <cody@codybuell.com>
Tue, 27 Jun 2017 01:34:29 +0000 (21:34 -0400)
committercodybuell <cody@codybuell.com>
Tue, 27 Jun 2017 01:34:29 +0000 (21:34 -0400)
ftplugin/markdown.vim

index f5d09898bea9ac4232aa8e24f8fd0a85556095ce..48fa89e5dfb4b7cdcd68ae5878d3f30053761639 100644 (file)
@@ -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