Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

imports vim module by default. #430

Merged
merged 2 commits into from
Feb 7, 2020
Merged

Conversation

sunnyrahul25
Copy link
Contributor

@codecov
Copy link

codecov bot commented Feb 5, 2020

Codecov Report

Merging #430 into master will increase coverage by 1.76%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #430      +/-   ##
==========================================
+ Coverage   71.17%   72.94%   +1.76%     
==========================================
  Files          32       32              
  Lines        2255     2262       +7     
  Branches      210      210              
==========================================
+ Hits         1605     1650      +45     
+ Misses        593      553      -40     
- Partials       57       59       +2
Impacted Files Coverage Δ
test/test_host.py 100% <100%> (ø) ⬆️
pynvim/plugin/script_host.py 43.01% <100%> (+17.17%) ⬆️
pynvim/api/nvim.py 82.86% <0%> (+1.19%) ⬆️
pynvim/msgpack_rpc/event_loop/asyncio.py 64% <0%> (+5%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9870f9a...57031fb. Read the comment docs.

Copy link
Contributor

@blueyed blueyed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@justinmk
Copy link
Member

justinmk commented Feb 6, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python: vim module is imported magically in Vim but not NeoVim
4 participants