]> 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:

Initialize editmethod variable
authorcodybuell <cody@codybuell.com>
Fri, 27 Apr 2018 18:41:12 +0000 (14:41 -0400)
committercodybuell <cody@codybuell.com>
Wed, 6 Jun 2018 11:26:40 +0000 (07:26 -0400)
ftplugin/markdown.vim

index d9efd3c7b539ac02a0a6bc8d9fcd854318f5d97a..68d1d3d994cbbc1afd4840e1aa6fef5364e54981 100644 (file)
@@ -609,6 +609,7 @@ if !exists('*s:EditUrlUnderCursor')
                     endif
                 endif
                 let l:url = fnameescape(fnamemodify(expand('%:h').'/'.l:url.l:ext, ':.'))
+                let l:editmethod = ''
                 " determine how to open the linked file (split, tab, etc)
                 if exists('g:vim_markdown_edit_url_in')
                   if g:vim_markdown_edit_url_in == 'tab'