aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* Merge pull request #18425 from dundargoc/refactor/char_u/1bfredl2022-05-07
|\
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-07
* | vim-patch:8.2.4469: Coverity warns for uninitialized variableDundar 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
* refactor: replace char_u variables and functions with charDundar Goc2022-05-03
* vim-patch:8.2.4858: K_SPECIAL may be escaped twicezeertzjq2022-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): disable formatting in problematic code sectionsDundar Goc2022-04-29
* vim-patch:8.2.0867: using \{xxx} for encoding a modifier is not nicezeertzjq2022-04-29
* vim-patch:8.2.0855: GUI tests fail because the test doesn't use a modifierzeertzjq2022-04-29
* vim-patch:8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledzeertzjq2022-04-29
* refactor: convert macros to all-caps (#17895)dundargoc2022-04-24
* refactor: add pure attribute to pure functions (#18165)dundargoc2022-04-24
* vim-patch:8.2.4797: getwininfo() may get oudated valueszeertzjq2022-04-21
* vim-patch:8.2.4734: getcharpos() may change a mark position (#18077)zeertzjq2022-04-11
* vim-patch:8.1.1687: the evalfunc.c file is too big (#17949)Lewis Russell2022-04-03
* feat(test): use nvim_exec in helpers.source() #16064Justin M. Keyes2022-03-27
* chore: add additional compiler flags (#17815)Lewis Russell2022-03-24
* vim-patch:8.1.1734: the evalfunc.c file is too bigLewis Russell2022-03-20
* feat(api): remove Lua autocommand callbacks when they return true (#17784)Gregory Anders2022-03-19
* vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell2022-03-18
* Merge pull request #17718 from dundargoc/doxygen/eval_cbfredl2022-03-14
|\
| * refactor(eval): convert function comments to doxygen formatDundar Göc2022-03-14
* | vim-patch:8.2.4428: crash when switching tabpage while in the cmdline windowSean Dewar2022-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
* Merge pull request #17622 from dundargoc/refactor/clang-tidy/remove-redundant...zeertzjq2022-03-09
|\
| * refactor: remove redundant castsDundar Göc2022-03-06
* | fix: do not pass aucmd to the callback (#17650)TJ DeVries2022-03-08
* | chore(aucmd): remove left-over debug log (#17649)Christian Clason2022-03-08
|/
* refactor: fix clang-tidy bugprone-signed-char-misuse warningsDundar Göc2022-03-04
* fix: anonymous sid not workingshadmansaleh2022-02-28
* feat(lua): add api and lua autocmdsTJ DeVries2022-02-27
* 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
* vim-patch:8.2.4337: part of condition is always true (#17352)dundargoc2022-02-09
* vim-patch:8.2.0942: expanding to local dir after homedir keeps "~/"zeertzjq2022-02-07
* vim-patch:8.2.0215: wrong file name shorteningzeertzjq2022-02-07
* vim-patch:8.2.0208: fnamemodify() does not apply ":~" when followed by ":."zeertzjq2022-02-07
* Merge pull request #16862 from seandewar/vim-8.2.2658Sean Dewar2022-02-06
|\
| * feat(eval): port emsg from v8.2.3284Sean Dewar2022-02-05
| * vim-patch:8.2.2661: leaking memory when looping over a stringSean Dewar2022-02-05
| * vim-patch:8.2.2658: :for cannot loop over a stringSean Dewar2022-02-05
* | vim-patch:8.2.2324: not easy to get mark en cursor posotion by character countzeertzjq2022-02-06
|/
* vim-patch:8.2.4018: ml_get error when win_execute redraws with Visual selectionSean Dewar2022-02-03
* [RFC] fix: has('python') error (#17252)Shougo2022-01-31