X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/f06efe01b7e7228715e84ad7ec5c7d8be9fdd6d7..6df8cb9ec2483fdfc7e57daa083b8cf2be05ffee:/Makefile diff --git a/Makefile b/Makefile index c9d1155..0b287e2 100644 --- a/Makefile +++ b/Makefile @@ -66,6 +66,12 @@ doc: build/html2vimdoc build/vim-tools -e "s/^- '([^']{1,2})':.*/ \*vim-markdown-\1\*/" -e "# short command" \ -e ":a" -e "s/^(.{1,78})$$/ \1/" -e "ta" -e "# align right" \ -e "G" -e "# append the matched line after the command reference" \ + -e "}" \ + -e "/^- 'g:vim_markdown_[[:alnum:]_]*'$$/ {" \ + -e "h" -e "# save the matched line to the hold space" \ + -e "s/^- '([^']*)'$$/ \*\1\*/" -e "# make global variable reference" \ + -e ":g" -e "s/^(.{1,78})$$/ \1/" -e "tg" -e "# align right" \ + -e "G" -e "# append the matched line after the global variable reference" \ -e "}" > doc/vim-markdown.txt && rm -f doc/tmp.md .PHONY: doc