aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval
Commit message (Expand)AuthorAge
...
| * | build(clint): remove "function size is too large" warningDundar Goc2022-05-06
| |/
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-05
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-04
| * feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009Justin M. Keyes2022-05-03
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-03
| * refactor: replace char_u variables and functions with char (#18288)dundargoc2022-04-30
| * refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
| * refactor(uncrustify): format all c code under /src/nvim/Dundar Goc2022-04-29
| * revert: "refactor: Remove allow_keys global (#6346)"zeertzjq2022-04-29
| * vim-patch:partial:8.2.0815: maparg() does not provide enough information for ...zeertzjq2022-04-29
| * vim-patch:8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledzeertzjq2022-04-29
| * Merge pull request #18254 from dundargoc/refactor/remove-char_ubfredl2022-04-27
| |\
| | * refactor: replace char_u variables and functions with charDundar Goc2022-04-25
| * | refactor(build): remove unused includes #17078kylo2522022-04-26
| * | fix: has() should preserve v:shell_error #18280Andrey Mishchenko2022-04-26
| * | refactor: enable -Wconversion warning for funcs.c and userfuncs.cDundar Goc2022-04-26
| |/
| * refactor: convert macros to all-caps (#17895)dundargoc2022-04-24
| * refactor: replace char_u variables and functions with charDundar Göc2022-04-16
| * vim-patch:8.2.3448: :endtry after function call that throws not foundSean Dewar2022-04-13
| * vim-patch:8.2.3416: second error is reported while exception is being thrownSean Dewar2022-04-13
| * vim-patch:8.2.3184: cannot add a digraph with a leading spacezeertzjq2022-04-12
| * vim-patch:8.2.4723: the ModeChanged autocmd event is inefficientzeertzjq2022-04-10
| * vim-patch:8.2.4402: missing parenthesis may cause unexpected problemsBrian Leung2022-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
| * vim-patch:8.2.3449: sort fails if the sort compare function returns 999 (#17909)dundargoc2022-03-30
| * refactor: convert function comments to doxygen format (#17710)dundargoc2022-03-24
| * vim-patch:8.2.1078: highlight and match functionality together in one file (#...Lewis Russell2022-03-23
| * vim-patch:8.1.1608: the evalfunc.c file is too big (#17807)Lewis Russell2022-03-23
| * vim-patch:8.1.1742: still some match functions in evalfunc.cLewis Russell2022-03-20
| * vim-patch:8.1.1734: the evalfunc.c file is too bigLewis Russell2022-03-20
| * vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell2022-03-18
| * Merge pull request #17266 from famiu/feat/ui/global-statuslinebfredl2022-03-17
| |\
| | * feat: add support for global statuslineFamiu Haque2022-03-18
| * | chore: fix typos (#17670)dundargoc2022-03-17
| * | vim-patch:8.2.4568: getmousepos() does not compute the column below the last ...Sean Dewar2022-03-15
| * | vim-patch:8.2.4559: getmousepos() returns the screen columnSean Dewar2022-03-15
| * | vim-patch:8.2.4555: getmousepos() returns the wrong columnSean Dewar2022-03-15
| * | vim-patch:8.2.1401: cannot jump to the last used tabpageSean Dewar2022-03-14
| * | refactor(eval/funcs): convert function comments to doxygen formatDundar Göc2022-03-14
| * | vim-patch:8.1.0892: failure when closing a window when location list is in useVVKot2022-03-13
| * | refactor(uncrustify): format all c filesDundar Göc2022-03-10
| * | refactor(uncrustify): disable uncrustify for misformatted code sectionsDundar Göc2022-03-10
| * | chore(lgtm): fix "empty block without comment" warningsDundar Göc2022-03-09
| * | Merge pull request #17622 from dundargoc/refactor/clang-tidy/remove-redundant...zeertzjq2022-03-09
| |\ \
| | * | refactor: remove redundant castsDundar Göc2022-03-06
| * | | fix(api): highlight attribute for underlineKirill Chibisov2022-03-06
| |/ /
| * | Merge pull request #17589 from kchibisov/add-dashed-dotted-underlineJames McCoy2022-03-05
| |\ \
| | * | fix: bounds check for underdotKirill Chibisov2022-03-05
| | * | feat(tui): add support for `CSI 4 : [2,4,5] m`Kirill Chibisov2022-03-03