Commit Graph

  • 5396808267 fix(folds): cursorline highlight is not always applied on closed folds (#22242) luukvbaal 2023-02-14 08:52:22 +01:00
  • 20c9f4b352 vim-patch:9.0.1307: setting 'formatoptions' with :let doesn't check for errors (#22252) zeertzjq 2023-02-14 08:29:05 +08:00
  • fc9ece617b Merge pull request #22244 from zeertzjq/tui-eof zeertzjq 2023-02-14 08:12:32 +08:00
  • 820430dc0b fix(tui): exit on input eof zeertzjq 2023-02-13 16:33:20 +08:00
  • 5a8039a0cb test(tui_spec): remove unnecessary arguments for remote UI zeertzjq 2023-02-13 17:39:28 +08:00
  • b518aceaa8 feat(filetype): fall back to file extension when matching from hashbang (#22140) Jonas Strittmatter 2023-02-14 00:04:16 +01:00
  • 1d6bb0892b build: remove ENABLE_COMPILER_SUGGESTIONS option (#22249) dundargoc 2023-02-13 20:55:49 +01:00
  • bb9c673d2c ci: automatically maximize MIN_LOG_LEVEL if CI detected (#22248) dundargoc 2023-02-13 20:04:54 +01:00
  • 84cf6a0a7e ci(lintcommit): allow UPPER_CASE first word (#22245) Justin M. Keyes 2023-02-13 12:26:27 -05:00
  • 9de9bd4bed ci: replace cmake script with bash script (#22246) dundargoc 2023-02-13 18:26:01 +01:00
  • d359f7a533 Merge pull request #22191 from lewis6991/feat/playground_imp Lewis Russell 2023-02-13 10:54:03 +00:00
  • 89722ddfac Merge pull request #22233 from zeertzjq/resize-screenclear zeertzjq 2023-02-13 09:46:16 +08:00
  • 41ebe41b62 fix(ui-ext): force cursor update after resize in char-based UI zeertzjq 2023-02-12 19:02:14 +08:00
  • c2375efe56 fix(ui): make sure screen is valid after resizing zeertzjq 2023-02-12 17:32:49 +08:00
  • 5d3769ea23 ci: install dependencies with a single script (#22241) dundargoc 2023-02-12 22:09:10 +01:00
  • 5f72ab77bf refactor: reduce scope of locals as per the style guide 3 (#22221) dundargoc 2023-02-12 18:48:49 +01:00
  • 2b1c07a1d4 ci: remove unnecessary matrix from codeql workflow (#22239) dundargoc 2023-02-12 18:12:17 +01:00
  • 477d4bbf5f ci: inline external environment scripts (#22237) dundargoc 2023-02-12 18:08:37 +01:00
  • 47638706a3 build: treat clang-tidy warnings as errors (#22238) dundargoc 2023-02-12 17:41:54 +01:00
  • f573fcbc0d build: don't check environment variable to detect CI (#22234) dundargoc 2023-02-12 14:42:00 +01:00
  • c099836168 ci: convert environment variables to matrix variables (#22224) dundargoc 2023-02-12 13:09:46 +01:00
  • e81b4274fc ci: delete ci/ (#22227) dundargoc 2023-02-12 11:50:08 +01:00
  • 3a5dddf24f ci: show all logs at the end of a run (#22226) dundargoc 2023-02-11 18:16:04 +01:00
  • 9668c166e8 fix(filetype): make vim.filetype.match() work with contents only (#22181) Jonas Strittmatter 2023-02-11 16:08:33 +01:00
  • 24ec0aaa7a ci: don't delete core dumps at the start of the run (#22223) dundargoc 2023-02-11 14:51:41 +01:00
  • 27177e5819 refactor: reduce scope of locals as per the style guide (#22211) dundargoc 2023-02-11 14:14:24 +01:00
  • c5b34fa554 refactor: move init_default_autocmds to lua glacambre 2023-02-11 09:45:11 +01:00
  • 5ca6cf55f9 fix(helpers): restore channel id after a call to WITH_SCRIPT_CONTEXT glacambre 2023-02-11 13:51:33 +01:00
  • 224a3c77ca vim-patch:9.0.1295: the option initialization function is too long (#22222) zeertzjq 2023-02-11 20:56:42 +08:00
  • 883ec20d9f ci: inline build commands and remove before_script.sh (#22202) dundargoc 2023-02-11 13:27:43 +01:00
  • b0d156c00b ci: run lintcommit file from PR branch (#22219) dundargoc 2023-02-11 13:22:54 +01:00
  • 374955bcc5 vim-patch:9.0.1300: 'statusline' only supports one "%=" item (#22218) zeertzjq 2023-02-11 20:00:31 +08:00
  • 414ff7742f Merge pull request #22217 from zeertzjq/vim-9.0.1298 zeertzjq 2023-02-11 19:28:26 +08:00
  • f1fcdcc2c4 vim-patch:9.0.1299: change for triggering incsearch not sufficiently tested zeertzjq 2023-02-11 19:01:43 +08:00
  • 9437800d28 vim-patch:9.0.1298: inserting register on the cmdline does not trigger incsearch zeertzjq 2023-02-11 18:44:06 +08:00
  • 7d58de11f4 fix(rpc)!: preseve files when stdio channel is closed (#22137) zeertzjq 2023-02-11 18:25:01 +08:00
  • 4be6c6cf0d refactor: replace char_u with char (#21901) dundargoc 2023-02-11 11:05:57 +01:00
  • ee87b848a2 ci: remove reviewers from the refactor label (#22216) dundargoc 2023-02-11 10:47:10 +01:00
  • 165b07b269 docs: reword news.txt to ensure a consistent style (#22215) Sizhe Zhao 2023-02-11 17:34:20 +08:00
  • 7224c889e0 build: enable MSVC level 3 warnings (#21934) dundargoc 2023-02-11 10:25:24 +01:00
  • c8c930ea78 refactor: reduce scope of locals as per the style guide (#22206) dundargoc 2023-02-11 10:24:46 +01:00
  • c9b0fe1f41 vim-patch:9.0.1297: wrong value for $LC_CTYPE makes the environ test fail (#22210) zeertzjq 2023-02-11 08:20:31 +08:00
  • 24aebbb3de Merge pull request #21887 from bfredl/asanterror bfredl 2023-02-10 22:32:44 +01:00
  • 87d0809545 build(ci): let ASAN print tracebacks for more errors (SIGABORT, SIGILL) bfredl 2023-01-18 15:42:30 +01:00
  • b8ad1bfe8b Merge pull request #22077 from bfredl/neolua_client bfredl 2023-02-10 20:51:36 +01:00
  • 4c64cbe99f build: mark uninteresting variables as advanced (#22208) dundargoc 2023-02-10 20:20:18 +01:00
  • 0837980db4 fix(client): wait for session to exit bfredl 2023-02-10 10:26:18 +01:00
  • f8f82901cd fix(tests): fixes for using vim.mpack and more ASAN bfredl 2023-02-01 12:54:22 +01:00
  • d6279f9392 refactor(tests): move lua-client into core and use it for functionaltests bfredl 2023-01-31 23:35:04 +01:00
  • 84328bae08 Merge pull request #22194 from bfredl/noflush bfredl 2023-02-10 20:09:14 +01:00
  • 8a985d12dd fix(treesitter): don't trample parsers when filetype!=lang Lewis Russell 2023-02-09 16:08:22 +00:00
  • f5bad01869 feat(treesitter): playground improvements Lewis Russell 2023-02-09 15:20:47 +00:00
  • e5d8220179 ci: simplify lintcommit output (#22204) dundargoc 2023-02-10 17:03:01 +01:00
  • d5b1712dc4 ci: remove unnecessary environment variables (#22175) dundargoc 2023-02-10 13:56:07 +01:00
  • 827947447e ci: split functionaltest-lua into two separate jobs (#22201) dundargoc 2023-02-10 12:04:00 +01:00
  • fe1e6b82f4 ci: inline test.sh to run_tests.sh (#22198) dundargoc 2023-02-10 00:42:37 +01:00
  • eb3f8989a0 ci(lintcommit): turn off debug tracing (#22196) dundargoc 2023-02-09 23:23:48 +01:00
  • 2b09b39aec ci: remove base branch from cache key (#22195) dundargoc 2023-02-09 22:25:44 +01:00
  • 30b29a36e8 refactor(ui): remove some superfluous ui_flush() calls bfredl 2023-02-09 20:56:30 +01:00
  • ec932961cc ci: inline internal caching script to Github actions (#22192) dundargoc 2023-02-09 21:13:03 +01:00
  • 257765d9e0 refactor(ui): don't reimplement redrawing in focus gained handling bfredl 2023-02-09 20:55:35 +01:00
  • 05d3bef836 ci: add individual timeout limits for all tests (#22193) dundargoc 2023-02-09 20:13:05 +01:00
  • 2af31fc50a Merge pull request #22186 from clason/maintain Christian Clason 2023-02-09 13:15:29 +01:00
  • 1b379ce430 test(exit_spec): make sure that autocommands are triggered (#22188) zeertzjq 2023-02-09 19:48:17 +08:00
  • 1aa128b0ea docs(luvref): update version info Christian Clason 2023-02-09 11:54:37 +01:00
  • 27edc64709 docs(maintain): add note on updating luvref.txt Christian Clason 2023-02-09 11:43:34 +01:00
  • ad00b03426 build: remove codecov related files (#20859) dundargoc 2023-02-09 11:04:02 +01:00
  • b2b82ff142 fix(rpc): ignore redraw events when exiting (#22184) zeertzjq 2023-02-09 14:36:17 +08:00
  • ecc40660d1 fix(rpc): ignore redraw events when not in UI client (#21892) zeertzjq 2023-02-09 10:53:47 +08:00
  • ffd216e869 build: create test/CMakeLists.txt and move test-related code (#22179) dundargoc 2023-02-08 23:46:39 +01:00
  • 5638813066 build: reuse source files with interface library (#22177) dundargoc 2023-02-08 19:31:10 +01:00
  • 7404f481ba Merge pull request #22172 from bfredl/cells bfredl 2023-02-08 18:36:36 +01:00
  • 2294210660 ci: remove fail summary (#22174) dundargoc 2023-02-08 18:32:17 +01:00
  • eebed91d11 build: remove unused function get_test_target (#22176) dundargoc 2023-02-08 18:20:45 +01:00
  • d6d3a92013 build: replace check-single-includes with clang-tidy (#22061) dundargoc 2023-02-08 18:16:48 +01:00
  • 28e26e05bc perf(ui): mitigate redraw latency regression from TUI refactor bfredl 2023-02-08 16:24:33 +01:00
  • 625e990976 refactor(ui): cleanup 'redrawdebug', introduce "flush" mode bfredl 2023-02-08 16:16:16 +01:00
  • f4c836ad70 build(windows): specify Windows 8 as the minimum version (#22173) dundargoc 2023-02-08 17:37:15 +01:00
  • 0fc9a232e0 ci: remove unnecessary END_MARKER variable (#22171) dundargoc 2023-02-08 16:21:50 +01:00
  • 3074ae6971 ci(oldtest): make a copy of scripts of ci/common in testdir (#22170) dundargoc 2023-02-08 16:21:05 +01:00
  • 464b7b1e77 Merge pull request #22165 from clason/bump-Luv Christian Clason 2023-02-08 14:37:50 +01:00
  • 07a6bc2be3 build(deps): bump libuv to HEAD - 62c2374a8 (#22166) Christian Clason 2023-02-08 14:37:04 +01:00
  • d0008bd626 docs(luvref): update to version bump Christian Clason 2023-02-08 11:28:32 +01:00
  • 4d2c1004e9 build: prefer -D <variable>=<value> over -D<variable>=<value> (#22164) dundargoc 2023-02-08 11:00:16 +01:00
  • 893c7b9bb1 build(deps): bump Luv to HEAD - e8e7b7e13 Christian Clason 2023-02-08 10:58:39 +01:00
  • 645daaf5e9 build(Windows): make bundling nvim-qt optional (#21866) Enan Ajmain 2023-02-08 15:08:18 +06:00
  • 1ca4a8b1dd vim-patch:9.0.1291: Move language files are not recognized (#22162) Christian Clason 2023-02-08 09:47:55 +01:00
  • 81c5483dcb ci: add universal macos job (#22156) dundargoc 2023-02-07 23:09:08 +01:00
  • d38dfdca58 build: remove duplicate INTERFACE keyword (#22106) dundargoc 2023-02-07 21:37:16 +01:00
  • c1d76363ac ci: simplify how environment variables are used (#22067) dundargoc 2023-02-07 14:43:45 +01:00
  • 8fbe75b3dd vim-patch:9.0.1288: FunC files are not recognized (#22153) Christian Clason 2023-02-07 10:29:37 +01:00
  • b1ae775de6 fix(treesitter): really backup spelloptions (#22145) release-0.8 emmanueltouzery 2023-02-07 09:37:14 +01:00
  • adae075fcf ci: remove unnecessary variables and functions (#22150) dundargoc 2023-02-07 09:27:51 +01:00
  • 1391385ba9 vim-patch:9.0.1290: CTRL-N and -P on cmdline don't trigger CmdlineChanged (#22151) zeertzjq 2023-02-07 07:54:33 +08:00
  • 3170e05d57 build: don't build libnvim when running the CI (#22149) dundargoc 2023-02-06 23:42:03 +01:00
  • aa04efcf57 ci: remove unhelpful helper functions for make (#22148) dundargoc 2023-02-06 23:14:41 +01:00
  • e1f03c481a feat(spell): also source spell/LANG.lua when setting spelllang (#22111) Christian Clason 2023-02-06 10:01:38 +01:00
  • 1675f0e270 vim-patch:9.0.1282: Ron files are not recognized (#22132) Amaan Qureshi 2023-02-06 04:01:17 -05:00
  • 6c39edaa7e fix(health): iterate using ipairs correctly (#22119) Mateusz Majewski 2023-02-06 05:24:00 +01:00
  • 228684d2fb fix(decoration): don't show signcolumn for non-sign_text extmark (#22135) Lewis Russell 2023-02-05 23:49:43 +00:00