aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
| * | eval: Specify more precise len for var_check_ro in get_lvalZyX2017-02-23
| * | functests: Add some more testsZyX2017-02-23
| * | buffer: Forbid unletting b:changedtickZyX2017-02-23
| * | eval: Refactor item_lockZyX2017-02-23
| * | eval: Make sure that b:changedtick may not be unlocked via :unlo b:varZyX2017-02-23
| * | functests: Add testsZyX2017-02-23
| * | buffer: Bind b:changedtick to b:['changedtick'], remove special casesZyX2017-02-23
| * | api/buffer: Add nvim_buf_get_changedtick methodZyX2017-02-23
* | | Merge #6111 from ZyX-I/split-eval'/os-fileioJustin M. Keyes2017-02-27
|\ \ \
| * | | eval: Fix error messages from writefileZyX2017-02-14
| * | | eval: writefile: Give more adequate IO errors and do not call putc()ZyX2017-02-14
* | | | test: screen_setup(): Detect spawn failures, usage errors.Justin M. Keyes2017-02-26
* | | | test: screen_setup(): Support `cols` parameter.Justin M. Keyes2017-02-26
* | | | test/window_split_tab_spec.lua: fixupJustin M. Keyes2017-02-26
* | | | terminal: Follow output only if cursor is at end.Justin M. Keyes2017-02-26
* | | | terminal: 'scrollback'Justin M. Keyes2017-02-26
* | | | terminal: Don't redraw the entire screen when resizing (#6167)Tommy Allen2017-02-26
| |/ / |/| |
* | | win: test: Fix closure jobs test on WindowsJames McCoy2017-02-23
* | | Merge remote-tracking branch 'origin/master' into lambdaJames McCoy2017-02-22
|\ \ \
| * \ \ Merge #6137 from justinmk/cmdline-ctrl-rJustin M. Keyes2017-02-19
| |\ \ \
| | * | | cmdline: CTRL-R: Omit trailing <CR>.Justin M. Keyes2017-02-18
| | * | | cmdline: CTRL-R: <Space> instead of CR between lines.Justin M. Keyes2017-02-18
| * | | | eval.c: has("unnamedplus"). (#6136)Kurt Bonatz2017-02-18
| |/ / /
| * | | Merge #6114 'Partial string handling refactoring'.Justin M. Keyes2017-02-17
| |\ \ \
| | * | | *: Partial string handling refactoringZyX2017-02-15
| * | | | ex_docmd.c: Allow unescaped spaces in :edit filename (#6119)Kurt Bonatz2017-02-15
* | | | | Allow lambdas to be used with jobs, timers and dictwatchers.Michael Ennen2017-02-14
|/ / / /
* / / / unittest: Filter out standard defines so that they do not spam stderr (#6113)Nikolai Aleksandrovich Pavlov2017-02-15
|/ / /
* | | ci: Make sure core* is the last component of pathZyX2017-02-14
* | | ci: Better core dump checkingZyX2017-02-14
|/ /
* | build: `oldtest` target: TEST_FILE, NVIM_PRG (#6098)Justin M. Keyes2017-02-12
* | eval: Add id() function and make printf("%p") return something useful (#6095)Nikolai Aleksandrovich Pavlov2017-02-11
* | test: executable(): AppVeyor: Ignore "sibling" failureJustin M. Keyes2017-02-04
* | win: executable(): full path without extensionJustin M. Keyes2017-02-04
* | vim-patch:8.0.0280Justin M. Keyes2017-02-04
* | test: helpers.clear(): Set common env vars only if not passed.Justin M. Keyes2017-02-04
* | build: Do not force busted into front of $PATHJustin M. Keyes2017-02-04
* | win: Append process dir to $PATHJustin M. Keyes2017-02-04
* | test: executable()Rui Abreu Ferreira2017-02-04
* | test: Remove whitespace (avoid LF/CRLF discrepancy)Justin M. Keyes2017-02-04
* | tests: Migrate legacy test 8. #4179Lucas Hoffmann2017-02-03
* | Merge #2990 'tests: Migrate legacy test 69.'Justin M. Keyes2017-02-03
|\ \
| * | tests: Modernize migrated legacy test 69.Lucas Hoffmann2017-02-03
| * | tests: Migrate legacy test 69.Lucas Hoffmann2016-05-23
* | | Merge pull request #6050 from jamessan/fix-xclip-testsJames McCoy2017-02-03
|\ \ \
| * | | test: Turn printargs_path into a functionJames McCoy2017-02-02
| * | | test: Make xclip exit after one selection requestJames McCoy2017-02-02
* | | | Merge #5975 from jamessan/execute-with-attrsJustin M. Keyes2017-02-03
|\ \ \ \ | |/ / / |/| | |
| * | | test: execute() + :redirJustin M. Keyes2017-02-01
| * | | execute: Correctly capture output with highlight attributesJames McCoy2017-02-01