diff src/testdir/test_netbeans.vim @ 22827:20ccf5f7dc6d v8.2.1961

patch 8.2.1961: various comments can be improved Commit: https://github.com/vim/vim/commit/22286895fce0e45e42126c7f2e35ebf43bc625d9 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 5 20:50:51 2020 +0100 patch 8.2.1961: various comments can be improved Problem: Various comments can be improved. Solution: Various comment adjustments.
author Bram Moolenaar <Bram@vim.org>
date Thu, 05 Nov 2020 21:00:05 +0100
parents 670c69ac1bfb
children 70eb58639009
line wrap: on
line diff
--- a/src/testdir/test_netbeans.vim
+++ b/src/testdir/test_netbeans.vim
@@ -845,6 +845,7 @@ func Nb_quit_with_conn(port)
   call writefile([], "Xnetbeans")
   let after =<< trim END
     source shared.vim
+    set cpo&vim
 
     func ReadXnetbeans()
       let l = readfile("Xnetbeans")