File tree 5 files changed +8
-6
lines changed
5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
The Python project that creates `vimlogo.svg` can be found at
2
2
`https://github.com/ShayHill/vimlogo`. The Vim license applies.
3
3
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`
6
6
is based on the `vimlogo.svg` file (previously?) found at
7
7
`https://www.vim.org/logos.php`
8
8
Original file line number Diff line number Diff line change @@ -1684,14 +1684,14 @@ func Test_mod_file()
1684
1684
call assert_equal (' pim' , b: modula2 .dialect)
1685
1685
bwipe!
1686
1686
1687
- " Modula-2 program MODULE with priorty (and uppercase extension)
1687
+ " Modula-2 program MODULE with priority (and uppercase extension)
1688
1688
call writefile ([' MODULE Module2Mod [42];' ], ' Xfile.MOD' )
1689
1689
split Xfile.MOD
1690
1690
call assert_equal (' modula2' , &filetype )
1691
1691
call assert_equal (' pim' , b: modula2 .dialect)
1692
1692
bwipe!
1693
1693
1694
- " Modula-2 implementation MODULE with priorty (and uppercase extension)
1694
+ " Modula-2 implementation MODULE with priority (and uppercase extension)
1695
1695
call writefile ([' IMPLEMENTATION MODULE Module2Mod [42];' ], ' Xfile.MOD' )
1696
1696
split Xfile.MOD
1697
1697
call assert_equal (' modula2' , &filetype )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ source term_util.vim
12
12
let s: remote_works = 0
13
13
let s: skip = ' Skipped: --remote feature is not possible'
14
14
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
16
16
func Verify_remote_feature_works ()
17
17
CheckRunVimInTerminal
18
18
enew
Original file line number Diff line number Diff line change @@ -1304,7 +1304,7 @@ func Test_correct_cursor_position()
1304
1304
endfunc
1305
1305
1306
1306
" This was crashing Vim
1307
- func Test_textwdith_overflow ()
1307
+ func Test_textwidth_overflow ()
1308
1308
new
1309
1309
setl tw = 999999999
1310
1310
normal 10 ig
Original file line number Diff line number Diff line change @@ -704,6 +704,8 @@ static char *(features[]) =
704
704
705
705
static int included_patches [] =
706
706
{ /* Add new patch number below this line */
707
+ /**/
708
+ 379 ,
707
709
/**/
708
710
378 ,
709
711
/**/
You can’t perform that action at this time.
0 commit comments