runtime(pilrc): fix typo country names in pilrcCountry syntax list
Commit:
https://github.com/vim/vim/commit/3b0a32d7d8bd8710d1b9fd94464a0903085f516e
Author: Shuo Wang <[email protected]>
Date: Sat May 30 18:18:41 2026 +0000
runtime(pilrc): fix typo country names in pilrcCountry syntax list
Corrected "Indian" to "India" for accurate naming.
closes: #20369
Signed-off-by: wangshuo <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/runtime/syntax/pilrc.vim b/runtime/syntax/pilrc.vim
index f0e5f9bbc..afa527aee 100644
--- a/runtime/syntax/pilrc.vim
+++ b/runtime/syntax/pilrc.vim
@@ -1,7 +1,8 @@
" Vim syntax file
" Language: pilrc - a resource compiler for Palm OS development
" Maintainer: Brian Schau <[email protected]>
-" Last change: 2003 May 11
+" Last Change: 2003 May 11
+" 2026 May 30 by Vim project: Fix typo #20369
" Available on: http://www.schau.com/pilrcvim/pilrc.vim
" quit when a syntax file was already loaded
@@ -72,7 +73,7 @@ syn keyword pilrcType WARNING WEEKSTARTDAY
" Country
syn keyword pilrcCountry Australia Austria Belgium Brazil Canada Denmark
-syn keyword pilrcCountry Finland France Germany HongKong Iceland Indian
+syn keyword pilrcCountry Finland France Germany HongKong Iceland India
syn keyword pilrcCountry Indonesia Ireland Italy Japan Korea Luxembourg
Malaysia
syn keyword pilrcCountry Mexico Netherlands NewZealand Norway Philippines
syn keyword pilrcCountry RepChina Singapore Spain Sweden Switzerland Thailand
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1wTORg-00EimS-15%40256bit.org.