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

Make buffer initialization silently #149

Merged
merged 1 commit into from
Sep 19, 2019
Merged

Make buffer initialization silently #149

merged 1 commit into from
Sep 19, 2019

Conversation

r6eve
Copy link
Contributor

@r6eve r6eve commented Sep 19, 2019

In vim 8.1, when executing :IcedConnect, the following interruption occurred.

"iced_temporary" [New File]
Connected.
Press ENTER or type command to continue

It's a little bother, so I suggest making the behavior silently. That is, suppress any interruption.

Connected.

@codecov-io
Copy link

Codecov Report

Merging #149 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #149   +/-   ##
=======================================
  Coverage   82.24%   82.24%           
=======================================
  Files          44       44           
  Lines        3576     3576           
=======================================
  Hits         2941     2941           
  Misses        635      635
Impacted Files Coverage Δ
autoload/iced/nrepl.vim 78.36% <100%> (ø) ⬆️

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 14635c2...584e83d. Read the comment docs.

@liquidz liquidz merged commit 66be4c5 into liquidz:master Sep 19, 2019
@liquidz
Copy link
Owner

liquidz commented Sep 19, 2019

@r6eve Nice catch! Thanks!

@r6eve r6eve deleted the feature/silent-buffer-initialization branch September 19, 2019 10:49
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.

3 participants