On Sunday, December 15, 2013 1:41:38 AM UTC, Josh Stone wrote:
>
> OK, so I suppose if new_changelog_entry() isn't going to do anything
> with the prefix, and perhaps never has, then open_changelog should
> just omit the parameter as well? It would be nice to pre-fill the
> relative filename, but it should at least not throw errors like this.
I reported this to the maintainer but forgot to submit a fix upstream. I've been using this patch for months:
diff -r acf7368a2acc runtime/ftplugin/changelog.vim
--- a/runtime/ftplugin/changelog.vim Thu Mar 21 22:53:50 2013 +0100
+++ b/runtime/ftplugin/changelog.vim Thu Jan 09 13:05:16 2014 +0000
@@ -294,7 +294,7 @@
execute 'split' fnameescape(changelog)
endif
- call s:new_changelog_entry(prefix)
+ call s:new_changelog_entry()
endfunction
let &cpo = s:cpo_save
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Thursday, January 9, 2014
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment