aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* Merge #6272 'stdpath()'Justin M. Keyes2018-04-15
|\
| * eval: Add stdpath() method (#5297)Christian Höltje2018-03-29
* | serverstop(): return FALSE for invalid addressJustin M. Keyes2018-04-11
* | timer_pause: stop the timer resource (#8199)Utkarsh Maheshwari2018-03-30
|/
* refactor/rename: path_is_absolute()Justin M. Keyes2018-03-24
* refactor: eliminate `autocmd_fname_full` globalJustin M. Keyes2018-03-24
* provider/RPC: apply_autocmds_group(): fix double-freeJustin M. Keyes2018-03-24
* log/channels: Formatting. Also log loopback channel. #8146Justin M. Keyes2018-03-18
* Merge #8084 'build/win: support MSVC'Justin M. Keyes2018-03-08
|\
| * build/msvc: Fix errors caused by compiler intrinsicsb-r-o-c-k2018-03-04
* | vim-patch:8.0.0513: fix getting name of cleared highlight group (#8103)KunMing Xie2018-03-08
|/
* shell: use msg_outtrans_len_attr for :!cmdBjörn Linse2018-02-05
* provider: make has('ruby') only return 1 if gem is installed (#7944)Marco Hinz2018-02-01
* win: has("wsl") on Windows Subsystem for Linux #7330Mahmoud Al-Qudsi2018-01-30
* eval: save_tv_as_string: Correctly handle an empty stringJames McCoy2018-01-23
* vim-patch:8.0.0659: no test for conceal modeJustin M. Keyes2018-01-21
* vim-patch:8.0.0655: not easy to make sure a function does not existJustin M. Keyes2018-01-21
* get_buffer_lines: Return a string, when requested, on invalid inputJames McCoy2018-01-15
* Merge #7858 'vim-patch: spell-related patches'Justin M. Keyes2018-01-16
|\
| * vim-patch:8.0.1419: cursor column is not updated after ]sJustin M. Keyes2018-01-16
* | vim-patch:8.0.0151,3,4 #7389Justin M. Keyes2018-01-15
* | Merge #7806 from ZyX-I/list-statJustin M. Keyes2018-01-15
|\ \
| * | eval/typval: Log list actionsZyX2018-01-14
| * | *: Provide list length when allocating listsZyX2018-01-14
| |/
* / coverity/161216: get_user_input: RETURN_LOCALJustin M. Keyes2018-01-11
|/
* api: nvim_command_output: direct implJustin M. Keyes2018-01-10
* api: change nvim_command_output behaviorJustin M. Keyes2018-01-10
* vim-patch:8.0.0352: not easy to see when a typval needs to be clearedckelsel2018-01-08
* Merge #7805 'eval.c: fix some scan-build warnings'Justin M. Keyes2018-01-03
|\
| * Add null check when adding variable to dict.Paul Rigge2018-01-02
| * Add null pointer assertions for do_unlet_var.Paul Rigge2018-01-02
| * Refactor profiling check in call_user_func.Paul Rigge2018-01-02
| * Add assertions for watchersPaul Rigge2018-01-02
| * Add assertion in set_var_lval for null pointer.Paul Rigge2018-01-02
|/
* eval: Fix linter errorsZyX2017-12-31
* eval,lua/converter: Fix problems spotted in reviewZyX2017-12-31
* eval: Refactor some potentially dangerous list appendsZyX2017-12-25
* eval: Remove magic numbers from find_some_match() type argumentZyX2017-12-25
* eval: Replace some tv_list_item_remove() callsZyX2017-12-24
* eval: Rename tv_list_remove_items() to tv_list_drop_items()ZyX2017-12-24
* eval/typval: Make tv_list_item_remove return pointer to the next itemZyX2017-12-24
* *: Remove most calls to tv_list_item_allocZyX2017-12-24
* Merge branch 'master' into hide-container-implZyX2017-12-23
|\
| * vim-patch:8.0.0590: cannot add a context to locationsJames McCoy2017-12-19
| * vim-patch:8.0.0517: there is no way to remove quickfix listsJames McCoy2017-12-18
* | eval: Fix some issues found in reviewZyX2017-12-17
* | Merge branch 'master' into hide-container-implZyX2017-12-16
|\|
| * vim-patch:8.0.0074Michael Schupikov2017-12-15
* | eval: Fix linter errorZyX2017-12-16
* | window: Fix matchaddpos() and enhance error reportingZyX2017-12-15