Commit Graph

79 Commits

Author SHA1 Message Date
ichizok 223b2d8e75 Merge remote-tracking branch 'vim/master' 2022-09-05 12:45:08 +09:00
Bram Moolenaar 0daafaa7d9 Update runtime files 2022-09-04 17:45:43 +01:00
ichizok d31ec949e5 Merge remote-tracking branch 'vim/master' 2022-08-29 13:12:20 +09:00
Bram Moolenaar 7dd543246a Update runtime files 2022-08-26 18:01:12 +01:00
ichizok 94b81c6bc4 Merge remote-tracking branch 'vim/master' 2022-05-15 12:24:15 +09:00
Bram Moolenaar 30ab04e16e Update runtime files, new color schemes 2022-05-14 13:33:50 +01:00
ichizok e74dc41013 Merge remote-tracking branch 'vim/master' 2022-02-28 10:22:39 +09:00
Bram Moolenaar c51cf03298 Update runtime files. 2022-02-26 12:25:45 +00:00
ichizok ff2c55d98b Merge remote-tracking branch 'vim/master' 2022-01-03 14:33:39 +09:00
Bram Moolenaar 1cae5a0a03 patch 8.2.3917: the eval.txt help file is way too big
Problem:    The eval.txt help file is way too big.
Solution:   Move the builtin function details to a separate file.
2021-12-27 21:28:34 +00:00
ichizok 0b2587e10c Merge remote-tracking branch 'vim/master' 2021-04-23 11:33:28 +09:00
Bram Moolenaar 11e3c5ba82 Update runtime files 2021-04-21 18:09:37 +02:00
ichizok a79675e182 Merge remote-tracking branch 'vim/master' 2021-04-09 16:59:25 +09:00
Bram Moolenaar 130cbfc312 Update runtime files 2021-04-07 21:07:20 +02:00
ichizok a3467ed300 Merge remote-tracking branch 'vim/master' 2020-07-13 13:15:25 +09:00
Bram Moolenaar 08fc48492a patch 8.2.1172: error messages when doing "make clean" in doc or tee
Problem:    Error messages when doing "make clean" in the runtime/doc or
            src/tee directories.
Solution:   Use "rm -f".
2020-07-10 20:40:23 +02:00
ichizok 4d306060eb Merge remote-tracking branch 'vim/master' 2020-06-19 14:17:00 +09:00
Bram Moolenaar 65e0d77a66 Update runtime files 2020-06-14 17:29:55 +02:00
ichizok ee1aabf657 Merge remote-tracking branch 'vim/master' 2020-06-04 14:32:57 +09:00
Bram Moolenaar f09715bc5c patch 8.2.0859: no Turkish translation of the manual
Problem:    No Turkish translation of the manual.
Solution:   Add Turkish translations. (Emir Sarı, closes #5641)
2020-05-31 14:25:22 +02:00
Yee Cheng Chin 802731e22a Merge tag 'v8.2.0320' 2020-03-15 00:15:24 -07:00
Bram Moolenaar b3f740695a patch 8.2.0320: no Haiku support
Problem:    No Haiku support.
Solution:   Add support for Haiku. (Emir Sari, closes #5605)
2020-02-26 16:16:53 +01:00
Yee Cheng Chin 09c033c047 Merge remote-tracking branch 'vim/master' 2020-01-27 03:21:24 -08:00
Bram Moolenaar 8a7d6542b3 patch 8.2.0149: maintaining a Vim9 branch separately is more work
Problem:    Maintaining a Vim9 branch separately is more work.
Solution:   Merge the Vim9 script changes.
2020-01-26 15:56:19 +01:00
Bram Moolenaar 2387773d93 patch 8.2.0140: CI does not test building doc tags
Problem:    CI does not test building doc tags.
Solution:   Add the vimtags/gcc build. Cleanup showing version. (Ozaki Kiichi,
            closes #5513)
2020-01-21 22:13:42 +01:00
Yee Cheng Chin 171784f486 Merge remote-tracking branch 'vim/master' 2019-11-17 21:33:12 -08:00
Bram Moolenaar ad4de52510 patch 8.1.2253: using "which" to check for an executable is not reliable
Problem:    Using "which" to check for an executable is not reliable.
Solution:   Use "command -v" instead.  Also exit with error code when
            generating tags has an error. (closes #5174)
2019-11-04 21:24:48 +01:00
Yee Cheng Chin 67aa513bc3 Merge remote-tracking branch 'vim/master' 2019-11-04 02:52:26 -08:00
Bram Moolenaar d047840ce4 patch 8.1.2249: "make vimtags" does not print any message
Problem:    "make vimtags" does not print any message.
Solution:   Add a message that the tags have been updated.
2019-11-03 21:46:19 +01:00
Bram Moolenaar e890b9f5dd patch 8.1.2247: "make vimtags" does not work in runtime/doc
Problem:    "make vimtags" does not work in runtime/doc.
Solution:   Test existence with "which" instead of "test -x". (Ken Takata)
2019-11-03 18:38:47 +01:00
Bram Moolenaar 70def98a95 patch 8.1.2242: creating docs tags uses user preferences
Problem:    Creating docs tags uses user preferences. (Tony Mechelynck)
Solution:   Add "--clean".
2019-11-02 22:45:31 +01:00
Bram Moolenaar 1a577433ac patch 8.1.2239: CI fails when running tests without building Vim
Problem:    CI fails when running tests without building Vim.
Solution:   Skip creating doc tags if the execute does not exist.
2019-11-02 18:22:08 +01:00
Bram Moolenaar 757bd2ea49 patch 8.1.2238: error in docs tags goes unnoticed
Problem:    Error in docs tags goes unnoticed.
Solution:   Adjust tags build command. (Ken Takata, closes #5158)
2019-11-01 19:46:22 +01:00
Yee Cheng Chin b24ffe0007 Merge remote-tracking branch 'vim/master' 2019-09-04 03:38:12 -07:00
Bram Moolenaar ed997adaa1 patch 8.1.1726: the eval.txt help file is too big
Problem:    The eval.txt help file is too big.
Solution:   Split off testing support to testing.txt.  Move function details
            to where the functionality is explained.
2019-07-21 16:42:00 +02:00
Yee Cheng Chin bb556fed27 Merge remote-tracking branch 'vim/master' 2019-05-22 23:46:20 -07:00
Bram Moolenaar 957f85d54e patch 8.1.1329: plans for popup window support are spread out
Problem:    Plans for popup window support are spread out.
Solution:   Add a first version of the popup window help.
2019-05-12 21:43:48 +02:00
Yee Cheng Chin 6ae2e37d00 Merge remote-tracking branch 'vim/master' 2018-12-22 00:41:01 -08:00
Bram Moolenaar 98aefe7c32 patch 8.1.0579: cannot attach properties to text
Problem:    Cannot attach properties to text.
Solution:   First part of adding text properties.
2018-12-13 22:20:09 +01:00
Kazuki Sakamoto eba9637eb8 Merge remote-tracking branch 'vim/master' 2017-12-04 20:16:26 -08:00
Bram Moolenaar 2f0584910c Update runtime files 2017-11-30 20:27:52 +01:00
Kazuki Sakamoto 21c825c36c Merge remote-tracking branch 'vim/master' 2017-11-16 20:48:45 -08:00
Bram Moolenaar 7cb769a69f patch 8.0.1301: generated license file for NSIS has a modeline
Problem:    Generated license file for NSIS has a modeline.
Solution:   Adjust the pattern for sed. (Ken Takata)
2017-11-16 17:36:02 +01:00
Kazuki Sakamoto 373d4dd570 Merge remote-tracking branch 'vim/master' 2017-07-10 21:00:26 -07:00
Bram Moolenaar e4f25e4a8d patch 8.0.0693: no terminal emulator support
Problem:    No terminal emulator support.  Cannot properly run commands in the
            GUI.  Cannot run a job interactively with an ssh connection.
Solution:   Very early implementation of the :terminal command.  Includes
            libvterm converted to ANSI C.  Many parts still missing.
2017-07-07 11:54:15 +02:00
Kazuki Sakamoto 547ad47ddc Update tags with gui_mac.txt 2017-03-30 08:13:27 -07:00
Bram Moolenaar 3c2881dc11 Update runtime files. Add Rust support. 2017-03-21 19:18:29 +01:00
Bram Moolenaar 03413f4416 Updated runtime files. 2016-04-12 21:07:15 +02:00
Bram Moolenaar 8f8ae40ce4 patch 7.4.1387
Problem:    Win16 docs still referenced.
Solution:   Remove Win16 files from the docs Makefile. (Kenichi Ito)
2016-02-22 20:07:49 +01:00
Bram Moolenaar 3b5f929b18 patch 7.4.1191
Problem:    The channel feature isn't working yet.
Solution:   Add the connect(), disconnect(), sendexpr() and sendraw()
            functions.  Add initial documentation.  Add a demo server.
2016-01-28 22:37:01 +01:00