cmake4vim icon indicating copy to clipboard operation
cmake4vim copied to clipboard

Open term build executor botright

Open mark2185 opened this issue 3 years ago • 3 comments

Open up a buffer for the term build executor and then start the terminal there so we know where it will pop up because we use botright.

mark2185 avatar Jun 02 '22 18:06 mark2185

I cannot track who exactly is calling only, it's not cmake4vim, nor is it vader.vim. I tried calling it manually and forcing it, and it helps with all except for one test.

    (2/5) [EXECUTE] [Term executor] Generate cmake project with default settings and build error target
    (2/5) [EXECUTE] (X) Vim(only):E445: Other window contains changes
      > /tmp/vS5Nt9C/10, line 7

Do you have any ideas?

mark2185 avatar Jun 03 '22 09:06 mark2185

I cannot track who exactly is calling only, it's not cmake4vim, nor is it vader.vim. I tried calling it manually and forcing it, and it helps with all except for one test.

    (2/5) [EXECUTE] [Term executor] Generate cmake project with default settings and build error target
    (2/5) [EXECUTE] (X) Vim(only):E445: Other window contains changes
      > /tmp/vS5Nt9C/10, line 7

Do you have any ideas?

If I remember right, I am calling only command before and after test cases, for example: https://github.com/ilyachur/cmake4vim/blob/a51df513cc9aaa474b2d4eb94fe446f3a853e876/test/tests/build/cmake_kits.vader#L19

ilyachur avatar Jun 11 '22 19:06 ilyachur

Codecov Report

Merging #161 (a51df51) into master (6c1676c) will not change coverage. The diff coverage is n/a.

:exclamation: Current head a51df51 differs from pull request most recent head 3a7e4eb. Consider uploading reports for the commit 3a7e4eb to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #161   +/-   ##
=======================================
  Coverage   98.56%   98.56%           
=======================================
  Files          19       19           
  Lines        1253     1253           
=======================================
  Hits         1235     1235           
  Misses         18       18           

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 6c1676c...3a7e4eb. Read the comment docs.

codecov[bot] avatar Jun 11 '22 19:06 codecov[bot]

Merged in the PR https://github.com/ilyachur/cmake4vim/pull/176

ilyachur avatar Oct 29 '22 12:10 ilyachur