cmake4vim
                                
                                 cmake4vim copied to clipboard
                                
                                    cmake4vim copied to clipboard
                            
                            
                            
                        Open term build executor botright
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.
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?
I cannot track who exactly is calling
only, it's notcmake4vim, nor is itvader.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 7Do 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
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
@@           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 dataPowered by Codecov. Last update 6c1676c...3a7e4eb. Read the comment docs.
Merged in the PR https://github.com/ilyachur/cmake4vim/pull/176