Commit Graph

  • 975733ef49 Merge pull request #1269 from ichizok/fix/ci-macos-12 ichizok 2022-08-19 15:43:25 +09:00
  • 9e043181ad patch 9.0.0226: job_start() test may fail under valgrind Bram Moolenaar 2022-08-18 15:22:09 +01:00
  • 91c7cbfe31 patch 9.0.0225: using freed memory with multiple line breaks in expression Bram Moolenaar 2022-08-18 13:28:31 +01:00
  • 1fb0cd2229 Fix unused-but-set-variable error when built on 12.x ichizok 2022-08-04 15:29:31 +09:00
  • b033b481fa Fix unused-but-set-variable error when built on 12.x ichizok 2022-08-03 18:58:49 +09:00
  • aac7dcd4f7 CI: Update environments to macos-11 and macos-12 ichizok 2022-08-03 17:27:28 +09:00
  • 4875d6ab06 patch 9.0.0224: Using NULL pointer when skipping compiled code Bram Moolenaar 2022-08-17 15:55:51 +01:00
  • 5fd6ab820b patch 9.0.0223: typo in diffmode test zeertzjq 2022-08-17 12:09:45 +01:00
  • 7d8dc726ae Merge remote-tracking branch 'vim/master' ichizok 2022-08-17 17:13:27 +09:00
  • 887748742d patch 9.0.0222: no good reason why text objects are only in larger builds Bram Moolenaar 2022-08-16 20:24:29 +01:00
  • 1889f499a4 patch 9.0.0221: accessing freed memory if compiling nested function fails Bram Moolenaar 2022-08-16 19:34:44 +01:00
  • f6d39c31d2 patch 9.0.0220: invalid memory access with for loop over NULL string Bram Moolenaar 2022-08-16 17:50:38 +01:00
  • 948a3894d9 patch 9.0.0219: cannot make a funcref with "s:func" in a def function Kota Kato 2022-08-16 16:09:59 +01:00
  • e98c88c44c patch 9.0.0218: reading before the start of the line Bram Moolenaar 2022-08-16 14:51:53 +01:00
  • e1f3fd1d02 Update runtime files Bram Moolenaar 2022-08-15 18:51:32 +01:00
  • 5a4fff4d94 patch 9.0.0217: 'shellslash' works differently when sourcing a script again zeertzjq 2022-08-15 17:53:55 +01:00
  • cce293f87b patch 9.0.0216: undo earlier test sometimes fails on MS-Windows Bram Moolenaar 2022-08-15 17:28:27 +01:00
  • 8a77d208ff patch 9.0.0215: not passing APC_INDENT flag Bram Moolenaar 2022-08-15 16:29:37 +01:00
  • d8d4cfcb39 patch 9.0.0214: splitting a line may duplicate virtual text Bram Moolenaar 2022-08-15 15:55:10 +01:00
  • 249e1b903a patch 9.0.0213: using freed memory with error in assert argument Bram Moolenaar 2022-08-14 22:23:02 +01:00
  • dbdd16b625 patch 9.0.0212: invalid memory access when compiling :unlet Bram Moolenaar 2022-08-14 21:46:07 +01:00
  • d1d8f6bacb patch 9.0.0211: invalid memory access when compiling :lockvar Bram Moolenaar 2022-08-14 21:28:32 +01:00
  • c3a483fc3c patch 9.0.0210: 'list' mode does not work properly with virtual text Bram Moolenaar 2022-08-14 19:37:36 +01:00
  • 677a39fdf6 patch 9.0.0209: build error with small features Bram Moolenaar 2022-08-14 16:50:42 +01:00
  • 9e7e28fc4c patch 9.0.0208: the override flag has no effect for virtual text Bram Moolenaar 2022-08-14 16:36:38 +01:00
  • 28c162f6f1 patch 9.0.0207: stacktrace not shown when debugging zeertzjq 2022-08-14 14:49:50 +01:00
  • a4d158b3c8 patch 9.0.0206: redraw flags are not named specifically Bram Moolenaar 2022-08-14 14:17:45 +01:00
  • 28c9f89571 patch 9.0.0205: cursor in wrong position when inserting after virtual text Bram Moolenaar 2022-08-14 13:28:55 +01:00
  • 63acae13f5 patch 9.0.0204: indexof() may leak memory Yegappan Lakshmanan 2022-08-14 12:07:11 +01:00
  • 1ac521ea04 Merge pull request #1232 from ryandesign/patch-1 Yee Cheng Chin 2022-08-13 22:29:03 -07:00
  • c9b6570fab patch 9.0.0203: confusing variable name Bram Moolenaar 2022-08-13 21:37:29 +01:00
  • 3fbf6cd355 patch 9.0.0202: code and help for indexof() is not ideal Yegappan Lakshmanan 2022-08-13 21:35:13 +01:00
  • 9113c2cd19 patch 9.0.0201: CursorLine highlight overrules virtual text highlight Bram Moolenaar 2022-08-13 20:17:34 +01:00
  • 8f369fb1ab patch 9.0.0200: cursor wrong if 'nowrap' and two right aligned text props Bram Moolenaar 2022-08-13 19:35:05 +01:00
  • f0ccfa474a patch 9.0.0199: cursor position wrong with two right-aligned virtual texts Bram Moolenaar 2022-08-13 16:41:19 +01:00
  • cfeb8a584b patch 9.0.0198: ml_get error when switching buffer in Visual mode Bram Moolenaar 2022-08-13 14:09:44 +01:00
  • 6a76e84f55 patch 9.0.0197: astro files are not detected Emilia Zapata 2022-08-13 13:21:31 +01:00
  • b218655d5a patch 9.0.0196: finding value in list may require a for loop Yegappan Lakshmanan 2022-08-13 13:09:20 +01:00
  • 373f4af501 Merge pull request #1273 from ychin/auto-close-inactive-issues Yee Cheng Chin 2022-08-13 01:41:57 -07:00
  • 2b92b4a80b Add automation to auto-close PR/issues if they are waiting for response Yee Cheng Chin 2022-08-11 16:00:55 -07:00
  • 9032b9ceb6 patch 9.0.0195: metafun files are not recogized Bram Moolenaar 2022-08-12 21:57:13 +01:00
  • 326c5d36e7 patch 9.0.0194: cursor displayed in wrong position after removing text prop Bram Moolenaar 2022-08-12 13:05:49 +01:00
  • e11edefefc Update FUNDING.yml for MacVim sponsorship Yee Cheng Chin 2022-08-11 11:38:46 -07:00
  • e38fc86180 patch 9.0.0193: search and match highlgith interfere with virtual text Bram Moolenaar 2022-08-11 17:24:50 +01:00
  • fdc5d17d58 patch 9.0.0192: possible invalid memory access when 'cmdheight' is zero Bram Moolenaar 2022-08-11 15:52:14 +01:00
  • d4cf9fc53e patch 9.0.0191: messages test fails; window size incorrect Bram Moolenaar 2022-08-11 14:13:37 +01:00
  • f797e309ca patch 9.0.0190: the way 'cmdheight' can be made zero is inconsistent Bram Moolenaar 2022-08-11 13:17:30 +01:00
  • fdb147a812 Merge pull request #1270 from ychin/fix-settitle-crash-appearance-changed Yee Cheng Chin 2022-08-11 01:52:54 -07:00
  • db9022663a Fix potential crash in setTitle Yee Cheng Chin 2022-08-10 21:57:26 -07:00
  • 87f3a2ca3d patch 9.0.0189: invalid memory access for text prop without highlight Bram Moolenaar 2022-08-10 20:50:23 +01:00
  • 82b14c143a patch 9.0.0188: strange effects when using "text_align" with non-zero column Bram Moolenaar 2022-08-10 19:50:47 +01:00
  • 96bde99bf8 patch 9.0.0187: command line height changes when maximizing window height Bram Moolenaar 2022-08-10 17:23:12 +01:00
  • 3331dd0351 patch 9.0.0186: virtual text without highlighting does not show Bram Moolenaar 2022-08-10 16:49:02 +01:00
  • 952c9b02f8 patch 9.0.0185: virtual text does not show if text prop at same position Bram Moolenaar 2022-08-10 16:00:33 +01:00
  • 1d8844aa59 patch 9.0.0184: virtual text prop highlight continues after truncation Bram Moolenaar 2022-08-10 13:39:35 +01:00
  • 52de3a8d39 patch 9.0.0183: extra space after virtual text when 'linebreak' is set Bram Moolenaar 2022-08-10 13:12:03 +01:00
  • 3a9687fb27 patch 9.0.0182: quarto files are not recognized smjonas 2022-08-10 11:48:10 +01:00
  • e5a0e8c1d7 patch 9.0.0181: textprop test with line2byte() fails on MS-Windows Bram Moolenaar 2022-08-09 21:37:55 +01:00
  • ef257e7bd1 patch 9.0.0180: stray logfile appears when running tests Bram Moolenaar 2022-08-09 19:30:19 +01:00
  • 49a90792d9 patch 9.0.0179: cursor pos wrong with wrapping virtual text in empty line Bram Moolenaar 2022-08-09 18:25:23 +01:00
  • e428fa04a7 patch 9.0.0178: cursor position wrong with virtual text before Tab Bram Moolenaar 2022-08-09 16:55:41 +01:00
  • 8f49e690dc patch 9.0.0177: cursor position wrong with 'virtualedit' and mouse click Bram Moolenaar 2022-08-09 14:19:40 +01:00
  • 8ca29b6a35 patch 9.0.0176: checking character options is duplicated and incomplete zeertzjq 2022-08-09 12:53:14 +01:00
  • ec02e85c26 Merge pull request #1268 from ychin/fix-10.9-transparent-titlebar-crash Yee Cheng Chin 2022-08-09 04:35:00 -07:00
  • afa23d1b99 patch 9.0.0175: spell checking for capital not working with trailing space Christian Brabandt 2022-08-09 12:25:10 +01:00
  • 1adb42bd2d Fix MacVim crashing on 10.9 Yee Cheng Chin 2022-08-08 23:35:26 -07:00
  • 8572495cbb Merge remote-tracking branch 'vim/master' ichizok 2022-08-09 17:22:46 +09:00
  • 622a45e8a2 Merge pull request #1267 from ychin/fix-macvim-disable-install-menus Yee Cheng Chin 2022-08-09 00:04:11 -07:00
  • ac0153c8f3 Fix did_install_default_menus not working with MacVim Yee Cheng Chin 2022-08-08 17:53:37 -07:00
  • ad6d9cc679 patch 9.0.0174: no error for using "#{ comment" in a compiled function Bram Moolenaar 2022-08-08 21:43:11 +01:00
  • e6a3d81e05 patch 9.0.0173: assert fails only on MS-Windows Bram Moolenaar 2022-08-08 18:12:30 +01:00
  • 1024690c01 patch 9.0.0172: trying to allocate zero bytes Bram Moolenaar 2022-08-08 17:08:05 +01:00
  • 6e5c61119a patch 9.0.0171: quickfix line highlight is overruled by 'cursorline' Bram Moolenaar 2022-08-08 16:03:06 +01:00
  • 113d9dec99 patch 9.0.0170: various minor code formatting issues Bram Moolenaar 2022-08-08 15:49:18 +01:00
  • 48c3f4e0bf Update runtime files Bram Moolenaar 2022-08-08 15:42:38 +01:00
  • cf85d97baf patch 9.0.0169: insufficient testing for line2byte() with text properties Bram Moolenaar 2022-08-08 14:59:47 +01:00
  • 25463610df patch 9.0.0168: cursor positioned wrong with two virtual text properties Bram Moolenaar 2022-08-08 11:07:47 +01:00
  • 38ea2733b4 patch 9.0.0167: checking for text properties could be a bit more efficient Bram Moolenaar 2022-08-07 22:04:56 +01:00
  • 50652b0c5c patch 9.0.0166: when using text properties line text length computed twice Bram Moolenaar 2022-08-07 21:48:37 +01:00
  • e44336b00a patch 9.0.0165: looking up a text property type by ID is slow Bram Moolenaar 2022-08-07 18:20:08 +01:00
  • c390cc13e5 patch 9.0.0164: using freed memory with put command Bram Moolenaar 2022-08-07 18:09:10 +01:00
  • ecb00c7b61 patch 9.0.0163: text property not adjusted for text inserted with "p" Bram Moolenaar 2022-08-07 14:55:14 +01:00
  • 73c3842fa5 patch 9.0.0162: text property "below" gets indent if 'breakindent' is set Bram Moolenaar 2022-08-07 11:53:40 +01:00
  • bf9158408a patch 9.0.0161: warning for uninitialized variable Bram Moolenaar 2022-08-06 22:38:02 +01:00
  • 83bf11a1ff patch 9.0.0160: some diff mode tests fail Bram Moolenaar 2022-08-06 22:23:40 +01:00
  • da70cf30ef patch 9.0.0159: cannot build with small features Bram Moolenaar 2022-08-06 22:13:03 +01:00
  • 48ca24d913 patch 9.0.0158: with 'nowrap' "below" property not displayed correctly Bram Moolenaar 2022-08-06 22:03:20 +01:00
  • cba6952e34 patch 9.0.0157: 'showbreak' displayed below truncated "after" text prop Bram Moolenaar 2022-08-06 21:03:53 +01:00
  • 3f74c0ab32 patch 9.0.0156: giving E1170 only in an expression is confusing Bram Moolenaar 2022-08-06 18:12:06 +01:00
  • db9b96d844 patch 9.0.0155 Problem: No test for what patch 9.0.0155 fixes. Solution: Add a test. Fix typos. (closes #10822) Bram Moolenaar 2022-08-06 17:38:53 +01:00
  • 7d0f7e9524 patch 9.0.0154: text properties wrong after splitting a line Bram Moolenaar 2022-08-06 17:10:57 +01:00
  • 1306b36a7b patch 9.0.0153: no fold and sign column for virtual text with "below" align Bram Moolenaar 2022-08-06 15:59:06 +01:00
  • e2086350d3 patch 9.0.0152: warning for unused argument in small build Bram Moolenaar 2022-08-06 14:21:52 +01:00
  • 4d91d347e6 patch 9.0.0151: a "below" aligned text property does not work with 'nowrap' Bram Moolenaar 2022-08-06 13:48:20 +01:00
  • 25f40af9d2 patch 9.0.0150: error for using #{ in an expression is a bit confusing Bram Moolenaar 2022-08-06 11:35:28 +01:00
  • 5ac4b1a24e patch 9.0.0149: test for fuzzy completion fails sometimes Bram Moolenaar 2022-08-06 10:28:19 +01:00
  • 8d238292ec Merge pull request #1265 from ychin/fix-macvim-vimtutor-menu Yee Cheng Chin 2022-08-05 21:31:24 -07:00
  • ea193e8b5d Fix vimtutor menu not working Yee Cheng Chin 2022-08-05 21:07:33 -07:00
  • a6a0c173dc Merge pull request #1264 from ychin/fix-macvim-makefile-dependencies Yee Cheng Chin 2022-08-05 20:58:47 -07:00
  • 668a73972a Fix MacVim Makefile dependencies Yee Cheng Chin 2022-08-05 18:29:48 -07:00