aboutsummaryrefslogtreecommitdiff
path: root/test/old/testdir/test_fold.vim
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-07-18 06:35:56 +0800
committerGitHub <noreply@github.com>2024-07-18 06:35:56 +0800
commit8634ec3827a52a0339c98103c278973382e96267 (patch)
tree7bfcb7a0cc38e6a2473f8c21ce58d4dd6b828276 /test/old/testdir/test_fold.vim
parente29f245a10821fcce454f7ede684aa0dd64efc33 (diff)
parent457ab65ff3f7a7d3eecb45d4f3b48ab8a0295e52 (diff)
downloadrneovim-8634ec3827a52a0339c98103c278973382e96267.tar.gz
rneovim-8634ec3827a52a0339c98103c278973382e96267.tar.bz2
rneovim-8634ec3827a52a0339c98103c278973382e96267.zip
Merge pull request #29774 from zeertzjq/vim-9.0.1257
vim-patch:9.0.{partial:0719,1257}
Diffstat (limited to 'test/old/testdir/test_fold.vim')
-rw-r--r--test/old/testdir/test_fold.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/old/testdir/test_fold.vim b/test/old/testdir/test_fold.vim
index b7a0cee444..829cfc674d 100644
--- a/test/old/testdir/test_fold.vim
+++ b/test/old/testdir/test_fold.vim
@@ -499,7 +499,7 @@ func Test_move_folds_around_manual()
%foldopen!
13m7
call Check_foldlevels([1, 2, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 2, 1, 0])
-
+
bw!
endfunc
@@ -748,7 +748,7 @@ func Test_fold_create_marker_in_C()
let content =<< trim [CODE]
/*
* comment
- *
+ *
*
*/
int f(int* p) {