• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

neovim / neovim / 25263
77%

Build:
DEFAULT BRANCH: master
Ran 09 Jan 2018 06:52AM UTC
Jobs 1
Files 708
Run time 31s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
25263

Pull #7821

travis-ci

web-flow
api: change nvim_command_output behavior

Implement nvim_command_output with `execute({cmd},"silent")`.

Behavior changes:
- does not provoke any hit-enter prompt
- no longer prepends a newline char
- does not capture some noise (like the "[New File]" message, see the
  change to tabnewentered_spec.lua)

Technically ("bug-for-bug") this a breaking change.  But the previous
behavior of nvim_command_output meant that it probably wasn't used for
anything outside of tests.

Also remove the undocumented `v:command_output` variable which was
a hack introduced only for the purposes of nvim_command_output.

closes #7726
Pull Request #7821: api: change nvim_command_output behavior

20 of 20 new or added lines in 2 files covered. (100.0%)

89566 of 115209 relevant lines covered (77.74%)

196194.84 hits per line

Coverage Regressions

Lines Coverage ∆ File
640
100.0
src/nvim/eval.c
26
100.0
src/nvim/api/vim.c
9
100.0
src/nvim/log.c
4
100.0
src/nvim/event/loop.c
2
100.0
src/nvim/tui/tui.c
2
100.0
src/nvim/eval/typval.h
1
100.0
src/nvim/mark.h
Jobs
ID Job ID Ran Files Coverage
7 25263.7 (GCOV=gcov CMAKE_FLAGS="$CMAKE_FLAGS -DUSE_GCOV=ON") 09 Jan 2018 06:52AM UTC 0
77.74
Travis Job 25263.7
Source Files on build 25263
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #25263
  • Pull Request #7821
  • PR Base - master (#25253)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc