Commit Graph

  • dca69c90d4 build(deps): support universal builds on macOS Carlo Cabrera 2022-06-24 23:43:11 +08:00
  • 0d230d3f01 build: remove CMAKE_CROSSCOMPILING code #18914 dundargoc 2022-06-13 00:11:14 +02:00
  • a59bade869 build(luajit): support universal builds on macOS Carlo Cabrera 2022-06-24 23:34:57 +08:00
  • b7084fef4c fix(build): strip trailing newline from variable (#19084) Christian Clason 2022-06-25 13:45:20 +02:00
  • a5175fe489 vim-patch:8.2.5022: 'completefunc'/'omnifunc' error does not end completion (#19083) zeertzjq 2022-06-25 18:38:35 +08:00
  • f2b465232d fix(lsp): make sure to always reset active codelens refreshes (#18331) William Boman 2022-05-05 18:50:12 +02:00
  • b3d754ccd7 fix(lsp): fix multi client handling in code action (#18869) Mathias Fussenegger 2022-06-05 16:43:32 +02:00
  • 5c2c88717a Merge pull request #19029 from carlocab/macos-universal Christian Clason 2022-06-25 12:16:04 +02:00
  • ece2960f1b build(gen_vimdoc): remove needless list creation and unused variable (#19079) Axis 2022-06-25 15:33:02 +05:30
  • 88a5941598 Merge pull request #19041 from lewis6991/globallocal bfredl 2022-06-25 11:09:55 +02:00
  • 35e89bf903 fix(filetype.lua): always return a string in getlines function (#19080) Hazel Weakly 2022-06-24 10:53:44 -07:00
  • d0644fa9bf ci(release): build a universal binary on macOS Carlo Cabrera 2022-06-24 23:48:17 +08:00
  • b70f160414 build(deps): support universal builds on macOS Carlo Cabrera 2022-06-24 23:43:11 +08:00
  • adcaf24f42 build(luajit): support universal builds on macOS Carlo Cabrera 2022-06-24 23:34:57 +08:00
  • 12c62ddea6 Merge pull request #19071 from bfredl/minimap bfredl 2022-06-24 16:20:13 +02:00
  • 823d9e0af1 vim-patch:a57b553b4328 (#19076) Christian Clason 2022-06-24 14:45:07 +02:00
  • 777faa29b3 refactor(map): statically initialize maphash array bfredl 2022-06-24 14:38:52 +02:00
  • f3ee62a743 refactor(map): simplify free_all_mem handling bfredl 2022-06-24 13:51:29 +02:00
  • a8ecc1ae6d perf(map): avoid extraneous heap allocations when setting mappings bfredl 2022-06-23 19:19:20 +02:00
  • 614fd3a883 perf(map): visit only one hash bucket instead of all, like an actual hash table bfredl 2022-06-23 15:39:26 +02:00
  • fd3008a6ae fix(coverity/348313): don't exit too early in runtime_default Thomas Vigouroux 2022-06-24 08:05:42 +02:00
  • 7add9ea0e7 fix(coverity/352829): correctly free memory in f_call Thomas Vigouroux 2022-06-23 09:16:05 +02:00
  • 3a4fa22bad Merge pull request #19072 from zeertzjq/vim-8.2.4628 zeertzjq 2022-06-24 09:04:56 +08:00
  • affeb5c6dd vim-patch:8.2.5146: memory leak when substitute expression nests zeertzjq 2022-06-24 06:50:48 +08:00
  • 589f418fce vim-patch:8.2.4977: memory access error when substitute expression changes window zeertzjq 2022-06-24 06:30:47 +08:00
  • 0cf0be302b vim-patch:8.2.4895: buffer overflow with invalid command with composing chars zeertzjq 2022-06-24 06:25:34 +08:00
  • 764dc7c383 vim-patch:8.2.4628: not enough testing for 2/3 letter substitute commands zeertzjq 2022-06-24 06:22:22 +08:00
  • a9cb0b8a5a fix(tests): remove misleading $TEST_PATH segment #19050 Justin M. Keyes 2022-06-24 01:15:55 +02:00
  • e820c6d7c3 Merge pull request #19069 from neovim/backport-19056-to-release-0.7 Christian Clason 2022-06-23 16:58:40 +02:00
  • c00a3f45d4 vim-patch:8cc5b559f700 (#19066) Christian Clason 2022-06-23 15:57:51 +02:00
  • cf9c097f34 fix(api): check for inclusive buffer line index out of bounds correctly zeertzjq 2022-06-23 09:53:21 +08:00
  • 3c85fd817e fix(api): check for inclusive buffer line index out of bounds correctly (#19056) zeertzjq 2022-06-23 21:38:00 +08:00
  • 7718b75846 refactor: move some mapping-related code to a separate file (#19061) zeertzjq 2022-06-23 21:17:11 +08:00
  • 3942a3f5d0 Merge pull request #19065 from neovim/backport-19064-to-release-0.7 zeertzjq 2022-06-23 20:19:12 +08:00
  • 05ca14a881 Merge pull request #19058 from bfredl/miniopt bfredl 2022-06-23 13:42:57 +02:00
  • c0224b59da vim-patch:8.2.5152: search() gets stuck with "c" and skip evaluates to true zeertzjq 2022-06-23 19:07:48 +08:00
  • 84de4d8655 vim-patch:8.2.5152: search() gets stuck with "c" and skip evaluates to true (#19064) zeertzjq 2022-06-23 19:34:43 +08:00
  • a3ce03bef1 Merge pull request #19020 from echasnovski/screenchar-float bfredl 2022-06-23 12:01:27 +02:00
  • 9690f8c57b perf(highlight): use binary search to lookup RGB color names bfredl 2022-06-22 15:47:21 +02:00
  • 9f28eddfab fix(float): make screen*() functions respect floating windows Evgeni Chasnovski 2022-06-19 16:08:43 +03:00
  • e694e56422 vim-patch:8.2.2068: transparent syntax item uses start/end of containing region (#19055) zeertzjq 2022-06-23 13:01:31 +08:00
  • 1b75094e3e Merge pull request #19054 from zeertzjq/vim-8.2.5150 zeertzjq 2022-06-23 07:37:54 +08:00
  • a05da1c05a Merge pull request #19053 from neovim/backport-19047-to-release-0.7 zeertzjq 2022-06-23 07:00:23 +08:00
  • a4d7394bc8 vim-patch:8.2.5151: reading beyond the end of the line with lisp indenting zeertzjq 2022-06-23 06:33:01 +08:00
  • f088915495 vim-patch:8.2.5150: read past the end of the first line with ":0;'{" zeertzjq 2022-06-23 06:22:43 +08:00
  • 17299b302c fix(input): use correct grid when restoring cursor for <expr> mapping zeertzjq 2022-06-22 11:39:20 +08:00
  • 801faeaae2 fix(input): use correct grid when restoring cursor for <expr> mapping (#19047) zeertzjq 2022-06-23 06:04:03 +08:00
  • c94325288a fix(api): check error after getting win/buf handle (#19052) Gregory Anders 2022-06-22 13:19:03 -06:00
  • b20b28249b fix(build): only pass -municode if MINGW #19049 Justin M. Keyes 2022-06-22 16:09:19 +02:00
  • d23465534a fix(api): nvim_set_option_value for global-local options Lewis Russell 2022-06-21 17:13:01 +01:00
  • dd591adf8a Merge pull request #19039 from bfredl/multicolor bfredl 2022-06-22 10:49:36 +02:00
  • f17d88c47a vim-patch:8.2.5132: :mkview test doesn't test much (#19045) zeertzjq 2022-06-22 11:08:00 +08:00
  • 34ae896b82 refactor(option): DRY get/set option value #19038 Lewis Russell 2022-06-22 03:09:50 +01:00
  • 04592759fa Merge pull request #19043 from dundargoc/cmake bfredl 2022-06-22 00:06:35 +02:00
  • 230cb00cc5 build(cmake): use glob_wrapper instead of file(GLOB in main CMakeLists Dundar Goc 2022-06-21 19:52:51 +02:00
  • e3b51d5842 refactor(runtime): refactor filetype.lua (#18813) Jonas Strittmatter 2022-06-21 19:29:52 +02:00
  • 8cd94e3bc0 perf(ui): remove spurious allocations from mode_style_array() bfredl 2022-06-21 16:53:47 +02:00
  • a9442c532e perf(highlight): allocate permanent names in an arena for fun and cache locality bfredl 2022-06-21 13:03:35 +02:00
  • 1dad288432 refactor: remove atrocious HL_TABLE()[idx] syntax before I poke my eyes out bfredl 2022-06-21 12:42:11 +02:00
  • ce7d18f86a refactor(highlight): get rid of syn_unadd_group() bfredl 2022-06-21 12:33:46 +02:00
  • 374e0b6678 perf(highlight): don't allocate duplicates for color names bfredl 2022-06-21 12:29:49 +02:00
  • 5ad97fcc0e perf(highlight): get rid of local memory allocations for "{key}={arg}" bfredl 2022-06-21 10:49:06 +02:00
  • 2fe25ad06c Merge pull request #19037 from neovim/backport-19033-to-release-0.7 Christian Clason 2022-06-21 10:28:13 +02:00
  • 6349ec9e7c docs(deprecated): alternatives for $NVIM_LISTEN_ADDRESS eyalk11 2022-06-20 22:45:26 +03:00
  • f479dd0bbe docs(deprecated): alternatives for $NVIM_LISTEN_ADDRESS eyalk11 2022-06-21 11:25:44 +03:00
  • 6d52a29c3b Merge pull request #18743 from gpanders/bowooptvalue Gregory Anders 2022-06-20 17:28:37 -06:00
  • bc6a5943de Merge pull request #19030 from zeertzjq/vim-8.2.5138 zeertzjq 2022-06-21 07:06:56 +08:00
  • 7a309311a2 vim-patch:d799daa660b8 (#19031) Christian Clason 2022-06-20 18:47:30 +02:00
  • 87a68b6a3a refactor: use nvim_{get,set}_option_value for vim.{b,w}o Gregory Anders 2022-05-25 11:17:46 -06:00
  • 58d028f64b feat(api): add "buf" and "win" to nvim_get_option_value Gregory Anders 2022-06-20 08:20:06 -06:00
  • 99ef06d846 refactor(provider): use list comprehension #19027 Zaz Brown 2022-06-20 06:17:00 -07:00
  • e3bfc1293e Merge pull request #18988 from bfredl/uipack bfredl 2022-06-20 15:04:40 +02:00
  • 9aaff18489 vim-patch:8.2.5138: various small issues zeertzjq 2022-06-20 20:48:32 +08:00
  • 5d69872105 perf(ui): reduce allocation overhead when encoding "redraw" events bfredl 2022-06-08 22:02:02 +02:00
  • 7266150eff Merge pull request #19025 from neovim/extmark-conceal Christian Clason 2022-06-19 20:46:06 +02:00
  • b2ed439bd5 Merge #19015 delete cmake code Justin M. Keyes 2022-06-19 19:51:16 +02:00
  • 40e13c8d95 fix(decorations): nvim_buf_set_extmark breaks conceal #19010 ii14 2022-06-19 19:33:54 +02:00
  • a195dc7c83 fix(decorations): nvim_buf_set_extmark breaks conceal #19010 ii14 2022-06-19 19:33:54 +02:00
  • ae7a4ad3d7 build: remove FindLua.cmake since it's already built into cmake Dundar Goc 2022-06-18 21:48:07 +02:00
  • 636a309981 build(cmake): simplify def_cmd_target function Dundar Goc 2022-06-18 17:31:01 +02:00
  • cd1b2998d3 build(cmake): simplify and speed up the uninstall target Dundar Goc 2022-06-17 14:11:08 +02:00
  • 668591ae04 build(cmake): remove unnecessary globbing with file Dundar Goc 2022-06-18 15:22:27 +02:00
  • 8a6f728315 build(cmake): remove unnecessary *-prereqs targets Dundar Goc 2022-06-17 09:58:48 +02:00
  • 38928b5cc2 Merge pull request #19023 from neovim/backport-18932-to-release-0.7 Christian Clason 2022-06-19 18:12:57 +02:00
  • 18e0d64666 fix(tui): fix piping output make nvim unusable Kevin Jiang 2022-06-12 15:46:21 +12:00
  • 837ea6da9f fix(tui): piping nodejs to nvim breaks input handling #18932 Kevin Sicong Jiang 2022-06-19 20:22:39 +05:00
  • d78447481c Merge pull request #19022 from neovim/ci-macos-release Christian Clason 2022-06-19 17:01:41 +02:00
  • e2915709b0 ci(release): skip CoreServices system library on macOS (#19021) Christian Clason 2022-06-19 16:20:27 +02:00
  • c5c5d980a1 ci(release): skip CoreServices system library on macOS (#19021) Christian Clason 2022-06-19 16:20:27 +02:00
  • 7b2b44bce4 fix(ci): noisy logs, unreliable test #19019 Justin M. Keyes 2022-06-19 04:19:08 +02:00
  • 605631ac29 build(lint): set some linters as non-fatal #19018 Justin M. Keyes 2022-06-18 20:10:10 +02:00
  • ff6b8f5435 fix(terminal): coverity USE_AFTER_FREE #18978 Justin M. Keyes 2022-06-18 18:53:12 +02:00
  • cd7ac0eb29 Merge pull request #19014 from neovim/backport-18982-to-release-0.7 Christian Clason 2022-06-18 18:51:48 +02:00
  • 9c0f2253a5 fix(logging): try harder to resolve Nvim "name" #19016 Justin M. Keyes 2022-06-18 18:30:54 +02:00
  • 433f3067a0 fix: use ctermbg/fg instead of bg/fg when use_rgb is false Oliver Marriott 2022-06-16 13:54:26 +10:00
  • 1ad6423f02 fix(highlight): use ctermbg/fg instead of bg/fg when use_rgb=false #18982 Oliver Marriott 2022-06-19 01:33:58 +10:00
  • 30ae06c8fe Merge pull request #19009 from neovim/backport-18820-to-release-0.7 Christian Clason 2022-06-18 15:03:56 +02:00
  • 777d415da8 fix(highlight): let winhighlight use cursor zbirenbaum 2022-06-07 01:54:04 -04:00
  • 901fde60c6 Merge pull request #19011 from zeertzjq/vim-8.2.5120 zeertzjq 2022-06-18 20:02:52 +08:00
  • dc56b442d8 vim-patch:8.2.5121: interrupt test sometimes fails zeertzjq 2022-06-18 19:36:46 +08:00