Re: [vim] vim creates large swp files

2021-02-26 Fir de Conversatie Charles Campbell
Kirill Ryzhkov wrote: Hi Vim developers! I use vim on Linux all the time and found a problem with creating just huge swp files that can take up all the hard disk space. If you open vim and copy a large text that can cause the linux console to hang and then you force close the console, after a

Patch 8.2.2553

2021-02-26 Fir de Conversatie Bram Moolenaar
Patch 8.2.2553 Problem:Vim9: Cannot put "|" after "{". Solution: Add the EX_TRLBAR flag. (issue #7904) Files: src/ex_cmds.h, src/ex_eval.c *** ../vim-8.2.2552/src/ex_cmds.h 2021-02-26 21:56:42.213008615 +0100 --- src/ex_cmds.h 2021-02-26 22:06:37.302421204 +0100

Patch 8.2.2552

2021-02-26 Fir de Conversatie Bram Moolenaar
Patch 8.2.2552 Problem:Vim9: no reason to consider "" a command. Solution: Just use "{". (issue #7904) Files: src/ex_cmds.h *** ../vim-8.2.2551/src/ex_cmds.h 2021-02-19 21:42:51.544789771 +0100 --- src/ex_cmds.h 2021-02-26 21:55:02.417454188 +0100 ***

Patch 8.2.2551

2021-02-26 Fir de Conversatie Bram Moolenaar
Patch 8.2.2551 Problem:MS-Windows: colors test file is not installed. Solution: Also copy runtime/colors/tools. (Ken Takata, closes #7902) Files: nsis/gvim.nsi *** ../vim-8.2.2550/nsis/gvim.nsi 2020-09-20 21:42:40.391206450 +0200 --- nsis/gvim.nsi 2021-02-26

Re: [vim] vim creates large swp files

2021-02-26 Fir de Conversatie Bram Moolenaar
Kirill Ryzhkov wrote: > Hi Vim developers! > I use vim on Linux all the time and found a problem with creating just huge > swp files that can take up all the hard disk space. > If you open vim and copy a large text that can cause the linux console to > hang and then you force close the