aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
| | * refactor: enable -Wconversion warning for fileio.cDundar Goc2022-06-29
| * | refactor(highlight)!: rename attributes to match Vim (#19159)zeertzjq2022-06-30
| |/
| * vim-patch:9.0.0006: not all Visual Basic files are recognized (#19153)Christian Clason2022-06-29
| * vim-patch:9.0.0005: hare files are not recognized (#19151)Christian Clason2022-06-29
| * vim-patch:8.2.4378: incsearch HL broken when calling searchcount in 'tabLine'...zeertzjq2022-06-29
| * vim-patch:9.0.0002: map functionality outside of map.c (#19150)zeertzjq2022-06-29
| * Merge pull request #19133 from famiu/feat/api/cmd_support_filterbfredl2022-06-29
| |\
| | * feat(api): make `nvim_parse_cmd` and `nvim_cmd` support :filterFamiu Haque2022-06-28
| * | feat: update unicode tables #19135Justin M. Keyes2022-06-28
| * | refactor(aucmd): call define_autocmd() directly for default autocmdsbfredl2022-06-28
| * | refactor(map): simplify add_map paramsbfredl2022-06-28
| * | Merge #19120 build: rename build-related dirsJustin M. Keyes2022-06-28
| |\ \
| | * | build: move unicode/ to src/unicode/Justin M. Keyes2022-06-28
| | * | build: rename build-related dirsJustin M. Keyes2022-06-28
| * | | fix(coverity): redundant assert #19059Thomas Vigouroux2022-06-28
| |/ /
| * | Merge #19060 memory leaksJustin M. Keyes2022-06-28
| |\ \ | | |/ | |/|
| | * fix(coverity/348300): free memory when overiding sing attributeThomas Vigouroux2022-06-27
| | * fix(coverity/348313): don't exit too early in runtime_defaultThomas Vigouroux2022-06-24
| | * fix(coverity/352829): correctly free memory in f_callThomas Vigouroux2022-06-24
| * | refactor: replace char_u #18429dundargoc2022-06-28
| * | fix(inccommand): parse the command to check if it is previewableFamiu Haque2022-06-28
| * | refactor: enable -Wconversion warning for message.cDundar Goc2022-06-27
| * | Merge pull request #19077 from dundargoc/refactor/conversionbfredl2022-06-27
| |\ \
| | * | refactor: enable -Wconversion warning for ex_cmds.cDundar Goc2022-06-25
| * | | build: move man/ to src/man/ #19119Justin M. Keyes2022-06-27
| * | | fix(api): change default value of 'pattern' in nvim_exec_autocmds (#19115)Gregory Anders2022-06-27
| * | | fix(api): nvim_parse_cmd check for ambiguous user command (#19116)zeertzjq2022-06-27
| * | | fix(spell): make setting 'encoding' clear word listzeertzjq2022-06-27
| * | | vim-patch:8.2.5123: using invalid index when looking for spell suggestionszeertzjq2022-06-27
| * | | vim-patch:8.2.5007: spell suggestion may use uninitialized memoryzeertzjq2022-06-27
| * | | vim-patch:8.2.3484: crash when going through spell suggestionszeertzjq2022-06-27
| * | | Merge pull request #19091 from clason/do-aucmd-patsChristian Clason2022-06-26
| |\ \ \
| | * | | refactor(api): use FOREACH_ITEM macro in autocmdChristian Clason2022-06-26
| | * | | feat(api): support pattern array for exec_autocmdsChristian Clason2022-06-26
| * | | | build: guard free_locales with HAVE_WORKING_LIBINTL #19095zeertzjq2022-06-26
| * | | | revert: "oldtests: use expand() to fix pathsep" (#19073)zeertzjq2022-06-26
| |/ / /
| * | | refactor(tests): introduce testprg()Justin M. Keyes2022-06-25
| * | | fix: make_filter_cmd for :! powershell #15913Enan Ajmain2022-06-25
| |/ /
| * | vim-patch:8.2.5022: 'completefunc'/'omnifunc' error does not end completion (...zeertzjq2022-06-25
| * | Merge pull request #19041 from lewis6991/globallocalbfredl2022-06-25
| |\ \
| | * | fix(api): nvim_set_option_value for global-local optionsLewis Russell2022-06-22
| * | | refactor(map): statically initialize maphash arraybfredl2022-06-24
| * | | refactor(map): simplify free_all_mem handlingbfredl2022-06-24
| * | | perf(map): avoid extraneous heap allocations when setting mappingsbfredl2022-06-24
| * | | perf(map): visit only one hash bucket instead of all, like an actual hash tablebfredl2022-06-24
| | |/ | |/|
| * | vim-patch:8.2.5146: memory leak when substitute expression nestszeertzjq2022-06-24
| * | vim-patch:8.2.4977: memory access error when substitute expression changes wi...zeertzjq2022-06-24
| * | vim-patch:8.2.4895: buffer overflow with invalid command with composing charszeertzjq2022-06-24
| * | vim-patch:8.2.4628: not enough testing for 2/3 letter substitute commandszeertzjq2022-06-24
| * | fix(api): check for inclusive buffer line index out of bounds correctly (#19056)zeertzjq2022-06-23