aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* | | | vim-patch:8.2.4704: using "else" after return or break increases indent (#18032)zeertzjq2022-04-08
* | | | vim-patch:8.2.4706: buffer remains active with WinClosed and tabpageszeertzjq2022-04-08
* | | | vim-patch:8.2.4700: buffer remains active if WinClosed event throws an exceptionzeertzjq2022-04-08
* | | | vim-patch:8.2.0004: get E685 and E931 if buffer reload is interruptedzeertzjq2022-04-08
* | | | refactor(window): cherry-pick win_close_buffer() from Vim patch 8.1.1391zeertzjq2022-04-08
* | | | vim-patch:8.2.4710: smart indenting does not work after completion (#18030)zeertzjq2022-04-08
* | | | vim-patch:8.2.4708: PHP test files are not recognized (#18025)Christian Clason2022-04-07
* | | | vim-patch:8.2.4707: redrawing could be a bit more efficient (#18022)zeertzjq2022-04-07
* | | | fix(event-loop): check if executed register has endedzeertzjq2022-04-07
* | | | fix(input): fix clearing of reg_executingzeertzjq2022-04-07
|/ / /
* | | Merge pull request #17979 from zeertzjq/autocmd-show-fixbfredl2022-04-07
|\ \ \
| * | | fix(autocmd): restore autocmd showing behaviorzeertzjq2022-04-06
* | | | vim-patch:8.2.4701: Kuka Robot Language files not recognized (#18012)Christian Clason2022-04-07
| |_|/ |/| |
* | | vim-patch:8.2.0836: not all :cdo output is visible (#18007)zeertzjq2022-04-06
|/ /
* | vim-patch:8.2.4696: delete() with "rf" argument does not report a failure (#1...zeertzjq2022-04-06
* | Merge pull request #18003 from bfredl/incperf2bfredl2022-04-05
|\ \
| * | fix(ui): inccomand performance degradationKillTheMule2022-04-05
* | | Merge pull request #17335 from famiu/fix/ui/win-resizebfredl2022-04-05
|\ \ \ | |/ / |/| |
| * | fix(ui): make window resize commands manage cmdheightFamiu Haque2022-04-05
* | | vim-patch:8.2.{4692,4691,4690}: fix Insert mode <LeftDrag> mapping bug (#17999)zeertzjq2022-04-05
* | | vim-patch:8.2.4687: "vimgrep /%v/ *" may cause a crash (#17995)zeertzjq2022-04-05
|/ /
* | refactor(pos.h): remove unused include; make formatting consistent (#17892)Miyelsh2022-04-04
* | refactor: pass "preview" to regtilde()zeertzjq2022-04-04
* | vim-patch:8.2.4253: using freed memory when substitute with function callzeertzjq2022-04-04
* | vim-patch:8.2.4258: Coverity warns for array overrunzeertzjq2022-04-04
* | vim-patch:8.2.4247: stack corruption when looking for spell suggestionszeertzjq2022-04-04
* | test(old): fix test_spell.vim encodingzeertzjq2022-04-04
* | test(old): fix test_regexp_latin.vim encoding (#17989)zeertzjq2022-04-04
* | Merge pull request #17987 from leungbk/vim-patch-4402zeertzjq2022-04-04
|\ \
| * | vim-patch:8.2.4402: missing parenthesis may cause unexpected problemsBrian Leung2022-04-03
| * | vim-patch:8.2.4639: not sufficient parenthesis in preprocessor macrosBrian Leung2022-04-03
* | | fix(substitute): properly check for empty command linezeertzjq2022-04-04
|/ /
* | vim-patch:8.2.4672: using :normal with Ex mode may make :substitute hang (#17...zeertzjq2022-04-03
* | [RFC] vim-patch:8.1.1378: delete() can not handle a file name that looks liâ€...Shougo2022-04-03
* | vim-patch:8.1.1687: the evalfunc.c file is too big (#17949)Lewis Russell2022-04-03
* | fix(ex_normal): spam \n in Ex mode only if in Cmdline mode (#17977)zeertzjq2022-04-03
|/
* vim-patch:8.2.4664: Elvish files are not recognized (#17963)Christian Clason2022-04-02
* fix(input): do not translate scroll keys into multiclickszeertzjq2022-04-02
* vim-patch:8.2.4660: cursorcolumn is sometimes not correctzeertzjq2022-04-01
* vim-patch:8.2.3489: ml_get error after search with rangezeertzjq2022-04-01
* vim-patch:8.2.3472: other crashes with empty search pattern not testedzeertzjq2022-04-01
* vim-patch:8.2.3471: crash when using CTRL-T after an empty search patternzeertzjq2022-04-01
* fix(api): delete all autocmds with the same IDLewis Russell2022-04-01
* refactor: remove redundant check for w_p_cole (#17944)zeertzjq2022-04-01
* vim-patch:8.2.3122: with 'nowrap' cursor position is unexected in narrow wind...zeertzjq2022-04-01
* Merge pull request #17938 from ggandor/autocmd-api-namesbfredl2022-04-01
|\
| * refactor(api)!: use singular/plural consistently in the autocmd APIGyörgy Andorka2022-03-31
* | vim-patch:8.2.4658: org-mode files are not recognized (#17939)Christian Clason2022-03-31
* | Merge pull request #17929 from lewis6991/autocmdbfredl2022-03-31
|\ \
| * | fix(api): improve autocmd error handlingLewis Russell2022-03-31