The translated help files

2018-06-26 Fir de Conversatie scootergrisen
Why not collect all the translated help files the same place instead of all these different links to websites (https://www.vim.org/translations.php) that uses different way to get the files? Also some of the links dont work any longer. Persian and polish at the moment says not found. It would

Re: I being translating tutor to danish

2018-06-26 Fir de Conversatie Antonio Giovanni Colombo
Hi, yes, the tutor is included, and the translation of the documentation is not included in the Vim distribution. Both the messages and the menu translations are included in the Vim distribution as well. But the translated Vim documentation it is pointed to from: https://www.vim.org/translation

Patch 8.1.0117

2018-06-26 Fir de Conversatie Bram Moolenaar
Patch 8.1.0117 Problem:URL in install program still points to SourceForge. Solution: Change it to www.vim.org. (closes #3100) Files: src/dosinst.c *** ../vim-8.1.0116/src/dosinst.c 2018-05-11 19:52:42.0 +0200 --- src/dosinst.c 2018-06-26 23:09:12.956537417 +0200 *

[patch] Make :sort only set &mod when the buffer changed

2018-06-26 Fir de Conversatie Jason Franklin
I noticed that the :sort command always sets 'modified'. This patch makes :sort check whether or not it actually changed the buffer. Tests included. Thanks, Jason Franklin -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are repl

I being translating tutor to danish

2018-06-26 Fir de Conversatie scootergrisen
If anyone care to know i being translating tutor file to danish. I hope 1.7 is the newest. Are any changes planed soon? The tutor.da files will be included in Vim right? And the help files will not be included in Vim right? So if i translate them the user have to download seperately and figure o

Re: [patch] SAS syntax and indent scripts

2018-06-26 Fir de Conversatie Keny Hu
That makes sense. Thanks for the tip. Here is the updated indent file. On Tue, Jun 26, 2018 at 1:05 PM, Christian Brabandt wrote: > > On Di, 26 Jun 2018, Keny Hu wrote: > > > Thank you for the patch. Christian. Here is the updated indent file for > SAS. > > Actually, I am not sure if the test fo

Re: [patch] SAS syntax and indent scripts

2018-06-26 Fir de Conversatie Christian Brabandt
On Di, 26 Jun 2018, Keny Hu wrote: > Thank you for the patch. Christian. Here is the updated indent file for SAS. Actually, I am not sure if the test for the softtabstop setting is actually needed of if not rather instead you should always use shiftwidth() Since that is what it is for, indent

Re: [patch] SAS syntax and indent scripts

2018-06-26 Fir de Conversatie Keny Hu
Thank you for the patch. Christian. Here is the updated indent file for SAS. On Tue, Jun 26, 2018 at 1:06 AM, Christian Brabandt wrote: > > On Mo, 25 Jun 2018, Blay263 wrote: > > So just to give more context about a year ago the SAS vim files were > > updated. For the most part the updates were

Re: [patch] Fix duplicate errmsg from Normal mode "p" command

2018-06-26 Fir de Conversatie Jason Franklin
Just fixed a small typo in the patch. Sorry about that. -- -- 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 s

[patch] Fix duplicate errmsg from Normal mode "p" command

2018-06-26 Fir de Conversatie Jason Franklin
To reproduce: vim --clean :set nomodifiable yy p Note the duplicate error message. Using ":put" this does not happen because the command's MODIFY flag catches the problem early. Two tests are included. One of them will currently fail. The other is just for additional error checking an

[patch] Fix document typos

2018-06-26 Fir de Conversatie h_east
Hi Bram and list, I received several typos reports from vim-jp. (I found some) Please check an attached patch. doc/editing.txt Over 80 columns doc/filetype.txt Typo. earch --> each doc/insert.txt Wrong path sep. autoload\syntaxcomplete.vim --> autoload/syntaxcomplete.vim doc/repeat.tx