aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Edmund Lazo <janedmundlazo@hotmail.com>2018-11-17 22:23:04 -0500
committerJan Edmund Lazo <janedmundlazo@hotmail.com>2018-11-17 22:23:30 -0500
commit2b7e58cb2c59d6ad6f548b00abd85f396a8a244f (patch)
treeac1a9b10c2e97bee1c88268e0caabbf5fa36a2a0
parenta9ae5bf36b9a742e99e0945df0a0c6e473de1bf3 (diff)
downloadrneovim-2b7e58cb2c59d6ad6f548b00abd85f396a8a244f.tar.gz
rneovim-2b7e58cb2c59d6ad6f548b00abd85f396a8a244f.tar.bz2
rneovim-2b7e58cb2c59d6ad6f548b00abd85f396a8a244f.zip
vim-patch:8.1.0299: misplaced comment
Problem: misplaced comment Solution: Remove comment https://github.com/vim/vim/commit/142ae736d984f4575c1c6ec1a4f679ae4ddf9413
-rw-r--r--src/nvim/testdir/runtest.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/runtest.vim b/src/nvim/testdir/runtest.vim
index 8e9ee0494d..4fe7db135b 100644
--- a/src/nvim/testdir/runtest.vim
+++ b/src/nvim/testdir/runtest.vim
@@ -245,7 +245,7 @@ let s:flaky = [
\ 'Test_oneshot()',
\ 'Test_out_cb()',
\ 'Test_paused()',
- \ 'Test_popup_and_window_resize()', " sometimes fails on Mac
+ \ 'Test_popup_and_window_resize()',
\ 'Test_quoteplus()',
\ 'Test_quotestar()',
\ 'Test_reltime()',