aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* viml/profile: revert gettimeofday() #10488Justin M. Keyes2019-07-13
* Merge #10435 from Shougo/vim-8.1.1610Justin M. Keyes2019-07-13
|\
| * Fix lint failedShougo Matsushita2019-07-06
| * Fix errorsShougo Matsushita2019-07-06
| * vim-patch:8.1.1611: bufadd() reuses existing buffer without a nameShougo Matsushita2019-07-06
| * vim-patch:8.1.1610: there is no way to add or load a buffer without side effectsShougo Matsushita2019-07-06
* | vim-patch:8.1.1660: assert_fails() inside try/catch #10472Daniel Hahler2019-07-13
* | eval.c: clang/"Dead assignment" #10446Bartosz Miera2019-07-09
* | Merge #10394 from janlazo/vim-8.1.1614Justin M. Keyes2019-07-06
|\ \
| * | vim-patch:8.1.1639: changing an autoload name into a file name is inefficientJan Edmund Lazo2019-07-05
| |/
* / func_clear_items: use XFREE_CLEAR #10436Daniel Hahler2019-07-06
|/
* vim-patch:8.1.0229: crash when dumping profiling data #10428Daniel Hahler2019-07-05
* viml/profile: switch to uv_gettimeofday() #10356Justin M. Keyes2019-06-29
* eval/api: don't allow the API to be called in the sandbox.Björn Linse2019-06-26
* Merge #10250 from blueyed/vim-8.0.1039Justin M. Keyes2019-06-25
|\
| * vim-patch:8.0.1274: setbufline() fails when using foldingDaniel Hahler2019-06-18
| * vim-patch:8.0.1053: setline() does not work on startupDaniel Hahler2019-06-18
| * vim-patch:8.0.1039: cannot change a line in not current bufferDaniel Hahler2019-06-17
* | Merge #10313 from rhysd/const-patchesJustin M. Keyes2019-06-24
|\ \
| * | eval.c: Fix clint errors and typo in comment of ex_const()rhysd2019-06-24
| * | vim-patch:8.1.1539: not easy to define a variable and lock itrhysd2019-06-24
* | | eval: assert VAR_LIST branch in filter_map()Jan Edmund Lazo2019-06-23
* | | vim-patch:8.1.0747: map() with a bad expression doesn't give an errorJan Edmund Lazo2019-06-23
* | | vim-patch:8.1.0167: lock flag in new dictitem is reset in many placesJan Edmund Lazo2019-06-23
* | | vim-patch:8.1.0181: memory leak with trailing characters in skip expressionJan Edmund Lazo2019-06-23
* | | eval: require nonnull func args to pass ASAN buildJan Edmund Lazo2019-06-23
* | | vim-patch:8.1.0112: no error when using bad arguments with searchpair()Jan Edmund Lazo2019-06-23
* | | lintJan Edmund Lazo2019-06-23
* | | vim-patch:8.0.1239: cannot use a lambda for the skip argument to searchpair()Jan Edmund Lazo2019-06-23
|/ /
* / channel: refactor events, prevent recursive invocation of eventsBjörn Linse2019-06-18
|/
* vim-patch:8.0.0931: getwininfo() does not indicate a terminal windowJan Edmund Lazo2019-06-13
* Merge #10142 from blueyed/vim-1fbfe7c48Justin M. Keyes2019-06-09
|\
| * vim-patch:8.1.0130: ":profdel func" does not work if func was called alreadyDaniel Hahler2019-06-08
* | vim-patch:8.1.1491: fix skipping after exception #10164Daniel Hahler2019-06-08
|/
* Merge #10114 from erw7/vim-8.1.1270Justin M. Keyes2019-06-07
|\
| * vim-patch:8.1.0629: "gn" selects the wrong text with a multi-line matcherw72019-06-04
* | vim-patch:8.1.0804: crash when setting v:errmsg to empty listJan Edmund Lazo2019-06-03
|/
* vim-patch:8.1.0571: non-silent execute() resets display column to zeroJan Edmund Lazo2019-06-03
* vim-patch:8.1.0569: execute() always resets display column to zeroJan Edmund Lazo2019-06-03
* vim-patch:8.1.1114: confusing overloaded operator "." for string concatenationerw72019-05-29
* vim-patch:8.1.0902: incomplete set of assignment operatorserw72019-05-29
* lintJan Edmund Lazo2019-05-26
* vim-patch:8.1.1077: reg_executing() is reset by calling input()Jan Edmund Lazo2019-05-26
* vim-patch:8.1.0995: a getchar() call resets the reg_executing() resultJan Edmund Lazo2019-05-26
* vim-patch:8.1.0020: cannot tell whether a register is executing or recordingJan Edmund Lazo2019-05-26
* lintAndrej Zieger2019-05-26
* vim-patch:8.1.0039: cannot easily delete lines in another bufferAndrej Zieger2019-05-26
* Resolved compile warnings & fixed lot of style related to sign apiAndrej Zieger2019-05-26
* vim-patch:8.1.0717: there is no function for the ":sign jump" commandAndrej Zieger2019-05-26
* vim-patch:8.1.0702: ":sign place" only uses the current bufferAndrej Zieger2019-05-26