aboutsummaryrefslogtreecommitdiff
path: root/test/functional/autocmd
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-03-09 00:24:38 +0100
committerJustin M. Keyes <justinkz@gmail.com>2018-03-11 12:43:42 +0100
commitfd4021387e696c7a2da4ad776789cfbb938d5332 (patch)
tree9258c5beb797c4de4231a9c4dec1f51c92fbfcc5 /test/functional/autocmd
parentd554a6c7f0e9ed84f2e16d4977740a1584d11198 (diff)
downloadrneovim-fd4021387e696c7a2da4ad776789cfbb938d5332.tar.gz
rneovim-fd4021387e696c7a2da4ad776789cfbb938d5332.tar.bz2
rneovim-fd4021387e696c7a2da4ad776789cfbb938d5332.zip
test: rename next_message() to next_msg()
Diffstat (limited to 'test/functional/autocmd')
-rw-r--r--test/functional/autocmd/cmdline_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/autocmd/cmdline_spec.lua b/test/functional/autocmd/cmdline_spec.lua
index 8d56687f7d..8ea086fb46 100644
--- a/test/functional/autocmd/cmdline_spec.lua
+++ b/test/functional/autocmd/cmdline_spec.lua
@@ -5,7 +5,7 @@ local clear = helpers.clear
local command = helpers.command
local eq = helpers.eq
local expect = helpers.expect
-local next_msg = helpers.next_message
+local next_msg = helpers.next_msg
local feed = helpers.feed
local meths = helpers.meths