Skip to content

Commit

Permalink
vim-patch:9.1.0025: A few typos in tests and justify.vim
Browse files Browse the repository at this point in the history
Problem:  A few typos in tests and justify.vim
Solution: fix them

closes: vim/vim#13848

vim/vim@dc4c37b

Co-authored-by: dundargoc <gocdundar@gmail.com>
  • Loading branch information
dundargoc committed Jan 12, 2024
1 parent e32af31 commit c8f696f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/pack/dist/opt/justify/plugin/justify.vim
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
" conformant with :left, :right and :center.
"
" If joinspaces is set, an extra space is added after '.', '?' and '!'.
" If 'cpooptions' include 'j', extra space is only added after '.'.
" If 'cpoptions' include 'j', extra space is only added after '.'.
" (This may on occasion conflict with maxspaces.)


Expand Down
2 changes: 1 addition & 1 deletion test/old/testdir/test_normal.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2240,7 +2240,7 @@ func Test_normal29_brace()
[DATA]
call assert_equal(expected, getline(1, '$'))

" Test with { in cpooptions
" Test with { in cpoptions
%d
call append(0, text)
" Nvim: no "{" flag in 'cpoptions'.
Expand Down

0 comments on commit c8f696f

Please sign in to comment.