To: vim_dev@googlegroups.com Subject: Patch 8.2.3827 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3827 Problem: Huntr badge does not really fit in the list. Solution: Move the link to Huntr to the issue template. Files: Filelist, .github/ISSUE_TEMPLATE/bug_report.yml, README.md *** ../vim-8.2.3826/Filelist 2021-11-24 19:30:35.070782234 +0000 --- Filelist 2021-12-16 16:07:35.537713286 +0000 *************** *** 8,13 **** --- 8,14 ---- .gitattributes \ .github/CODEOWNERS \ .github/ISSUE_TEMPLATE/bug_report.yml \ + .github/ISSUE_TEMPLATE/feature_request.md \ .github/workflows/ci.yml \ .github/workflows/codeql-analysis.yml \ .github/workflows/coverity.yml \ *** ../vim-8.2.3826/.github/ISSUE_TEMPLATE/bug_report.yml 2021-10-09 12:49:02.712420769 +0100 --- .github/ISSUE_TEMPLATE/bug_report.yml 2021-12-16 16:06:10.601939713 +0000 *************** *** 8,13 **** --- 8,18 ---- attributes: value: | Thanks for reporting issues of Vim! + + If you want to report a security issue, instead of reporting it here + you can alternatively disclose it on + [huntr.dev](https://huntr.dev/bounties/disclose/?utm_campaign=vim%2Fvim&utm_medium=social&utm_source=github&target=https%3A%2F%2Fgithub.com%2Fvim%2Fvim). + They have rewards in the form of money, swag and CVEs. To make it easier for us to help you please enter detailed information below. - type: textarea *************** *** 28,43 **** required: true - type: input attributes: ! label: Operating system description: > ! Your operating system name, version and desktop environment. validations: required: true ! - type: input attributes: ! label: Version of Vim description: > ! The name of your development environment, version. [e.g. GNOME Terminal (v0.0.0000)] validations: required: true - type: textarea --- 33,53 ---- required: true - type: input attributes: ! label: Version of Vim description: > ! Including patch level, use ":version" to see it [e.g. 8.2.1234] validations: required: true ! - type: textarea attributes: ! label: Environment description: > ! OS [e.g. Ubuntu 21.10], terminal [e.g. GNOME Terminal 3.38.1], value of $TERM, shell [e.g. bash 5.1.8]; anything that might matter ! placeholder: | ! Operating system: ! Terminal: ! Value of $TERM: ! Shell: validations: required: true - type: textarea *** ../vim-8.2.3826/README.md 2021-01-02 15:05:24.522986581 +0000 --- README.md 2021-12-16 16:06:36.057871367 +0000 *************** *** 4,18 **** For translations of this README see the end. ## What is Vim? ## ! Vim is a greatly improved version of the good old UNIX editor Vi. Many new features have been added: multi-level undo, syntax highlighting, command line history, on-line help, spell checking, filename completion, block operations, script language, etc. There is also a Graphical User Interface (GUI) available. Still, Vi compatibility is maintained, those who have Vi "in the ! fingers" will feel at home. See `runtime/doc/vi_diff.txt` for differences with Vi. This editor is very useful for editing programs and other plain text files. --- 4,26 ---- For translations of this README see the end. + If you find a bug or want to discuss the best way to add a new feature, please + open an [issue](https://github.com/vim/vim/issues). + If you have a question or want to discuss the best way to do something with + Vim, you can use [StackExchange](https://vi.stackexchange.com/) + or one of the [Maillists](https://www.vim.org/community.php). + ## What is Vim? ## ! Vim is a greatly improved version of the good old UNIX editor ! [Vi](https://en.wikipedia.org/wiki/Vi). Many new features have been added: multi-level undo, syntax highlighting, command line history, on-line help, spell checking, filename completion, block operations, script language, etc. There is also a Graphical User Interface (GUI) available. Still, Vi compatibility is maintained, those who have Vi "in the ! fingers" will feel at home. ! See [`runtime/doc/vi_diff.txt`](runtime/doc/vi_diff.txt) for differences with Vi. This editor is very useful for editing programs and other plain text files. *************** *** 38,48 **** documentation, syntax files and other files that are used at runtime. To run Vim you must get either one of the binary archives or a source archive. Which one you need depends on the system you want to run it on and whether you ! want or must compile it yourself. Check http://www.vim.org/download.php for an overview of currently available distributions. Some popular places to get the latest Vim: ! * Check out the git repository from [github](https://github.com/vim/vim). * Get the source code as an [archive](https://github.com/vim/vim/releases). * Get a Windows executable from the [vim-win32-installer](https://github.com/vim/vim-win32-installer/releases) repository. --- 46,56 ---- documentation, syntax files and other files that are used at runtime. To run Vim you must get either one of the binary archives or a source archive. Which one you need depends on the system you want to run it on and whether you ! want or must compile it yourself. Check https://www.vim.org/download.php for an overview of currently available distributions. Some popular places to get the latest Vim: ! * Check out the git repository from [GitHub](https://github.com/vim/vim). * Get the source code as an [archive](https://github.com/vim/vim/releases). * Get a Windows executable from the [vim-win32-installer](https://github.com/vim/vim-win32-installer/releases) repository. *************** *** 53,66 **** If you obtained a binary distribution you don't need to compile Vim. If you obtained a source distribution, all the stuff for compiling Vim is in the ! `src` directory. See `src/INSTALL` for instructions. ## Installation ## See one of these files for system-specific instructions. Either in the ! READMEdir directory (in the repository) or the top directory (if you unpack an ! archive): README_ami.txt Amiga README_unix.txt Unix --- 61,74 ---- If you obtained a binary distribution you don't need to compile Vim. If you obtained a source distribution, all the stuff for compiling Vim is in the ! [`src`](/src) directory. See [`src/INSTALL`](src/INSTALL) for instructions. ## Installation ## See one of these files for system-specific instructions. Either in the ! [READMEdir directory](./READMEdir/) (in the repository) or ! the top directory (if you unpack an archive): README_ami.txt Amiga README_unix.txt Unix *************** *** 78,85 **** started as `vimtutor`. See `:help tutor` for more information. The best is to use `:help` in Vim. If you don't have an executable yet, read ! `runtime/doc/help.txt`. It contains pointers to the other documentation ! files. The User Manual reads like a book and is recommended to learn to use Vim. See `:help user-manual`. --- 86,94 ---- started as `vimtutor`. See `:help tutor` for more information. The best is to use `:help` in Vim. If you don't have an executable yet, read ! [`runtime/doc/help.txt`](/runtime/doc/help.txt). ! It contains pointers to the other documentation files. ! The User Manual reads like a book and is recommended to learn to use Vim. See `:help user-manual`. *************** *** 87,93 **** Vim is Charityware. You can use and copy it as much as you like, but you are encouraged to make a donation to help orphans in Uganda. Please read the file ! `runtime/doc/uganda.txt` for details (do `:help uganda` inside Vim). Summary of the license: There are no restrictions on using or distributing an unmodified copy of Vim. Parts of Vim may also be distributed, but the license --- 96,103 ---- Vim is Charityware. You can use and copy it as much as you like, but you are encouraged to make a donation to help orphans in Uganda. Please read the file ! [`runtime/doc/uganda.txt`](runtime/doc/uganda.txt) ! for details (do `:help uganda` inside Vim). Summary of the license: There are no restrictions on using or distributing an unmodified copy of Vim. Parts of Vim may also be distributed, but the license *************** *** 103,132 **** working on Vim please send a donation. Since Bram is back to a paid job the money will now be used to help children ! in Uganda. See `runtime/doc/uganda.txt`. But at the same time donations ! increase Bram's motivation to keep working on Vim! For the most recent information about sponsoring look on the Vim web site: ! http://www.vim.org/sponsor/ ## Contributing ## ! If you would like to help making Vim better, see the [CONTRIBUTING.md](https://github.com/vim/vim/blob/master/CONTRIBUTING.md) file. ## Information ## The latest news about Vim can be found on the Vim home page: ! http://www.vim.org/ If you have problems, have a look at the Vim documentation or tips: ! http://www.vim.org/docs.php ! http://vim.wikia.com/wiki/Vim_Tips_Wiki If you still have problems or any other questions, use one of the mailing lists to discuss them with Vim users and developers: ! http://www.vim.org/maillist.php If nothing else works, report bugs directly: Bram Moolenaar --- 113,143 ---- working on Vim please send a donation. Since Bram is back to a paid job the money will now be used to help children ! in Uganda. See [`runtime/doc/uganda.txt`](runtime/doc/uganda.txt). But ! at the same time donations increase Bram's motivation to keep working on Vim! For the most recent information about sponsoring look on the Vim web site: ! https://www.vim.org/sponsor/ ## Contributing ## ! If you would like to help making Vim better, see the ! [CONTRIBUTING.md](/CONTRIBUTING.md) file. ## Information ## The latest news about Vim can be found on the Vim home page: ! https://www.vim.org/ If you have problems, have a look at the Vim documentation or tips: ! https://www.vim.org/docs.php ! https://vim.fandom.com/wiki/Vim_Tips_Wiki If you still have problems or any other questions, use one of the mailing lists to discuss them with Vim users and developers: ! https://www.vim.org/maillist.php If nothing else works, report bugs directly: Bram Moolenaar *** ../vim-8.2.3826/src/version.c 2021-12-16 15:49:39.157345806 +0000 --- src/version.c 2021-12-16 16:10:43.353226922 +0000 *************** *** 751,752 **** --- 751,754 ---- { /* Add new patch number below this line */ + /**/ + 3827, /**/ -- hundred-and-one symptoms of being an internet addict: 42. Your virtual girlfriend finds a new net sweetheart with a larger bandwidth. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///