To: vim_dev@googlegroups.com Subject: Patch 9.0.1318 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.1318 (after 9.0.1317) Problem: Code style test fails. Solution: Remove trailing white space. Files: src/testdir/test_vim9_class.vim *** ../vim-9.0.1317/src/testdir/test_vim9_class.vim 2023-02-17 21:08:46.433731097 +0000 --- src/testdir/test_vim9_class.vim 2023-02-17 21:28:30.494371545 +0000 *************** *** 190,196 **** this.value = 'xyz' endclass ! var state: State var db = {'xyz': 789} echo db[state.value] END --- 190,196 ---- this.value = 'xyz' endclass ! var state: State var db = {'xyz': 789} echo db[state.value] END *** ../vim-9.0.1317/src/version.c 2023-02-17 21:08:46.433731097 +0000 --- src/version.c 2023-02-17 21:29:30.878660031 +0000 *************** *** 697,698 **** --- 697,700 ---- { /* Add new patch number below this line */ + /**/ + 1318, /**/ -- "The sun oozed over the horizon, shoved aside darkness, crept along the greensward, and, with sickly fingers, pushed through the castle window, revealing the pillaged princess, hand at throat, crown asunder, gaping in frenzied horror at the sated, sodden amphibian lying beside her, disbelieving the magnitude of the frog's deception, screaming madly, "You lied!" - Winner of the Bulwer-Lytton contest (San Jose State University), wherein one writes only the first line of a bad novel /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///