aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* 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
* vim-patch:8.1.0679: sign functions do not take buffer argument as documentedAndrej Zieger2019-05-26
* vim-patch:8.1.0673: functionality for signs is spread out over several filesAndrej Zieger2019-05-26
* vim-patch:8.1.0660: sign_cleanup() may leak memoryAndrej Zieger2019-05-26
* vim-patch:8.1.0658: deleting signs and completion for :sign is insufficientAndrej Zieger2019-05-26
* vim-patch:8.1.0644: finding next sign ID is inefficientAndrej Zieger2019-05-26
* vim-patch:8.1.0614: placing signs can be complicatedAndrej Zieger2019-05-26
* Merge pull request #9547 from bfredl/rpc_multiline_errBjörn Linse2019-05-26
|\
| * messages: use proper multiline error message for rpcrequest and API wrappersBjörn Linse2019-05-26
* | vim-patch:8.1.0307: there is no good way to get the window layoutJan Edmund Lazo2019-05-26
* | vim-patch:8.1.0211: expanding a file name "~" results in $HOMEJan Edmund Lazo2019-05-25
|/
* vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes2019-05-25
* vim-patch:8.0.1519: getchangelist() does not use argument as bufname()Jan Edmund Lazo2019-05-20
* vim-patch:8.0.1514: getting the list of changes is not easyJan Edmund Lazo2019-05-20
* vim-patch:8.1.0901: index in getjumplist() may be wrongJan Edmund Lazo2019-05-19
* vim-patch:8.0.1513: the jumplist is not always properly cleaned upJan Edmund Lazo2019-05-19
* vim-patch:8.0.1498: getjumplist() returns duplicate entriesJan Edmund Lazo2019-05-19
* vim-patch:8.0.1497: getting the jump list requires parsing the output of :jumpsJan Edmund Lazo2019-05-19
* eval.c: add has("osx") for appleFrancisco Giordano2019-05-19
* vim-patch:8.1.1352: undofile() reports wrong nameFrancisco Giordano2019-05-19
* lintJustin M. Keyes2019-05-06
* PVS/V547: Expression is always trueJustin M. Keyes2019-05-06
* vim-patch:8.0.1831: sometimes the quickfix title is incorrectly prefixed with...Marco Hinz2019-05-05
* vim-patch:8.0.1708: mkdir with 'p' flag fails on existing directoryJan Edmund Lazo2019-05-03
* Merge #9951 'vim-patch:8.1.0519: save/restore tag stack'Justin M. Keyes2019-04-30
|\
| * lintrolag2019-04-28
| * vim-patch:8.1.0519: cannot save and restore the tag stackrolag2019-04-28
* | verb_msg: remove char_uJustin M. Keyes2019-04-29
* | vim-patch:8.1.0401: can't get swap name of another bufferJustin M. Keyes2019-04-29
* | vim-patch:8.1.0313: information about a swap file is unavailableJustin M. Keyes2019-04-29
* | vim-patch:8.0.1563: getwinposx() timeout #9955Jan Edmund Lazo2019-04-29
|/
* vim-patch:8.1.1209: clever compiler warns for buffer being too smallJan Edmund Lazo2019-04-27
* vim-patch:8.1.1207: some compilers give warning messagesJan Edmund Lazo2019-04-27
* vim-patch:8.0.1510: cannot assert beep #9938Jan Edmund Lazo2019-04-25
* vim-patch:8.0.1093: various small quickfix issuesJan Edmund Lazo2019-04-14
* vim-patch:8.1.1140: not easy to find out what neighbors a window has (#9873)Marco Hinz2019-04-10
* vim-patch:8.0.0702: error in a timer can make Vim unusable #9826Justin M. Keyes2019-04-10
* vim-patch:8.0.0709: libvterm cannot use vsnprintf()Jan Edmund Lazo2019-04-04
* vim-patch:8.1.0494: functions do not check for a window ID in other tabsMarco Hinz2019-04-04
* vim-patch:8.1.0493: argv() and argc() only work on the current argument listMarco Hinz2019-04-04
* vim-patch:8.1.0218: cannot add matches to another windowMarco Hinz2019-04-04
* eval: diff_hlID() and hlID() return same idJan Edmund Lazo2019-03-31