From 617582c5d3833cf3143067870c87a09647ccf028 Mon Sep 17 00:00:00 2001 From: w0rp Date: Wed, 2 Aug 2017 22:36:53 +0100 Subject: Use g: for the PHP Vader tests --- test/command_callback/test_php_langserver_callbacks.vader | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'test') diff --git a/test/command_callback/test_php_langserver_callbacks.vader b/test/command_callback/test_php_langserver_callbacks.vader index d5030450..38630f4b 100644 --- a/test/command_callback/test_php_langserver_callbacks.vader +++ b/test/command_callback/test_php_langserver_callbacks.vader @@ -1,11 +1,11 @@ Before: - Save ale_php_langserver_executable - Save ale_php_langserver_config_path - Save ale_php_langserver_use_global + Save g:ale_php_langserver_executable + Save g:ale_php_langserver_config_path + Save g:ale_php_langserver_use_global - unlet! ale_php_langserver_executable - unlet! ale_php_langserver_config_path - unlet! ale_php_langserver_use_global + unlet! g:ale_php_langserver_executable + unlet! g:ale_php_langserver_config_path + unlet! g:ale_php_langserver_use_global runtime ale_linters/php/langserver.vim -- cgit v1.2.3