Skip to content

Commit 89a9c15

Browse files
committed
Update runtime files
1 parent 6e82351 commit 89a9c15

39 files changed

+649
-242
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
languages: ${{ matrix.language }}
4040
# If you wish to specify custom queries, you can do so here or in a config file.
41-
# By default, queries listed here will override any specified in a config file.
41+
# By default, queries listed here will override any specified in a config file.
4242
# Prefix the list here with "+" to use these queries and those in the config file.
4343
# queries: ./path/to/local/query, your-org/your-repo/queries@main
4444

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ If you find a problem with one of these files or have a suggestion for
5757
improvement, please first try to contact the maintainer directly.
5858
Look in the header of the file for the name and email address.
5959

60-
The maintainer will take care of issues and send updates to Bram for
60+
The maintainer will take care of issues and send updates to Bram for
6161
distribution with Vim.
6262

6363
If the maintainer does not respond, contact the vim-dev maillist.

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This `README.md` file comes with the runtime archive. It includes the
4646
documentation, syntax files and other files that are used at runtime. To run
4747
Vim you must get either one of the binary archives or a source archive.
4848
Which one you need depends on the system you want to run it on and whether you
49-
want or must compile it yourself. Check http://www.vim.org/download.php for
49+
want or must compile it yourself. Check https://www.vim.org/download.php for
5050
an overview of currently available distributions.
5151

5252
Some popular places to get the latest Vim:
@@ -86,7 +86,7 @@ The Vim tutor is a one hour training course for beginners. Often it can be
8686
started as `vimtutor`. See `:help tutor` for more information.
8787

8888
The best is to use `:help` in Vim. If you don't have an executable yet, read
89-
[`runtime/doc/help.txt`](/runtime/doc/help.txt).
89+
[`runtime/doc/help.txt`](/runtime/doc/help.txt).
9090
It contains pointers to the other documentation files.
9191
The User Manual reads like a book and is recommended to learn to use
9292
Vim. See `:help user-manual`.
@@ -117,7 +117,7 @@ in Uganda. See [`runtime/doc/uganda.txt`](runtime/doc/uganda.txt). But
117117
at the same time donations increase Bram's motivation to keep working on Vim!
118118

119119
For the most recent information about sponsoring look on the Vim web site:
120-
http://www.vim.org/sponsor/
120+
https://www.vim.org/sponsor/
121121

122122

123123
## Contributing ##
@@ -129,15 +129,15 @@ If you would like to help making Vim better, see the
129129
## Information ##
130130

131131
The latest news about Vim can be found on the Vim home page:
132-
http://www.vim.org/
132+
https://www.vim.org/
133133

134134
If you have problems, have a look at the Vim documentation or tips:
135-
http://www.vim.org/docs.php
136-
http://vim.wikia.com/wiki/Vim_Tips_Wiki
135+
https://www.vim.org/docs.php
136+
https://vim.fandom.com/wiki/Vim_Tips_Wiki
137137

138138
If you still have problems or any other questions, use one of the mailing
139139
lists to discuss them with Vim users and developers:
140-
http://www.vim.org/maillist.php
140+
https://www.vim.org/maillist.php
141141

142142
If nothing else works, report bugs directly:
143143
Bram Moolenaar <[email protected]>

README.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This README.txt file comes with the runtime archive. It includes the
3333
documentation, syntax files and other files that are used at runtime. To run
3434
Vim you must get either one of the binary archives or a source archive.
3535
Which one you need depends on the system you want to run it on and whether you
36-
want or must compile it yourself. Check "http://www.vim.org/download.php" for
36+
want or must compile it yourself. Check "https://www.vim.org/download.php" for
3737
an overview of currently available distributions.
3838

3939
Some popular places to get the latest Vim:
@@ -101,7 +101,7 @@ increase Bram's motivation to keep working on Vim!
101101

102102
For the most recent information about sponsoring look on the Vim web site:
103103

104-
http://www.vim.org/sponsor/
104+
https://www.vim.org/sponsor/
105105

106106

107107
CONTRIBUTING
@@ -112,15 +112,15 @@ If you would like to help making Vim better, see the CONTRIBUTING.md file.
112112
INFORMATION
113113

114114
The latest news about Vim can be found on the Vim home page:
115-
http://www.vim.org/
115+
https://www.vim.org/
116116

117117
If you have problems, have a look at the Vim documentation or tips:
118-
http://www.vim.org/docs.php
119-
http://vim.wikia.com/wiki/Vim_Tips_Wiki
118+
https://www.vim.org/docs.php
119+
https://vim.fandom.com/wiki/Vim_Tips_Wiki
120120

121121
If you still have problems or any other questions, use one of the mailing
122122
lists to discuss them with Vim users and developers:
123-
http://www.vim.org/maillist.php
123+
https://www.vim.org/maillist.php
124124

125125
If nothing else works, report bugs directly:
126126
Bram Moolenaar <[email protected]>

README_VIM9.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ let start = reltime()
337337
echo Python()
338338
echo 'Python: ' .. reltimestr(reltime(start))
339339
bwipe!
340-
340+
341341
new
342342
call setline(1, range(100000))
343343
let start = reltime()

nsis/lang/turkish.nsi

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LangString ^SetupCaption ${LANG_TURKISH} \
1010
"$(^Name) Setup"
1111
LangString ^UninstallCaption ${LANG_TURKISH} \
1212
"$(^Name) Uninstall"
13-
13+
1414
LangString str_show_readme ${LANG_TURKISH} \
1515
"Kurulum bittikten sonra README dosyasını aç"
1616

@@ -23,7 +23,7 @@ LangString str_type_minimal ${LANG_TURKISH} \
2323

2424
LangString str_type_full ${LANG_TURKISH} \
2525
"Tam"
26-
26+
2727
##############################################################################
2828
# Section Titles & Description {{{1
2929
##############################################################################
@@ -62,12 +62,12 @@ LangString str_section_start_menu ${LANG_TURKISH} \
6262
"Başlat Menüsü - Programlar klasöründe"
6363
LangString str_desc_start_menu ${LANG_TURKISH} \
6464
"Vim kısayolunu Başlat Menüsüne ekler."
65-
65+
6666
LangString str_section_edit_with ${LANG_TURKISH} \
6767
"Vim ile Aç"
6868
LangString str_desc_edit_with ${LANG_TURKISH} \
6969
"Vim'i $\"Birlikte aç$\" sağ tık menüsüne ekler."
70-
70+
7171
LangString str_section_vim_rc ${LANG_TURKISH} \
7272
"Bir yapılandırma dosyası oluştur"
7373
LangString str_desc_vim_rc ${LANG_TURKISH} \
@@ -93,7 +93,7 @@ LangString str_desc_plugin_vim ${LANG_TURKISH} \
9393
LangString str_section_vis_vim ${LANG_TURKISH} \
9494
"VisVim eklentisi"
9595
LangString str_desc_vis_vim ${LANG_TURKISH} \
96-
"Microsoft Visual Studio entegrasyonu için VisVim eklentisi"
96+
"Microsoft Visual Studio entegrasyonu için VisVim eklentisi"
9797

9898
LangString str_section_nls ${LANG_TURKISH} \
9999
"Ek dil desteği"
@@ -129,14 +129,14 @@ LangString str_unsection_rootdir ${LANG_TURKISH} \
129129
"Vim kök dizinini kaldır"
130130
LangString str_desc_rm_rootdir ${LANG_TURKISH} \
131131
"Vim kök dizinini kaldırır. Bu dizin Vim yapılandırma dosyalarını içerir!"
132-
132+
133133
LangString str_msg_install_fail ${LANG_TURKISH} \
134134
"Yükleme başarısız oldu. Yeniden deneyin."
135135

136136
LangString str_msg_rm_exe_fail ${LANG_TURKISH} \
137137
"$0 içindeki bazı dosyalar silinemedi!$\r$\n\
138138
Bu dosyaları el ile kaldırmalısınız."
139-
139+
140140
LangString str_msg_uninstalling ${LANG_TURKISH} \
141141
"Eski sürüm kaldırılıyor..."
142142

pixmaps/gen-inline-pixbufs.sh

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
prefix=stock_
44
list=
55

6-
for file in "$@"
7-
do
8-
name=`echo "$file" | sed 's|-|_|g; s|^.*/||; s|\..*$||'`
6+
for file in "$@"; do
7+
name=$(echo "$file" | sed 's|-|_|g; s|^.*/||; s|\..*$||')
98
list="$list $prefix$name $file"
109
done
1110

1211
gdk-pixbuf-csource --raw --static --build-list $list
13-

0 commit comments

Comments
 (0)