aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #36 from wallysslima/mastermattn2019-10-08
|\ | | | | replace deprecated MANTAINER with LABEL in Dockerfile
| * replace deprecated MANTAINER with LABEL in DockerfileWallyss Lima2019-10-03
| |
* | Add build.gradle for kotlinYasuhiro Matsumoto2019-10-06
|/
* Fix feedkeysYasuhiro Matsumoto2019-10-02
|
* Use flag n for feedkeysYasuhiro Matsumoto2019-10-02
|
* Merge branch 'master' of https://github.com/mattn/sonictemplate-vimYasuhiro Matsumoto2019-10-02
|\
| * Merge pull request #34 from hiroebe/fix-shiftwidthmattn2019-09-26
| |\ | | | | | | Use shiftwidth() instead of &shiftwidth
| | * Use shiftwidth() instead of &shiftwidthhiroebe2019-09-16
| |/
* / Update postfix completionYasuhiro Matsumoto2019-10-02
|/
* Create FUNDING.ymlmattn2019-08-14
|
* Fix socket serverYasuhiro Matsumoto2019-07-12
|
* Merge pull request #32 from homedm/add-latex-templatemattn2019-04-24
|\ | | | | add latex template
| * add latex templatehomedm2019-04-23
|/
* Merge pull request #30 from Jagua/fix-postfix-escapemattn2019-03-15
|\ | | | | Fix missing backslash escape at postfix and add some postfix patterns
| * Add more escapeJagua2019-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I believe that escape() is necessary at 3rd argument of substitute(). example: ```go "%v",&P{}.log ``` and type `<C-y><C-b>` actual: ```go log.Println("%v",{{$1}}P{}) ``` expect: ```go log.Println("%v",&P{}) ```
| * Merge branch 'master' into fix-postfix-escapeJagua2019-03-15
| |\ | |/ |/|
* | Merge pull request #31 from mityu/mastermattn2019-03-10
|\ \ | | | | | | Fix command-line completion returns templates of VimScript on command…
| * | Fix command-line completion returns templates of VimScript on command-line ↵mityu2019-03-10
|/ / | | | | | | | | | | | | window. - Add s:get_raw_filetype() to check whether being command-line window. - Replace '&ft' with s:get_raw_filetype() automatically.
| * Add some postfix patterns in JavaJagua2019-03-07
| |
| * Add some postfix patterns in GoJagua2019-03-07
| |
| * Fix missing backslash escapeJagua2019-03-07
|/ | | | | | | | | | | | | | | | | | | | | When writing in Go, type the following code, ```go "AA\nBB".log ``` and hits `<C-y><C-b>`, then got the following result. ```go log.Println("AA BB") ``` but want this. ```go log.Println("AA\nBB") ```
* Merge branch 'master' of https://github.com/mattn/sonictemplate-vimYasuhiro Matsumoto2019-03-01
|\
| * Merge pull request #29 from mityu/mastermattn2019-02-25
| |\ | | | | | | Fix command completion on command-line window.
| | * Fix command completion on command-line window.mityu2019-02-25
| |/
* / Add ccYasuhiro Matsumoto2019-03-01
|/
* add close/queryYasuhiro Matsumoto2018-09-28
|
* Merge pull request #27 from Jagua/patch-1mattn2018-03-16
|\ | | | | fix typo
| * fix typoJagua2018-03-16
|/
* single lineYasuhiro Matsumoto2018-03-15
|
* fix returnYasuhiro Matsumoto2018-03-15
|
* fix indentationYasuhiro Matsumoto2018-01-17
|
* add template for bazel cc BUILD fileYasuhiro Matsumoto2017-09-27
|
* fix htmlYasuhiro Matsumoto2017-07-16
|
* update go templatesYasuhiro Matsumoto2017-07-05
|
* add completion for "".p and "".puts in rubyYasuhiro Matsumoto2017-06-22
|
* add template for WAF/echoYasuhiro Matsumoto2017-06-22
|
* want/gotYasuhiro Matsumoto2017-06-17
|
* test package name should not be better xxx_testYasuhiro Matsumoto2017-06-17
|
* Merge pull request #25 from totem3/mastermattn2017-04-19
|\ | | | | fix rust main template
| * fix rust main templateTakafumi Hirata2017-04-18
|/
* add some staff for es6Yasuhiro Matsumoto2017-03-05
|
* add base-sinatra.rbYasuhiro Matsumoto2017-03-05
|
* placeholderYasuhiro Matsumoto2016-07-04
|
* add postfix template for rubyYasuhiro Matsumoto2016-07-04
|
* move cursor to eolYasuhiro Matsumoto2016-07-04
|
* add postfix template for htmlYasuhiro Matsumoto2016-07-04
|
* dittoYasuhiro Matsumoto2016-07-04
|
* save/restore indentexprYasuhiro Matsumoto2016-07-04
|
* Merge pull request #24 from sgur/fix_mapcmdmattn2016-07-04
|\ | | | | Fix map commands
| * Fix map commandssgur2016-07-04
|/