aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* | | | | | Merge pull request #17245 from zeertzjq/vim-8.2.3219zeertzjq2022-02-02
|\ \ \ \ \ \
| * | | | | | vim-patch:8.2.3219: :find searches non-existing directorieszeertzjq2022-02-01
* | | | | | | vim-patch:8.2.4283: using a variable for the return value is not neededzeertzjq2022-02-02
* | | | | | | vim-patch:8.2.3947: unnecessary check for NULL pointerzeertzjq2022-02-02
* | | | | | | Merge pull request #16879 from zeertzjq/vim-8.2.3966zeertzjq2022-02-02
|\ \ \ \ \ \ \
| * | | | | | | vim-patch:8.2.3966: when using feedkeys() abbreviations may be blockedzeertzjq2022-02-02
* | | | | | | | Merge pull request #17187 from lewis6991/masterbfredl2022-02-01
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | feat(highlight): ns=0 to set :highlight namespaceLewis Russell2022-02-01
| |/ / / / / /
* | | | | | | Merge pull request #17113 from zeertzjq/vim-8.2.2569zeertzjq2022-02-01
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | feat(statusline): support multibyte fillcharzeertzjq2022-01-16
* | | | | | | vim-patch:8.2.4274: Basic and form filetype detection is incomplete (#17259)Christian Clason2022-02-01
* | | | | | | vim-patch:8.2.4273: the EBCDIC support is outdatedzeertzjq2022-02-01
* | | | | | | Merge pull request #17254 from zeertzjq/vim-8.2.3787zeertzjq2022-02-01
|\ \ \ \ \ \ \
| * | | | | | | refactor(indent_c.c): add const qualifierszeertzjq2022-01-31
| * | | | | | | vim-patch:8.2.3938: line comment start is also found in a stringzeertzjq2022-01-31
| * | | | | | | vim-patch:8.2.3935: CTRL-U in Insert mode does not fix the indentzeertzjq2022-01-31
| * | | | | | | vim-patch:8.2.3934: repeating line comment is undesired for "O" commandzeertzjq2022-01-31
| * | | | | | | vim-patch:8.2.3932: C line comment not formatted properlyzeertzjq2022-01-31
| * | | | | | | vim-patch:8.2.3787: no proper formatting of a C line comment after a statementzeertzjq2022-01-31
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #17231 from seandewar/vim-8.2.4245Sean Dewar2022-01-31
|\ \ \ \ \ \ \
| * | | | | | | vim-patch:8.2.4245: ":retab 0" may cause illegal memory accessSean Dewar2022-01-29
* | | | | | | | [RFC] fix: has('python') error (#17252)Shougo2022-01-31
* | | | | | | | vim-patch:8.2.4267: unused entry in keymap enum (#17255)zeertzjq2022-01-31
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #17239 from seandewar/vim-8.2.3629Sean Dewar2022-01-31
|\ \ \ \ \ \ \
| * | | | | | | test(oldtest): unskip Test_addr_allSean Dewar2022-01-30
| * | | | | | | vim-patch:8.2.3629: command completion in cmdline window uses global commandsSean Dewar2022-01-30
| * | | | | | | vim-patch:8.2.3433: :delcommand does not take a -buffer optionSean Dewar2022-01-30
* | | | | | | | Merge pull request #17068 from VVKot/vim-8.2.3933Sean Dewar2022-01-31
|\ \ \ \ \ \ \ \
| * | | | | | | | vim-patch:8.2.3933: after ":cd" fails ":cd -" is incorrectVVKot2022-01-31
| |/ / / / / / /
* | | | | | | | vim-patch:8.1.2412: crash when evaluating expression with error (#17109)zeertzjq2022-01-31
* | | | | | | | vim-patch:8.2.3532: the previous '' mark is restored after moving the cursor ...zeertzjq2022-01-31
* | | | | | | | vim-patch:8.2.3475: expression register set by not executed put command (#17211)zeertzjq2022-01-31
|/ / / / / / /
* | | | | | | Merge pull request #16748 from zeertzjq/vim-8.1.1434zeertzjq2022-01-31
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | vim-patch:8.2.3876: 'cindent' does not recognize inline namespacezeertzjq2021-12-23
| * | | | | | vim-patch:8.2.3625: illegal memory access when C-indentingzeertzjq2021-12-23
| * | | | | | vim-patch:8.2.3482: reading beyond end of line ending in quote and backslashzeertzjq2021-12-23
| * | | | | | vim-patch:8.1.1585: :let-heredoc does not trim enoughzeertzjq2021-12-23
| * | | | | | vim-patch:8.1.1434: test 3 is old stylezeertzjq2021-12-23
* | | | | | | vim-patch:8.2.0950: tagjump test failszeertzjq2022-01-30
* | | | | | | vim-patch:8.2.0092: tags functionality insufficiently testedzeertzjq2022-01-30
* | | | | | | chore: typo fixes (#16921)dundargoc2022-01-29
* | | | | | | Merge pull request #17222 from bfredl/babajpy2bfredl2022-01-29
|\ \ \ \ \ \ \
| * | | | | | | feat(provider)!: remove support for python2 and python3.[3-5]Björn Linse2022-01-29
* | | | | | | | Merge pull request #17192 from zeertzjq/aucmd-redrawingdisabledbfredl2022-01-29
|\ \ \ \ \ \ \ \
| * | | | | | | | fix: set RedrawingDisabled before entering aucmd_winzeertzjq2022-01-25
* | | | | | | | | Merge pull request #17202 from zeertzjq/unused-orig-rhsbfredl2022-01-29
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | refactor: allocate an empty string as unused orig_rhs for Lua mappingszeertzjq2022-01-27
* | | | | | | | | vim-patch:8.2.4251: vala files are not recognized (#17235)Christian Clason2022-01-29
* | | | | | | | | vim-patch:8.2.4090: after restoring a session buffer order can be quite diffe...Evgeni Chasnovski2022-01-29
* | | | | | | | | vim-patch:8.2.4248: no proper test for moving the window separatorzeertzjq2022-01-29