Commit Graph

  • aab05cd5ff vim-patch:8.2.5120: searching for quotes may go over the end of the line zeertzjq 2022-06-18 19:35:37 +08:00
  • f70e0832b1 fix(hl): return cterm fg/bg even if they match Normal #18981 Oliver Marriott 2022-06-17 11:33:58 +10:00
  • ee210b0f74 fix(hl): DRY set_hl_group() sg_attr set Oliver Marriott 2022-06-02 11:41:04 +10:00
  • 512a8197c8 test(hl): Add Normal group set_hl/get_hl_by_name check Oliver Marriott 2022-06-02 11:39:22 +10:00
  • 79ca64a1ef fix(hl): set Normal hl group sg_attr value (fixes #18024) Oliver Marriott 2022-06-01 13:53:06 +10:00
  • 966d55effe vim-patch:8.2.5116: "limit" option of matchfuzzy() not always respected (#19005) zeertzjq 2022-06-18 13:43:02 +08:00
  • e651ae5864 vim-patch:d592deb33652 (#19002) Christian Clason 2022-06-17 20:38:21 +02:00
  • 2ebc76b226 Merge pull request #19001 from neovim/backport-18861-to-release-0.7 Christian Clason 2022-06-17 18:09:11 +02:00
  • 41709831ae fix(startup): nvim with --clean should not load user rplugins bfredl 2022-06-04 18:35:28 +02:00
  • 98e2da7d50 fix(hl): return cterm fg/bg even if they match Normal #18981 Oliver Marriott 2022-06-17 11:33:58 +10:00
  • fdd5178581 [Backport release-0.7] introduce $NVIM, unset $NVIM_LISTEN_ADDRESS (#18986) github-actions[bot] 2022-06-16 18:30:08 -07:00
  • e0aa1d87e8 test(treesitter): add benchmark #18989 Lewis Russell 2022-06-17 01:22:43 +01:00
  • 1fe94cb008 docs: improve 'insertmode' emulation #18962 zeertzjq 2022-06-17 08:16:33 +08:00
  • c57f6b28d7 Merge #8519 feat: name, test ids, sockets in stdpath(state) Justin M. Keyes 2022-06-17 01:23:48 +02:00
  • ed9e6d19ab [Backport release-0.7] fix(treesitter): new iter if folded (#18990) github-actions[bot] 2022-06-16 19:08:48 +02:00
  • 279bc71f3c Merge pull request #18760 from kevinhwang91/fix-treesitter-fold bfredl 2022-06-16 18:29:27 +02:00
  • 8780076a78 fix(treesitter): new iter if folded kevinhwang91 2022-05-26 23:29:31 +08:00
  • 35c9fe9895 vim-patch:8.2.5110: icon filetype not recognized from the first line (#18987) Christian Clason 2022-06-16 15:53:38 +02:00
  • 05ce04e994 Merge pull request #18984 from neovim/fix-highlight-yank Christian Clason 2022-06-16 15:10:22 +02:00
  • 351b5969c1 vim-patch:8.2.5097: using uninitialized memory when using 'listchars' (#18985) zeertzjq 2022-06-16 19:09:59 +08:00
  • 179faa3edd fix(lua): clear got_int when calling vim.on_key() callback (#18979) zeertzjq 2022-06-16 18:51:36 +08:00
  • fe42dea674 fix(lua): highlight.on_yank can close timer in twice #18976 notomo 2022-06-16 11:39:55 +09:00
  • f15d6094fc fix(lua): stop pending highlight.on_yank timer, if any (#18824) Wsevolod 2022-06-02 10:49:57 +03:00
  • 0e8186bdd8 fix(lua): highlight.on_yank can close timer in twice #18976 notomo 2022-06-16 11:39:55 +09:00
  • 1f2c2a35ad feat(server): instance "name", store pipes in stdpath(state) Justin M. Keyes 2022-06-01 11:28:14 -07:00
  • b6467dfc23 test(report): formatting, drop dumplog() Justin M. Keyes 2022-05-30 02:40:17 -07:00
  • 8f06520594 feat(logging): include test-id in log messages Justin M. Keyes 2022-05-23 21:44:15 -07:00
  • fa4b0c3ba5 refactor(log): use msg_schedule_semsg #18950 Justin M. Keyes 2022-06-16 02:23:13 +02:00
  • 4cc05a75ea vim-patch:8.2.5097: using uninitialized memory when using 'listchars' (#18974) zeertzjq 2022-06-16 07:18:27 +08:00
  • 5243cb8a4b Merge pull request #18975 from neovim/backport-18969-to-release-0.7 zeertzjq 2022-06-15 20:12:54 +08:00
  • bf4df2a629 fix(ui): do not call showmode() when setting window height zeertzjq 2022-06-15 10:51:25 +08:00
  • 0c6ad03c3f fix(ui): do not call showmode() when setting window height (#18969) zeertzjq 2022-06-15 19:41:58 +08:00
  • 504d7decbd vim-patch:8c1b8cb2e0b5 (#18966) Christian Clason 2022-06-15 09:20:32 +02:00
  • 1493efdc14 test: correct check for v:errmsg in inccommand test (#18968) zeertzjq 2022-06-15 10:18:43 +08:00
  • 6de7f32d52 docs: fix typos (#18866) dundargoc 2022-06-15 02:49:54 +02:00
  • 8ba64dd3ad Merge pull request #18947 from zeertzjq/vim-8.2.1897 zeertzjq 2022-06-14 21:57:08 +08:00
  • 2a2fb8be74 Merge pull request #18880 from bfredl/arena bfredl 2022-06-14 15:20:37 +02:00
  • 0a0cda9528 vim-patch:8.2.5088: value of cmod_verbose is a bit complicated to use zeertzjq 2022-06-14 20:46:18 +08:00
  • 6130b4a84b vim-patch:8.2.1898: command modifier parsing always uses global cmdmod zeertzjq 2022-06-13 20:20:34 +08:00
  • dad898b665 refactor(api): remove redundant fields of CmdParseInfo zeertzjq 2022-06-13 20:04:31 +08:00
  • da41ca299f vim-patch:8.2.1897: command modifiers are saved and set inconsistently zeertzjq 2022-06-13 17:13:46 +08:00
  • cd9e08cb94 refactor: enable -Wconversion warning for eval.c (#18448) dundargoc 2022-06-14 14:57:06 +02:00
  • 3f5c647de9 perf(memory): use an arena for RPC decoding bfredl 2022-06-02 09:18:13 +02:00
  • 2f2022773f vim-patch:6ba83ba9ee29 (#18948) Christian Clason 2022-06-14 08:52:04 +02:00
  • 619eb32c75 fix(inccommand): never preview if parsing command failed (#18944) zeertzjq 2022-06-14 10:55:04 +08:00
  • 7f8f8d6cb7 feat(lsp): sort codelens if multiple item per line (#18951) rhcher 2022-06-14 01:31:48 +08:00
  • e13c36e312 vim-patch:8.2.0577: not all modifiers supported for :options (#18952) zeertzjq 2022-06-13 22:04:39 +08:00
  • 837360868b fix(tests): missing clear() #18927 kylo252 2022-06-13 13:05:17 +02:00
  • 663cbe2620 feat: cmdheight=0 #16251 Shougo 2022-06-13 18:40:51 +09:00
  • 2f71d4708e Merge pull request #18902 from bfredl/fulexit bfredl 2022-06-13 11:23:40 +02:00
  • a68f5fccb3 Merge pull request #18934 from zeertzjq/vim-8.2.5079 zeertzjq 2022-06-13 16:30:13 +08:00
  • e3281d992e fix(tests): check for EOF on exit of nvim properly bfredl 2022-06-08 23:22:50 +02:00
  • e95f32a717 vim-patch:8.2.5083: autocmd test still fails on MS-Windows zeertzjq 2022-06-13 16:05:22 +08:00
  • 1c16e5bb11 vim-patch:8.2.5081: autocmd test fails on MS-Windows zeertzjq 2022-06-13 16:05:15 +08:00
  • 254454d0c5 vim-patch:8.2.5079: DirChanged autocommand may use freed memory zeertzjq 2022-06-12 19:06:30 +08:00
  • dd8b6094c0 build(lint): fix lintuncrustify #18945 Justin M. Keyes 2022-06-13 03:49:38 +02:00
  • e420cd6c67 test: dismiss quit_more from Lua #11226 Daniel Hahler 2022-06-13 01:45:44 +02:00
  • 3cea4d6de9 Merge pull request #18942 from neovim/backport-18933-to-release-0.7 zeertzjq 2022-06-13 07:44:20 +08:00
  • c665773897 Merge pull request #18931 from zeertzjq/regexp-num-escaped zeertzjq 2022-06-13 07:18:38 +08:00
  • 3c7b91da10 build: remove CMAKE_CROSSCOMPILING code #18914 dundargoc 2022-06-13 00:11:14 +02:00
  • f90174c98c build(lint): fix luacheck not found #18940 Justin M. Keyes 2022-06-13 00:08:01 +02:00
  • 05f6883ee2 fix(buffer): disable buffer-updates before removing buffer from window zeertzjq 2022-06-12 12:08:35 +08:00
  • 429c40cce3 fix(buffer): disable buffer-updates before removing from window #18933 zeertzjq 2022-06-13 06:02:00 +08:00
  • feba56af7d Merge pull request #18936 from bfredl/apioption bfredl 2022-06-12 21:01:16 +02:00
  • 2de0d67144 fix(inccommand): skip split window if not enough room #18937 Famiu Haque 2022-06-12 23:59:04 +06:00
  • f4967828f9 feat(contrib): asan debugging script #18892 dundargoc 2022-06-12 19:54:14 +02:00
  • 612944c586 refactor(api): update vimdoc bfredl 2022-06-12 19:26:43 +02:00
  • 0d63fafcda refactor(api): move command related API to separate file bfredl 2022-06-12 16:38:31 +02:00
  • a907d6f517 refactor(api): move extmark specific functions to api/extmark.c bfredl 2022-06-12 16:21:30 +02:00
  • 4a275e3291 refactor(api): move option code to own file bfredl 2022-06-12 00:37:39 +02:00
  • 8bc48273eb vim-patch:8.2.5078: substitute test has a one second delay zeertzjq 2022-06-12 18:22:29 +08:00
  • 41bb81a2df fix(substitute): subtract number of backslashes later zeertzjq 2022-06-12 07:48:28 +08:00
  • 502f03fc06 Merge pull request #18919 from bfredl/multiattr bfredl 2022-06-11 23:06:05 +02:00
  • f4121c52b9 fix(messages): add color when showing nvim_echo in :messages history bfredl 2022-06-10 11:23:17 +02:00
  • c87a5ebbc3 Merge pull request #18428 from bfredl/do_source bfredl 2022-06-11 11:32:23 +02:00
  • e92fcdbab2 feat(api): nvim__get_runtime do_source bfredl 2022-05-05 12:33:35 +02:00
  • 2b539d6fdf fix(inccommand): clear cmdpreview state if preview is not shown (#18923) zeertzjq 2022-06-11 13:04:19 +08:00
  • 2b252430aa vim-patch:8.2.5076: unnecessary code (#18922) zeertzjq 2022-06-11 07:00:56 +08:00
  • 673b3a780e Merge pull request #18461 from dundargoc/refactor/change-linenr-to-int32 bfredl 2022-06-10 19:28:47 +02:00
  • a732c253b7 refactor: change type of linenr_T from long to int32_t Dundar Goc 2022-05-07 12:53:37 +02:00
  • 1dba6cf8f0 Merge pull request #18918 from neovim/backport-18917-to-release-0.7 zeertzjq 2022-06-10 17:57:09 +08:00
  • 0c9d666205 fix(input): fix macro recording with ALT and special key zeertzjq 2022-06-10 16:39:08 +08:00
  • e15d31b530 fix(input): fix macro recording with ALT and special key (#18917) zeertzjq 2022-06-10 17:13:57 +08:00
  • 6eaf10502c vim-patch:partial:63f32603789d (#18916) Christian Clason 2022-06-10 08:40:32 +02:00
  • 58323b1fe2 feat(filetype): remove side effects from vim.filetype.match (#18894) Gregory Anders 2022-06-09 13:12:36 -06:00
  • 28e43881b7 refactor(ops): doxygen docstrings #17743 dundargoc 2022-06-09 17:12:07 +02:00
  • 6d57bb89c1 build: add a cmake target for all used linters #18543 dundargoc 2022-06-09 17:09:24 +02:00
  • 9662cd7f48 fix(tests): unreliable parser_spec #18911 Justin M. Keyes 2022-06-09 17:07:54 +02:00
  • bf327368d8 fix: segfault in find_tagfunc_tags #18841 fkm3 2022-06-09 08:05:36 -07:00
  • 11e0fea8ba fix: correct nlua_wait error message #18867 resolritter 2022-06-09 12:02:32 -03:00
  • d189bfaeb2 Merge pull request #18908 from zeertzjq/vim-8.2.5066 zeertzjq 2022-06-09 22:01:32 +08:00
  • b8742afb6f vim-patch:8.2.5070: unnecessary code zeertzjq 2022-06-09 21:05:57 +08:00
  • d6247a575c vim-patch:8.2.5066: lcs-leadmultispace zeertzjq 2022-06-07 20:01:46 +08:00
  • 3da3cfc864 feat(autocmds): retrieve lua callback (#18642) kylo252 2022-06-09 15:18:56 +02:00
  • c5720c7221 Merge pull request #18904 from jamessan/no-parser-ci James McCoy 2022-06-08 21:55:05 -04:00
  • fc4e4b38b2 Merge pull request #18905 from neovim/backport-18903-to-release-0.7 James McCoy 2022-06-08 21:11:27 -04:00
  • a4e1b76f55 test: allow running CI without ts parsers installed James McCoy 2022-06-08 18:29:58 -04:00
  • bd3bb128c0 test(ts): skip test if C parser is not available James McCoy 2022-06-08 18:04:25 -04:00
  • 950ab00c2b ci: run tests with no treesitter parsers installed James McCoy 2022-06-08 18:12:40 -04:00
  • 8a70c53dad Merge pull request #18903 from jamessan/skip-test-parsers James McCoy 2022-06-08 21:10:01 -04:00