aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/funcs.c
Commit message (Expand)AuthorAge
* 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
* 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): 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
* | | refactor: fix clang-tidy bugprone-signed-char-misuse warningsDundar Göc2022-03-04
|/ /
* | feat(lua): add api and lua autocmdsTJ DeVries2022-02-27
* | refactor(aucmd_win): remove need to restore window layoutSean Dewar2022-02-23
* | vim-patch:8.2.4427: getchar() may return modifiers if no character is availablezeertzjq2022-02-21
|/
* vim-patch:8.2.3510: changes are only detected with one second accuracyzeertzjq2022-02-13
* vim-patch:8.2.2342: "char" functions may return wrong column in Insert modezeertzjq2022-02-12
* vim-patch:8.2.0918: duplicate code for evaluating expression argumentSean Dewar2022-02-12
* vim-patch:8.2.0915: search() cannot skip over matches like searchpair() canSean Dewar2022-02-12
* Merge pull request #16553 from seandewar/vim-8.2.0878Sean Dewar2022-02-08
|\
| * vim-patch:8.2.1083: crash when using reduce() on a NULL listSean Dewar2022-01-31
| * vim-patch:8.2.1051: crash when changing a list while using reduce() on itSean Dewar2022-01-31
| * vim-patch:8.2.0882: leaking memory when using reduce()Sean Dewar2022-01-31
| * feat(eval): partially port v8.2.0878Sean Dewar2022-01-31
* | vim-patch:8.2.1726: fuzzy matching only works on stringsSean Dewar2022-02-07
* | Merge pull request #17305 from zeertzjq/vim-8.2.1741zeertzjq2022-02-07
|\ \
| * | vim-patch:8.2.1741: pathshorten() only supports using one characterzeertzjq2022-02-06
* | | Merge pull request #17279 from zeertzjq/state-enter-vpeekcbfredl2022-02-06
|\ \ \ | |/ / |/| |
| * | fix(event-loop): call vpeekc() directly first to check for characterzeertzjq2022-02-03
| |/
* | vim-patch:8.2.2363: curpos() does not accept a string argument as beforezeertzjq2022-02-06
* | vim-patch:8.2.2324: not easy to get mark en cursor posotion by character countzeertzjq2022-02-06
* | vim-patch:8.2.1727: a popup created with "cursorline" will ignore "firstline"zeertzjq2022-02-06
* | vim-patch:8.2.0233: crash when using garbagecollect() in between rand()Sean Dewar2022-02-05
* | vim-patch:8.1.2356: rand() does not use the best algorithmSean Dewar2022-02-05
* | vim-patch:8.1.2343: using time() for srand() is not very randomSean Dewar2022-02-05