aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorglacambre <code@lacamb.re>2019-04-08 01:13:43 +0200
committerJustin M. Keyes <justinkz@gmail.com>2019-04-08 01:13:43 +0200
commitd928b036dc2be8f043545c0d7e2a2b2285528aaa (patch)
treec8182e15649721cdb6d2be68439cfcee02253f9f /ci
parent11bf89e3b58be1dd534b4ea49b1988150cf7d4b8 (diff)
downloadrneovim-d928b036dc2be8f043545c0d7e2a2b2285528aaa.tar.gz
rneovim-d928b036dc2be8f043545c0d7e2a2b2285528aaa.tar.bz2
rneovim-d928b036dc2be8f043545c0d7e2a2b2285528aaa.zip
:stopinsert should leave terminal-mode #9856
Problem: Calling :stopinsert from RPC while in terminal-mode does not go back to normal-mode. Solution: Implement a check() handler for state_enter(), adapted from insert_check(). Fix #7807
Diffstat (limited to 'ci')
-rw-r--r--ci/build.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build.ps1 b/ci/build.ps1
index 4f2b748284..cbe300cc28 100644
--- a/ci/build.ps1
+++ b/ci/build.ps1
@@ -29,7 +29,7 @@ if (-Not (Test-Path -PathType container $nvimCmakeVars["DEPS_BUILD_DIR"])) {
write-host "cache dir not found: $($nvimCmakeVars['DEPS_BUILD_DIR'])"
mkdir $nvimCmakeVars["DEPS_BUILD_DIR"]
} else {
- write-host "cache dir ($nvimCmakeVars['DEPS_BUILD_DIR']) size: $(Get-ChildItem $nvimCmakeVars['DEPS_BUILD_DIR'] -recurse | Measure-Object -property length -sum | Select -expand sum)"
+ write-host "cache dir $($nvimCmakeVars['DEPS_BUILD_DIR']) size: $(Get-ChildItem $nvimCmakeVars['DEPS_BUILD_DIR'] -recurse | Measure-Object -property length -sum | Select -expand sum)"
}
if ($compiler -eq 'MINGW') {