Unified spellings "VIM" to "Vim" and "GVIM" or "Gvim" or "gVim" to "gvim" in help documents.
https://github.com/vim/vim/pull/1733
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
Merging #1733 into master will increase coverage by
6.81%.
The diff coverage isn/a.
@@ Coverage Diff @@ ## master #1733 +/- ## ========================================== + Coverage 68.21% 75.02% +6.81% ========================================== Files 76 76 Lines 124299 124948 +649 ========================================== + Hits 84788 93743 +8955 + Misses 39511 31205 -8306
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/if_lua.c | 50.88% <0%> (+0.65%) |
⬆️ |
| src/if_python3.c | 77.37% <0%> (+1.32%) |
⬆️ |
| src/if_perl.xs | 86.41% <0%> (+1.44%) |
⬆️ |
| src/if_py_both.h | 76.01% <0%> (+1.89%) |
⬆️ |
| src/if_python.c | 78.9% <0%> (+1.95%) |
⬆️ |
| src/main.c | 55.13% <0%> (+2.18%) |
⬆️ |
| src/gui_gtk.c | 24.81% <0%> (+2.3%) |
⬆️ |
| src/netbeans.c | 27.1% <0%> (+2.53%) |
⬆️ |
| src/if_ruby.c | 56.21% <0%> (+2.57%) |
⬆️ |
| src/farsi.c | 59.32% <0%> (+3.38%) |
⬆️ |
| ... and 62 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered by Codecov. Last update 6e62da3...510abd6. Read the comment docs.
@dpelle commented on this pull request.
> @@ -18,7 +18,7 @@ Coming with a very GUI mindset from Windows, I always thought of people using Vi as some kind of outer space alien in human clothes. Once I tried I really got addicted by its power and now I found myself typing Vim keypresses in the oddest places! That's why I would like to see Vim embedded in every -application which deals with text editing. (Jos� Fonseca) +application which deals with text editing. (Jos� Fonseca)
Did you change the encoding of the file?
It encoded in latin1 in Vim git repo. I don't think that changing encoding should be done as part of this change.
> @@ -1040,7 +1040,7 @@ if the system allows it (the directory must be writable). *write-fail* If the writing of the new file fails, you have to be careful not to lose your changes AND the original file. If there is no backup file and writing -the new file failed, you have already lost the original file! DON'T EXIT VIM +the new file failed, you have already lost the original file! DON'T EXIT Vim
In contexts where the sentence is all upper-case, I think it's better to write VIM uppper-case too.
> @@ -1455,7 +1455,7 @@ Do this before writing the file. When reading an encrypted file it will be set automatically to the method used when that file was written. You can change 'cryptmethod' before writing that file to change the method. -To set the default method, used for new files, use this in your |vimrc| +To set the default method, used for new files, use this in your |vimrc|
I would not remove trailing spaces as part of this change, it's causing many changes unrelated to unifying spelling of Vim.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.![]()
`Vim` agrees. But why `gvim`?
--
Best regards,
Hirohito Higashi (h_east)
—
Because I heard it on issue #1733
At the sadly neglected Vim wiki, we chose "Vim" and "gvim" despite the inconsistency. The "Vim" spelling fits modern usage such as in "Python" and many other packages. But then "Gvim" is rather weird, and "gVim" is very weird.
—
You are receiving this because you commented.
@Tatsuki-I pushed 1 commit.
—
You are receiving this because you are subscribed to this thread.
@Tatsuki-I commented on this pull request.
> @@ -18,7 +18,7 @@ Coming with a very GUI mindset from Windows, I always thought of people using Vi as some kind of outer space alien in human clothes. Once I tried I really got addicted by its power and now I found myself typing Vim keypresses in the oddest places! That's why I would like to see Vim embedded in every -application which deals with text editing. (Jos� Fonseca) +application which deals with text editing. (Jos� Fonseca)
Sorry, it's my mistake.
I fixed it.
—
You are receiving this because you commented.
@Tatsuki-I commented on this pull request.
> @@ -1040,7 +1040,7 @@ if the system allows it (the directory must be writable). *write-fail* If the writing of the new file fails, you have to be careful not to lose your changes AND the original file. If there is no backup file and writing -the new file failed, you have already lost the original file! DON'T EXIT VIM +the new file failed, you have already lost the original file! DON'T EXIT Vim
I see.
I'll fix them.
—
You are receiving this because you commented.
@Tatsuki-I pushed 1 commit.
—
You are receiving this because you are subscribed to this thread.
@Tatsuki-I pushed 1 commit.
—
You are receiving this because you are subscribed to this thread.
@Tatsuki-I pushed 1 commit.
—
You are receiving this because you are subscribed to this thread.
@Tatsuki-I pushed 1 commit.
—
You are receiving this because you are subscribed to this thread.
@Tatsuki-I pushed 1 commit.
—
You are receiving this because you are subscribed to this thread.
> @@ -1455,7 +1455,7 @@ Do this before writing the file. When reading an encrypted file it will be set automatically to the method used when that file was written. You can change 'cryptmethod' before writing that file to change the method. -To set the default method, used for new files, use this in your |vimrc| +To set the default method, used for new files, use this in your |vimrc|
Sorry...
I'll fix them.
—
You are receiving this because you commented.
@k-takata commented on this pull request.
I also agree to change "VIM" to "Vim", but I don't think there is a consensus about "gvim".
> @@ -1328,7 +1328,7 @@ Useful commands: to automatically detect the encoding of a file. -STARTING VIM +STARTING Vim
This should be "VIM".
> @@ -63,53 +63,53 @@ versions of 'emacs' in the late 1970's and was relieved by finding 'vi' in the first UNIX I came across in 1983). In my opinion, it's about time 'VIM' replace 'emacs' as the standard for top editors. (Bo Thide', Sweden) -I love and use VIM heavily too. (Larry Wall) +I love and use Vim heavily too. (Larry Wall)
This file is quotation. Should not be changed.
> @@ -383,7 +383,7 @@ Note that a menu that starts with ']' will not be displayed. 7. Command line arguments *gui-w32-cmdargs* Analysis of a command line into parameters is not standardised in MS Windows. -Gvim has to provide logic to analyse a command line. This logic is likely to +gvim has to provide logic to analyse a command line. This logic is likely to
I'm not English native, so I'm afraid that I'm saying something wrong, but starting a sentence with a lower case might be unnatural.
> @@ -472,7 +472,7 @@ with the Intellimouse driver 2.2 and when "Universal Scrolling" is turned on. XPM support *w32-xpm-support* -Gvim can be build on MS-Windows with support for XPM files. |+xpm_w32| +gvim can be build on MS-Windows with support for XPM files. |+xpm_w32|
Start of a sentence.
> @@ -5,7 +5,7 @@ -SPONSOR VIM DEVELOPMENT *sponsor* +SPONSOR Vim DEVELOPMENT *sponsor*
This breaks highlight. Should be upper case.
> @@ -5,7 +5,7 @@ Using the GUI -Vim works in an ordinary terminal. GVim can do the same things and a few +Vim works in an ordinary terminal. gvim can do the same things and a few
Start of a sentence.
—
You are receiving this because you commented.
> Because I heard it on issue #1733
> > At the sadly neglected Vim wiki, we chose "Vim" and "gvim" despite
> > the inconsistency. The "Vim" spelling fits modern usage such as in
> > "Python" and many other packages. But then "Gvim" is rather weird,
> > and "gVim" is very weird.
While "Vim" is a name, "gvim" is a command. Vim can also be a command,
thus then it's written as "vim". Depends on the context.
I agree that "Gvim" and "gVim" are a bit strange. "GVim" is weird.
Just using "gvim" seems best.
--
Never under any circumstances take a sleeping pill
and a laxative on the same night.
/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
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 vim_dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
2017-5-30(Tue) 1:19:29 UTC+9 Tatsuki:
> Because I heard it on issue #1733
>
>
> At the sadly neglected Vim wiki, we chose "Vim" and "gvim" despite the inconsistency. The "Vim" spelling fits modern usage such as in "Python" and many other packages. But then "Gvim" is rather weird, and "gVim" is very weird.
Hmm, I couldn't find it on issue #1733.
Please put a link explicitly.
—
—
You are receiving this because you commented.