aboutsummaryrefslogtreecommitdiff
path: root/src/nvim
Commit message (Expand)AuthorAge
...
* | | refactor: format with uncrustify #15778dundargoc2021-09-25
|/ /
* | Merge #15774 fix(pvs): fix warnings, scriptJustin M. Keyes2021-09-24
|\ \
| * | fix(PVS V681): function call order is undefinedJustin M. Keyes2021-09-24
| * | fix(PVS V576): false positiveJustin M. Keyes2021-09-24
| * | fix(PVS V576): wrong fprintf() formatJustin M. Keyes2021-09-24
| * | fix(PVS V507): false positiveJustin M. Keyes2021-09-24
| |/
* | Merge #15731 vim-patch:7.4.725,8.2.{0597,0598,0924,1035}Justin M. Keyes2021-09-24
|\ \
| * | vim-patch:8.2.1035: setreg() does not always clear the registerSean Dewar2021-09-23
| * | vim-patch:7.4.725Sean Dewar2021-09-23
| * | vim-patch:8.2.0924: cannot save and restore a register properlySean Dewar2021-09-23
| * | vim-patch:8.2.0598: test_eval_stuff fails in normal terminalSean Dewar2021-09-22
| * | vim-patch:8.2.0597: test_eval is old styleSean Dewar2021-09-22
| |/
* / refactor: format with uncrustify #15755dundargoc2021-09-24
|/
* refactor: format with uncrustify #15741dundargoc2021-09-22
* ci(PVS): PVS/V009: add required header #15751dundargoc2021-09-21
* fix(startup): init.lua: set $MYVIMRC to absolute path #15748Justin M. Keyes2021-09-21
* refactor: reformat with uncrustify #15736dundargoc2021-09-20
* fix(inccommand): ignore trailing commands only for *previewed* command #15638itchyny2021-09-20
* refactor: format with uncrustify #15726dundargoc2021-09-20
* refactor: format with uncrustify #15722dundargoc2021-09-19
* vim-patch:8.2.3437: compiler warnings for 32/64 bit usagezeertzjq2021-09-19
* vim-patch:8.2.3425: warning for using uninitialized variablezeertzjq2021-09-19
* vim-patch:8.2.3424: a sequence of spaces is hard to see in list modezeertzjq2021-09-19
* vim-patch:8.2.2640: screenstring() returns non-existing composing characterszeertzjq2021-09-19
* vim-patch:8.1.1110: composing chars on space wrong when 'listchars' is setzeertzjq2021-09-19
* vim-patch:8.1.1079: no need for a separate ScreenLinesUtf8() test functionzeertzjq2021-09-19
* vim-patch:8.1.1078: when 'listchars' is set a composing char on a space is wrongzeertzjq2021-09-19
* vim-patch:8.1.1071: cannot get composing characters from the screenzeertzjq2021-09-19
* vim-patch:8.2.3394: filler lines are wrong when changing text in diff mode (#...Jaehwang Jerry Jung2021-09-18
* refactor: format #15702dundargoc2021-09-18
* refactor(runtime): handle pack/foo/start/bar/after dirs properlyBjörn Linse2021-09-18
* refactor(runtime): always use DIP_START when searching for runtime filesBjörn Linse2021-09-18
* refactor: convert TRUE/FALSE to true/false (#15660)dundargoc2021-09-18
* fix(typo): overriden -> overridden (RE: PR #14159) (#15360)Oliver Marriott2021-09-17
* Merge pull request #15364 from seandewar/vim-8.2.3337Jan Edmund Lazo2021-09-17
|\
| * vim-patch:8.2.3375: using uninitialized memorySean Dewar2021-09-17
| * vim-patch:8.2.3369: auto formatting after "cw" leaves cursor in wrong spotSean Dewar2021-09-17
| * vim-patch:8.2.3360: user function completion fails with dict functionSean Dewar2021-09-17
| * vim-patch:8.2.3357: crash when 'virtualedit' is set and window is narrowSean Dewar2021-09-17
| * vim-patch:8.2.3337: completing "call g:" returns entries with just "g:"Sean Dewar2021-09-17
| * vim-patch:8.2.3330: Coverity reports using uninitialized fieldSean Dewar2021-09-17
| * vim-patch:8.2.3328: Coverity error for not checking return valueSean Dewar2021-09-17
| * vim-patch:8.2.3321: some code is not testedSean Dewar2021-09-17
| * vim-patch:8.2.3313: unused code in win_exchange() and frame_remove()Sean Dewar2021-09-17
| * vim-patch:8.2.3293: finding completions may cause an endless loopSean Dewar2021-09-17
| * vim-patch:8.2.3286: win_enter_ext() has too many boolean argumentsSean Dewar2021-09-17
* | refactor(style): switch-case formatting, "uncrustify:indent-off" #15669dundargoc2021-09-17
* | Merge pull request #15580 from seandewar/vim-8.2.3378Jan Edmund Lazo2021-09-17
|\ \
| * | vim-patch:8.2.3400: ":z!" is not supportedSean Dewar2021-09-10
| * | vim-patch:8.2.3398: html text objects are not fully testedSean Dewar2021-09-10