Skip to content

Commit 75a7355

Browse files
zeertzjqchrisbra
authored andcommitted
patch 9.1.0379: There are a few typos
Problem: There are a few typos Solution: Fix them (zeertzjq) closes: vim#14655 Signed-off-by: zeertzjq <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent fe55c31 commit 75a7355

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

READMEdir/README_vimlogo.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
The Python project that creates `vimlogo.svg` can be found at
22
`https://github.com/ShayHill/vimlogo`. The Vim license applies.
33

4-
`vimlogo.svg` is an effort to remove errors and inadvertant inconsistencies
5-
from the original vim logo while maintaing the original design. `vimlogo.svg`
4+
`vimlogo.svg` is an effort to remove errors and inadvertent inconsistencies
5+
from the original vim logo while maintaining the original design. `vimlogo.svg`
66
is based on the `vimlogo.svg` file (previously?) found at
77
`https://www.vim.org/logos.php`
88

src/testdir/test_filetype.vim

+2-2
Original file line numberDiff line numberDiff line change
@@ -1684,14 +1684,14 @@ func Test_mod_file()
16841684
call assert_equal('pim', b:modula2.dialect)
16851685
bwipe!
16861686

1687-
" Modula-2 program MODULE with priorty (and uppercase extension)
1687+
" Modula-2 program MODULE with priority (and uppercase extension)
16881688
call writefile(['MODULE Module2Mod [42];'], 'Xfile.MOD')
16891689
split Xfile.MOD
16901690
call assert_equal('modula2', &filetype)
16911691
call assert_equal('pim', b:modula2.dialect)
16921692
bwipe!
16931693

1694-
" Modula-2 implementation MODULE with priorty (and uppercase extension)
1694+
" Modula-2 implementation MODULE with priority (and uppercase extension)
16951695
call writefile(['IMPLEMENTATION MODULE Module2Mod [42];'], 'Xfile.MOD')
16961696
split Xfile.MOD
16971697
call assert_equal('modula2', &filetype)

src/testdir/test_remote.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ source term_util.vim
1212
let s:remote_works = 0
1313
let s:skip = 'Skipped: --remote feature is not possible'
1414

15-
" nees to be run as first test to verify, that vim --servername works
15+
" needs to be run as first test to verify, that vim --servername works
1616
func Verify_remote_feature_works()
1717
CheckRunVimInTerminal
1818
enew

src/testdir/test_textformat.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -1304,7 +1304,7 @@ func Test_correct_cursor_position()
13041304
endfunc
13051305

13061306
" This was crashing Vim
1307-
func Test_textwdith_overflow()
1307+
func Test_textwidth_overflow()
13081308
new
13091309
setl tw=999999999
13101310
normal 10ig

src/version.c

+2
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,8 @@ static char *(features[]) =
704704

705705
static int included_patches[] =
706706
{ /* Add new patch number below this line */
707+
/**/
708+
379,
707709
/**/
708710
378,
709711
/**/

0 commit comments

Comments
 (0)