]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0475: not enough testing for the client-server feature v8.0.0475
authorBram Moolenaar <Bram@vim.org>
Sat, 18 Mar 2017 17:10:13 +0000 (18:10 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 18 Mar 2017 17:10:13 +0000 (18:10 +0100)
commit7416f3e73ab2c4e7ae3adc2ff6e70234f7d40d2e
tree7bc5f55c1b3a71dee7a0fe23ca77f51262bff08e
parent15bf76d40be1f1622ff5cc16596c308e76e2ca94
patch 8.0.0475: not enough testing for the client-server feature

Problem:    Not enough testing for the client-server feature.
Solution:   Add more tests.  Add the remote_startserver() function.  Fix that
            a locally evaluated expression uses function-local variables.
runtime/doc/eval.txt
src/evalfunc.c
src/if_xcmdsrv.c
src/os_mswin.c
src/proto/main.pro
src/testdir/test_clientserver.vim
src/version.c