Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | | | | | | | | | vim-patch:8.2.4214: illegal memory access with large 'tabstop' in Ex mode | Christian Clason | 2022-01-26 | |
* | | | | | | | | | | | | | | | Merge pull request #17132 from zeertzjq/vim-8.2.3611 | Christian Clason | 2022-01-26 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | vim-patch:8.2.3613: :find test fails | zeertzjq | 2022-01-18 | |
| * | | | | | | | | | | | | | | vim-patch:8.2.3611: crash when using CTRL-W f without finding a file name | zeertzjq | 2022-01-18 | |
| * | | | | | | | | | | | | | | vim-patch:8.2.3494: illegal memory access in utf_head_off | zeertzjq | 2022-01-18 | |
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | vim-patch:8.2.4196: various file types not recognized (#17182) | dundargoc | 2022-01-25 | |
| |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge pull request #15910 from glacambre/silent_stdioopen | bfredl | 2022-01-24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | feat(--headless): add on_print callback to stdioopen | glacambre | 2022-01-24 | |
* | | | | | | | | | | | | | | Merge pull request #17143 from jamessan/coverity-fixes | James McCoy | 2022-01-24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | fix(coverity/188749): nullify pointer to fix use-after-free | James McCoy | 2022-01-19 | |
| * | | | | | | | | | | | | | fix(coverity/340720): error if nvim_eval_statusline given invalid winid | James McCoy | 2022-01-19 | |
| * | | | | | | | | | | | | | refactor(coverity/345583): assert fp is non-NULL | James McCoy | 2022-01-19 | |
| * | | | | | | | | | | | | | refactor(coverity/345582): assert fp is non-NULL | James McCoy | 2022-01-19 | |
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge pull request #17156 from zeertzjq/vim-8.2.3584 | bfredl | 2022-01-23 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | vim-patch:8.2.3587: compiler test fails with backslash file separator | zeertzjq | 2022-01-21 | |
| * | | | | | | | | | | | | | vim-patch:8.2.3586: command completion test fails | zeertzjq | 2022-01-21 | |
| * | | | | | | | | | | | | | vim-patch:8.2.3584: "verbose set efm" reports location of the :compiler command | zeertzjq | 2022-01-21 | |
| |/ / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | Merge pull request #17168 from zeertzjq/ins-char-typebuf-mods | bfredl | 2022-01-23 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | fix(input): put modifiers back into typeahead buffer when needed | zeertzjq | 2022-01-23 | |
* | | | | | | | | | | | | | | vim-patch:8.2.4188: not all gitconfig files are recognized (#17178) | Christian Clason | 2022-01-23 | |
* | | | | | | | | | | | | | | vim-patch:8.2.4191: json5 files are not recognized (#17180) | dundargoc | 2022-01-23 | |
* | | | | | | | | | | | | | | vim-patch:8.2.4187: gnuplot file not recognized (#17177) | Christian Clason | 2022-01-23 | |
|/ / / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | Merge pull request #16936 from zeertzjq/no-escape-csi | bfredl | 2022-01-21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | refactor: remove CSI unescaping and clean up related names and comments | zeertzjq | 2022-01-21 | |
| * | | | | | | | | | | | | | refactor: remove the <xCSI> key | zeertzjq | 2022-01-21 | |
| * | | | | | | | | | | | | | fix(input): never escape CSI bytes | zeertzjq | 2022-01-21 | |
| |/ / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | Merge pull request #17076 from notomo/expose-extmark-more-details | bfredl | 2022-01-21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | feat(api): expose extmark more details | notomo | 2022-01-20 | |
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | | vim-patch:8.2.4172: filetype detection for BASIC is not optimal (#17161) | Christian Clason | 2022-01-21 | |
| |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | refactor: source ftplugin.vim separately from filetype.vim (#17129) | Gregory Anders | 2022-01-18 | |
| |_|/ / / / / / / / / |/| | | | | | | | | | | ||||
* | | | | | | | | | | | refactor: enable filetype detection before user startup scripts (#17040) | Gregory Anders | 2022-01-17 | |
* | | | | | | | | | | | vim-patch:fd31be29b822 (#17114) | Christian Clason | 2022-01-17 | |
|/ / / / / / / / / / | ||||
* | | | | | | | | | | Merge pull request #16836 from bfredl/mark2 | bfredl | 2022-01-15 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | refactor(extmarks): use a more efficient representation | Björn Linse | 2022-01-15 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||
* | | | | | | | | | | Merge pull request #17001 from mjlbach/feat/non-strict-extmarks | bfredl | 2022-01-15 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||
| * | | | | | | | | | Address review r3 | Michael Lingelbach | 2022-01-15 | |
| * | | | | | | | | | Address review r2 | Michael Lingelbach | 2022-01-12 | |
| * | | | | | | | | | Address 'review' | Michael Lingelbach | 2022-01-12 | |
| * | | | | | | | | | feat(extmarks): add strict option | Michael Lingelbach | 2022-01-08 | |
* | | | | | | | | | | vim-patch:8.2.4095: sed script not recognized by the first line (#17101) | Christian Clason | 2022-01-15 | |
| |_|/ / / / / / / |/| | | | | | | | | ||||
* | | | | | | | | | Merge pull request #16998 from zeertzjq/lua-vim-var-funcref | bfredl | 2022-01-14 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | feat(api, lua): more conversions between LuaRef and Vim Funcref | zeertzjq | 2022-01-13 | |
* | | | | | | | | | | vim-patch:8.1.2375: no suffucient testing for registers | zeertzjq | 2022-01-14 | |
* | | | | | | | | | | vim-patch:8.2.4077: not all Libsensors files are recognized (#17080) | Christian Clason | 2022-01-13 | |
* | | | | | | | | | | Merge pull request #17034 from zeertzjq/compl-lua-select | bfredl | 2022-01-13 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||
| * | | | | | | | | | feat(completion): support selecting item via API from Lua mapping | zeertzjq | 2022-01-11 | |
* | | | | | | | | | | fix(keywordprg): retain terminal buffer after K (#17046) | Daniel Steinberg | 2022-01-12 | |
| |/ / / / / / / / |/| | | | | | | | | ||||
* | | | | | | | | | vim-patch:8.2.4064: foam files are not detected (#17041) | Christian Clason | 2022-01-11 | |
* | | | | | | | | | Merge pull request #16962 from f380cedric/vim-8.2.3409 | Thomas Vigouroux | 2022-01-11 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | vim-patch:8.2.3409: reading beyond end of line with invalid utf-8 character | f380cedric | 2022-01-06 | |
| | |_|_|_|/ / / / | |/| | | | | | | |