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

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:

Fix substitute with `gdefault` on
authorHiroshi Shirosaki <h.shirosaki@gmail.com>
Tue, 5 Jan 2016 05:45:02 +0000 (14:45 +0900)
committerHiroshi Shirosaki <h.shirosaki@gmail.com>
Tue, 5 Jan 2016 05:45:02 +0000 (14:45 +0900)
commitc45a152fcb95075120ad7f99fad08b6b1b720299
treecc444419b6f136689128ce3c1bf04d6cc9ea183b
parentf8ec8cd60856d80084b82c59b4886ce485e64cf0
Fix substitute with `gdefault` on

Do not substitute with `g` flag if `gdefault` is on.
Fix #225
We convert table format tests to varder.
ftplugin/markdown.vim
test/table_format.md [deleted file]
test/table_format.vader [new file with mode: 0644]