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

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:

etc/vim.git
2016-09-09 Richard FletcherAuto write option on following a link for edit
2016-09-09 Richard FletcherOption to not require .md extensions in markdown links
2016-07-13 codybuellAdd documentation for foldtext override
2016-07-13 codybuellAdd option to disable setting foldtext
2016-05-19 Hiroshi ShirosakiMerge pull request #279 from aseom/master
2016-05-17 aseomAdd tests for link in headers
2016-05-13 aseomHighlight mkdLink, mkdInlineURL in Headings
2016-05-10 Hiroshi ShirosakiUpdate doc
2016-05-10 Hiroshi ShirosakiMerge pull request #275 from mpercy/master
2016-04-27 Mike PercyImplement "edit link in Vim" shortcut
2016-04-14 Hiroshi ShirosakiAdd vim-markdown to short command reference
2016-03-17 Hiroshi ShirosakiFix tex.vim syntax conceal
2016-03-16 Hiroshi ShirosakiSet emtpy to loclist if :Toc returns no headers
2016-03-16 Hiroshi ShirosakiAdd keepend as with math syntax
2016-03-16 Hiroshi ShirosakiFix math syntax highlighting after end pattern
2016-03-04 Hiroshi ShirosakiMerge pull request #269 from yous/relaxed-fenced-code
2016-03-03 Chayoung YouClear buffer variables before each test
2016-03-03 Chayoung YouSupport more general fenced code block
2016-03-03 Hiroshi ShirosakiUpdate document for pythonic style folding
2016-03-03 Hiroshi ShirosakiFix bug with double underscores
2016-02-26 Hiroshi ShirosakiFix comments for TableFormat #265
2016-02-25 Hiroshi ShirosakiTableFormat does not remove colons for alignment
2016-02-21 Hiroshi ShirosakiMerge pull request #261 from bekkou68/configurable_new_...
2016-02-20 Takumi Tsunokakemake new list item indent configurable
2016-02-19 Hiroshi ShirosakiHighlight line breaks
2016-02-19 Hiroshi ShirosakiNot highlight as italic without asterisk end
2016-02-19 Hiroshi ShirosakiFix fenced code block syntax when reopening a file
2016-02-19 Hiroshi ShirosakiUse inline code for .virmc in README.md
2016-02-19 Hiroshi ShirosakiAdd 'g:vim_markdown_fenced_languages' option
2016-02-19 Hiroshi ShirosakiChange document for conceal Fix #258
2016-02-19 Hiroshi ShirosakiAdd tests for 'g:vim_markdown_conceal' #258
2016-02-19 BOACKAdd 'g:vim_markdown_conceal'
2016-02-12 Hiroshi ShirosakiUse syn instead of syntax like other part
2016-02-12 Hiroshi ShirosakiFix URL regexp with parenthesis #257
2016-02-12 Hiroshi ShirosakiMerge pull request #257 from alexconst/fix/url_regex
2016-02-10 Alexandre ConstantinoFix URL syntax regex
2016-02-10 Hiroshi ShirosakiMerge pull request #255 from alexconst/feat/ft_dict_ini
2016-02-10 Alexandre ConstantinoAdd filetype mapping of ini to dosini
2016-02-08 Hiroshi ShirosakiAdd : of command in README.md
2016-02-08 Hiroshi ShirosakiFix code format
2016-02-05 Hiroshi ShirosakiRefactor to use `s:` variable and single quotes
2016-02-05 Hiroshi ShirosakiUpdate doc
2016-02-05 Hiroshi ShirosakiMerge pull request #252 from alexconst/feat/emphasis_si...
2016-02-05 Alexandre ConstantinoSimplify expression for single-line emphasis
2016-02-05 Hiroshi ShirosakiFix syntax include errors with alias language
2016-02-04 Alexandre ConstantinoAdd tests for single-line emphasis
2016-02-04 Alexandre ConstantinoFix single-line emphasis dealing with escapes
2016-02-04 Alexandre ConstantinoAdd comment on non-greedy match
2016-02-04 Alexandre ConstantinoAdd option for single-line only text emphasis
2016-02-03 Alexandre ConstantinoPoC for single-line emphasis
2016-01-31 Hiroshi ShirosakiMerge pull request #248 from shirosaki/osx
2016-01-31 Hiroshi ShirosakiFix tests for vim packaged on osx
2016-01-30 Hiroshi ShirosakiAdd osx to travis
2016-01-30 Hiroshi ShirosakiChange make doc command to work with bsd sed
2016-01-29 Hiroshi ShirosakiAdd indent/markdown.vim to install
2016-01-27 Hiroshi ShirosakiNo indent hash header after list
2016-01-27 Hiroshi ShirosakiChange function name to camel case
2016-01-26 Hiroshi ShirosakiAdd bash for fenced code block syntax #93
2016-01-25 Hiroshi ShirosakiGo to the current header on Toc
2016-01-25 Hiroshi ShirosakiNo autoindent after the list
2016-01-22 Hiroshi ShirosakiAllow fenced code block with extended info strings
2016-01-22 Hiroshi ShirosakiEscaped pre and code should not be code block
2016-01-22 Hiroshi ShirosakiUpdate doc
2016-01-22 Hiroshi ShirosakiAdd requirement of json syntax
2016-01-21 Hiroshi ShirosakiUpdate doc
2016-01-21 Hiroshi ShirosakiAdd TOML/JSON front matter support
2016-01-21 Hiroshi ShirosakiReduce unnecessary call `matchend()`
2016-01-21 Hiroshi ShirosakiFix list item highlight after line break
2016-01-20 Hiroshi ShirosakiRemove `mkdLineContinue` from syntax
2016-01-20 Hiroshi ShirosakiHighlight link text with newline
2016-01-20 Hiroshi ShirosakiRemove online with italic and bold syntax
2016-01-20 Hiroshi ShirosakiFix indent code block at beginning of file
2016-01-20 Hiroshi ShirosakiRemove spaces around = of set option
2016-01-19 Hiroshi ShirosakiNot allow space in link
2016-01-19 Ciro Santilli... Merge pull request #245 from cirosantilli/contributing...
2016-01-19 Ciro Santilli... Remove extra blank line from README markdown
2016-01-19 Ciro SantilliMake contributing headers h2 like README
2016-01-19 Hiroshi ShirosakiChange function name to camel case as others
2016-01-19 Hiroshi ShirosakiUpdate doc
2016-01-19 Hiroshi ShirosakiConcealing links
2016-01-19 Hiroshi ShirosakiRestore number setting on tests
2016-01-19 Hiroshi ShirosakiFix regexp for spaces
2016-01-19 Hiroshi ShirosakiImprove regexp performance of italic
2016-01-19 Hiroshi ShirosakiDrop defined known scheme
2016-01-19 Hiroshi ShirosakiRemove ' in regexp pattern of url
2016-01-19 Hiroshi ShirosakiSimplify the regexp of italic and bold
2016-01-19 Hiroshi ShirosakiImprove syntax regexp performance
2016-01-19 Hiroshi ShirosakiFirst =, - should not be treated as header
2016-01-18 Hiroshi ShirosakiFix wrong comment
2016-01-18 Hiroshi ShirosakiChange global variables to local
2016-01-18 Hiroshi ShirosakiChange buffer local variables to function local
2016-01-18 Hiroshi ShirosakiFix YAML frontmatter recognised as level-2 heading
2016-01-17 Hiroshi ShrirosakiAdd requirement for commands #182
2016-01-17 Hiroshi Shrirosakimake test works on Windows
2016-01-15 Hiroshi ShirosakiMove `stty` to before_script in travis script
2016-01-15 Hiroshi ShirosakiRename test/toc.vader
2016-01-15 Hiroshi ShirosakiUse vertical resize command
2016-01-15 Hiroshi ShirosakiUse winwidth(0) instead of &winwidth
2016-01-15 Hiroshi ShirosakiUpdate doc
2016-01-15 Hiroshi ShirosakiMerge pull request #243 from alexconst/feat/toc_autofit
next