]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.0379: There are a few typos v9.1.0379
authorzeertzjq <zeertzjq@outlook.com>
Sun, 28 Apr 2024 14:20:55 +0000 (16:20 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 28 Apr 2024 14:20:55 +0000 (16:20 +0200)
Problem:  There are a few typos
Solution: Fix them (zeertzjq)

closes: #14655

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
READMEdir/README_vimlogo.txt
src/testdir/test_filetype.vim
src/testdir/test_remote.vim
src/testdir/test_textformat.vim
src/version.c

index 9798b108d1f62a76faf70ef16dfe8e35f6df620b..570e8765486f213aa4e8406b4c1dbdc0affb733b 100644 (file)
@@ -1,8 +1,8 @@
 The Python project that creates `vimlogo.svg` can be found at
 `https://github.com/ShayHill/vimlogo`.  The Vim license applies.
 
-`vimlogo.svg` is an effort to remove errors and inadvertant inconsistencies
-from the original vim logo while maintaing the original design. `vimlogo.svg`
+`vimlogo.svg` is an effort to remove errors and inadvertent inconsistencies
+from the original vim logo while maintaining the original design. `vimlogo.svg`
 is based on the `vimlogo.svg` file (previously?) found at
 `https://www.vim.org/logos.php`
 
index f8fe9ec5a357031d8c162cc2f41bd93480553cbb..ba6ebaf7d20c6ae51d82d84673759f3ad7ded1d4 100644 (file)
@@ -1684,14 +1684,14 @@ func Test_mod_file()
   call assert_equal('pim', b:modula2.dialect)
   bwipe!
 
-  " Modula-2 program MODULE with priorty (and uppercase extension)
+  " Modula-2 program MODULE with priority (and uppercase extension)
   call writefile(['MODULE Module2Mod [42];'], 'Xfile.MOD')
   split Xfile.MOD
   call assert_equal('modula2', &filetype)
   call assert_equal('pim', b:modula2.dialect)
   bwipe!
 
-  " Modula-2 implementation MODULE with priorty (and uppercase extension)
+  " Modula-2 implementation MODULE with priority (and uppercase extension)
   call writefile(['IMPLEMENTATION MODULE Module2Mod [42];'], 'Xfile.MOD')
   split Xfile.MOD
   call assert_equal('modula2', &filetype)
index 1475052fe3c24caa8f096f1882c70bd7b2b9de04..fd8b0af2400d6acb42a8ad41f38b2ddbd285345d 100644 (file)
@@ -12,7 +12,7 @@ source term_util.vim
 let s:remote_works = 0
 let s:skip = 'Skipped: --remote feature is not possible'
 
-" nees to be run as first test to verify, that vim --servername works
+" needs to be run as first test to verify, that vim --servername works
 func Verify_remote_feature_works()
   CheckRunVimInTerminal
   enew
index 5d584867a7e6f5e2ab407ddb8c1536857e38f067..e31ea220539daecf68b8404eff71246eeb585462 100644 (file)
@@ -1304,7 +1304,7 @@ func Test_correct_cursor_position()
 endfunc
 
 " This was crashing Vim
-func Test_textwdith_overflow()
+func Test_textwidth_overflow()
   new
   setl tw=999999999
   normal 10ig
index be2be7062b679089604a9bb2f38b2a32a5d18cdd..0f665efd6990e64c0543798e01153f4ad9cb6cf7 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    379,
 /**/
     378,
 /**/