Commit message (Expand) | Author | Age | |
---|---|---|---|
* | version.c: Mark vim-patches NA | watiko | 2016-02-28 |
* | Merge pull request #4332 from Jun-T/editorconfig | Justin M. Keyes | 2016-02-27 |
|\ | |||
| * | add .editorconfig | Jun T | 2016-02-23 |
* | | Avoid internal errors with setloclist() | Marco Hinz | 2016-02-26 |
* | | Merge pull request #4277 from Jun-T/lang2locale | Justin M. Keyes | 2016-02-26 |
|\ \ | |||
| * | | build: install *.mo into the "standard" directory | Jun T | 2016-02-23 |
* | | | Merge pull request #4335 from HarmtH/update-doc | Justin M. Keyes | 2016-02-25 |
|\ \ \ | |||
| * | | | Correct documention on order autocmds | Harm te Hennepe | 2016-02-23 |
* | | | | Merge pull request #4274 from DarkDefender/patch-1 | Justin M. Keyes | 2016-02-25 |
|\ \ \ \ | |||
| * | | | | Fix terminal true color bold colors | Sebastian Parborg | 2016-02-23 |
* | | | | | Merge pull request #4346 from bfredl/minilint | Justin M. Keyes | 2016-02-25 |
|\ \ \ \ \ | |||
| * | | | | | Revert "build system: avoid more unneccesary recompiles" | Björn Linse | 2016-02-25 |
| * | | | | | cmake: allow linting a specific file | Björn Linse | 2016-02-25 |
* | | | | | | Merge PR #4337 'Make set{qf,loc}list() take {title}' | Marco Hinz | 2016-02-25 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||
| * | | | | | Tests: add errorlist_spec.lua | Marco Hinz | 2016-02-25 |
| * | | | | | Make set{qf,loc}list() take {title} | Marco Hinz | 2016-02-25 |
|/ / / / / | |||
* | | | | | Merge pull request #4339 from philix/fix-undo-diagram | Justin M. Keyes | 2016-02-24 |
|\ \ \ \ \ | |||
| * | | | | | Fix the ASCII-art diagram in undo.c | Felipe Oliveira Carvalho | 2016-02-24 |
* | | | | | | Tests: fix according to lualint | Marco Hinz | 2016-02-24 |
* | | | | | | Merge pull request #1817 from bfredl/bufmatch | Björn Linse | 2016-02-23 |
|\ \ \ \ \ \ | |||
| * | | | | | | docs: start api docs and document highlight mechanism | Björn Linse | 2016-02-23 |
| * | | | | | | bufhl: fix unittests and lint | Björn Linse | 2016-02-23 |
| * | | | | | | bufhl: add tests for adding and clearing highlights | Björn Linse | 2016-02-23 |
| * | | | | | | bufhl: new mechanism for plugins to add highlights to a buffer | Björn Linse | 2016-02-23 |
|/ / / / / / | |||
* | | | | | | Merge pull request #4327 from ffleming/coverity-71530 | Justin M. Keyes | 2016-02-23 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||
| * | | | | | coverity/71530: Prefer STRLCPY to STRCPY in option.c | Forrest Fleming | 2016-02-23 |
* | | | | | | Merge pull request #4329 from justinmk/libuv | Justin M. Keyes | 2016-02-23 |
|\ \ \ \ \ \ | |||
| * | | | | | | Update to libuv 1.8.0 | Justin M. Keyes | 2016-02-22 |
| |/ / / / / | |||
* | | | | | | Merge pull request #4064 from oni-link/cs_print_tags_priv | Justin M. Keyes | 2016-02-23 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||
| * | | | | | cs_print_tags_priv: Clean up function. | oni-link | 2016-01-21 |
| * | | | | | cs_print_tags_priv: Clear first output line to screen end | oni-link | 2016-01-21 |
| * | | | | | coverity/133892: Resource leak | oni-link | 2016-01-21 |
| * | | | | | coverity/133858: Out-of-bounds access | oni-link | 2016-01-21 |
| * | | | | | coverity/13753: Dereference null return value | oni-link | 2016-01-21 |
* | | | | | | Merge pull request #4330 from justinmk/set_vim_var_dict | Justin M. Keyes | 2016-02-23 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||
| * | | | | | set_vim_var_dict: Allow NULL `val`. | Justin M. Keyes | 2016-02-23 |
|/ / / / / | |||
* | | | | | Merge pull request #4328 from justinmk/coverity | Justin M. Keyes | 2016-02-23 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||
| * | | | | coverity/71532: STRING_OVERFLOW | Justin M. Keyes | 2016-02-22 |
|/ / / / | |||
* | | | | Merge pull request #4315 from justinmk/compl_flicker | Justin M. Keyes | 2016-02-22 |
|\ \ \ \ | |||
| * | | | | ins_complete: Avoid semi-global state. | Justin M. Keyes | 2016-02-22 |
| * | | | | completion: Avoid flicker. | Shougo Matsushita | 2016-02-21 |
* | | | | | Merge pull request #4318 from lucc/legacy_test_makefile | Justin M. Keyes | 2016-02-22 |
|\ \ \ \ \ | |||
| * | | | | | test: Reformat legacy test makefile. | Lucas Hoffmann | 2016-02-22 |
|/ / / / / | |||
* | | | | | Merge pull request #4317 from justinmk/superkey | Justin M. Keyes | 2016-02-22 |
|\ \ \ \ \ | |||
| * | | | | | keymap: Support <D-...> (super/command key). | Justin M. Keyes | 2016-02-22 |
|/ / / / / | |||
* | | | | | vim-patch:7.4.936 #4271 | watiko | 2016-02-22 |
* | | | | | Merge pull request #4272 from watiko/vim-7.4.937 | Justin M. Keyes | 2016-02-22 |
|\ \ \ \ \ | |||
| * | | | | | vim-patch:7.4.937 | watiko | 2016-02-17 |
| | |_|/ / | |/| | | | |||
* | | | | | Merge pull request #4267 from watiko/vim-7.4.932 | Justin M. Keyes | 2016-02-22 |
|\ \ \ \ \ | |||
| * | | | | | version.c: Mark 7.4.935 NA | watiko | 2016-02-16 |