Commit Graph

  • 555ded8e82 Merge pull request #18156 from zeertzjq/backport-to-release-0.7 zeertzjq 2022-04-18 11:38:22 +08:00
  • 98ecc6a74c test: add a test for #18135 zeertzjq 2022-04-17 09:46:42 +08:00
  • 30800ea73b vim-patch:8.2.0791: a second popup window with terminal causes trouble zeertzjq 2022-04-17 09:44:47 +08:00
  • c3623fcda6 fix(paste): ignore mappings in Cmdline mode (#18114) Eden Zhang 2022-04-17 12:11:53 +12:00
  • 1041cc7ccb vim-patch:8.2.4762: using freed memory using synstack() and synID() in WinEnter (#18136) zeertzjq 2022-04-17 03:54:28 +08:00
  • dcaaeec8a4 chore: remove vestigial sfname freeing (#18123) Charlie Groves 2022-04-15 21:58:48 -04:00
  • c68d9321e7 vim-patch:8.2.4752: wrong 'statusline' value can cause illegal memory access (#18117) zeertzjq 2022-04-15 21:21:51 +08:00
  • 1facad2347 vim-patch:8.2.4778: pacman files use dosini filetype (#18152) Christian Clason 2022-04-17 23:30:13 +02:00
  • b5953d4484 version bump bfredl 2022-04-17 20:00:12 +02:00
  • b16afe4d55 feat(highlight): implement CurSearch highlight Famiu Haque 2022-04-11 22:20:24 +06:00
  • 8973768a4e feat(api): add tests for setting terminal ui options bfredl 2022-04-17 11:05:07 +02:00
  • d63ad42e49 feat(api): ui options relevant for remote TUI hlpr98 2022-04-16 14:46:20 +02:00
  • 6e6f5a7833 vim-patch:8.2.4767: openscad files are not recognized (#18138) Christian Clason 2022-04-17 10:15:55 +02:00
  • 670ecfc0cd vim-patch:8.2.4766: KRL files using "deffct" not recognized (#18137) Christian Clason 2022-04-17 10:15:41 +02:00
  • ae325e6274 Merge pull request #18139 from zeertzjq/vim-8.2.0791 zeertzjq 2022-04-17 10:42:06 +08:00
  • f823dce100 test: add a test for #18135 zeertzjq 2022-04-17 09:46:42 +08:00
  • 2116ff47ea vim-patch:8.2.0791: a second popup window with terminal causes trouble zeertzjq 2022-04-17 09:44:47 +08:00
  • 813ecdac79 fix(paste): ignore mappings in Cmdline mode (#18114) Eden Zhang 2022-04-17 12:11:53 +12:00
  • dcf7bc4140 vim-patch:8.2.4762: using freed memory using synstack() and synID() in WinEnter (#18136) zeertzjq 2022-04-17 03:54:28 +08:00
  • 88270a5735 refactor: add function xstrnsave Dundar Goc 2022-04-15 19:49:06 +02:00
  • 7a2fcbbbec refactor: replace char_u variables and functions with char Dundar Göc 2022-04-14 12:37:17 +02:00
  • 3f2e9298bd chore: remove vestigial sfname freeing (#18123) Charlie Groves 2022-04-15 21:58:48 -04:00
  • 08a144912c vim-patch:8.2.4752: wrong 'statusline' value can cause illegal memory access (#18117) zeertzjq 2022-04-15 21:21:51 +08:00
  • a8d5a9e819 version bump bfredl 2022-04-15 13:43:50 +02:00
  • 333ba6569d NVIM 0.7 v0.7.0 bfredl 2022-04-15 13:38:44 +02:00
  • e63e5d1dbd docs: typo fixes (#17859) dundargoc 2022-04-15 12:35:06 +02:00
  • 4503cb6b64 vim-patch:8.2.4750: small pieces of dead code (#18113) dundargoc 2022-04-15 11:15:47 +02:00
  • 6160973f36 fix(lsp): fix lookup of boolean values in workspace/configuration (#18026) Fredrik Ekre 2022-04-15 11:12:41 +02:00
  • 8486c87e58 vim-patch:8.2.4747: no filetype override for .sys files (#18105) Christian Clason 2022-04-13 23:11:56 +02:00
  • 0fb571e3b5 refactor: add pure attribute to pure functions Dundar Göc 2022-04-11 18:29:48 +02:00
  • a9cd9de01d Merge pull request #15972 from seandewar/vim-8.2.3487 Sean Dewar 2022-04-13 20:50:44 +01:00
  • 9a35704333 Merge pull request #15491 from Diomendius/lua_docs Gregory Anders 2022-04-13 10:50:03 -06:00
  • 9938740ca6 vim-patch:8.2.4746: supercollider filetype not recognized (#18102) Christian Clason 2022-04-13 17:04:38 +02:00
  • 7d1142b7e7 fix(runtime): add syntax file for query (#18101) Christian Clason 2022-04-13 16:29:23 +02:00
  • e463eb8146 fix(api): correctly pass f-args for nvim_create_user_command (#18098) Gregory Anders 2022-04-13 08:04:56 -06:00
  • 76e6b81b23 vim-patch:8.2.3487: illegal memory access if buffer name is very long Sean Dewar 2021-10-08 20:44:58 +01:00
  • fc954d0a61 vim-patch:8.2.3486: illegal memory access with invalid sequence of commands Sean Dewar 2021-10-08 21:05:38 +01:00
  • 789558d365 vim-patch:8.2.3480: test does not fail without the fix for a crash Sean Dewar 2021-10-09 02:20:07 +01:00
  • 5feb8cdbb4 vim-patch:8.2.3478: still crash with error in :catch and also in :finally Sean Dewar 2021-10-09 02:17:45 +01:00
  • 6415051796 refactor(ex_eval): cherry-pick CSF flags changes from v8.2.3099 Sean Dewar 2021-10-09 02:52:21 +01:00
  • a25c35d6e4 vim-patch:8.2.3470: crash with error in :catch and also in :finally Sean Dewar 2021-10-09 02:13:49 +01:00
  • 93c72d866b vim-patch:8.2.3448: :endtry after function call that throws not found Sean Dewar 2021-10-09 01:34:18 +01:00
  • b6026337f2 vim-patch:8.2.3416: second error is reported while exception is being thrown Sean Dewar 2021-10-09 01:25:11 +01:00
  • 4dc09f38ee fix(translation): po file for Ukrainian (#18100) Anatolii Sakhnik 2022-04-13 11:25:59 +03:00
  • 18152cf6f1 Merge pull request #18092 from zeertzjq/test-termxx-no-pending zeertzjq 2022-04-13 05:29:23 +08:00
  • bc19ae4e11 test: unskip tests skipped in #14661 zeertzjq 2022-04-12 22:48:08 +08:00
  • 4bef2f02e8 Merge pull request #17440 from zeertzjq/vim-8.2.3184 zeertzjq 2022-04-12 21:54:01 +08:00
  • c9d1fcd850 refactor(digraph.c): add more const qualifiers zeertzjq 2022-04-12 20:36:43 +08:00
  • b69ecacbb4 vim-patch:partial:a2baa73d1d33 zeertzjq 2022-02-17 19:15:21 +08:00
  • 0a813ae291 vim-patch:8.2.3325: digraph test fails when LC_ALL is set to "C" zeertzjq 2022-02-17 19:00:15 +08:00
  • 3b0bcb8ad0 vim-patch:8.2.3226: new digraph functions use old naming scheme zeertzjq 2022-02-17 18:42:48 +08:00
  • cbc54cf484 vim-patch:8.2.3184: cannot add a digraph with a leading space zeertzjq 2022-02-17 15:23:17 +08:00
  • 7e1e906738 vim-patch:8.2.4739: accessing freed memory after WinScrolled autocmd event (#18090) zeertzjq 2022-04-12 19:16:47 +08:00
  • dbd5242d8e Merge pull request #18075 from zeertzjq/vim-8.2.4713 zeertzjq 2022-04-12 05:48:23 +08:00
  • 6be4fd888c test: properly test WinScrolled event zeertzjq 2022-04-11 16:35:46 +08:00
  • 53668a5815 vim-patch:8.2.4713: plugins cannot track text scrolling zeertzjq 2022-04-11 16:24:15 +08:00
  • 10b40440dd test(old): fix mistakes in porting Vim patches 8.1.1362 and 8.1.1585 (#18080) zeertzjq 2022-04-12 04:56:15 +08:00
  • 85b33fc042 vim-patch:8.2.4737: // in JavaScript string recognized as comment (#18083) Christian Clason 2022-04-11 22:50:17 +02:00
  • 392cb7ac0c fix(lsp): pass offset_encoding in formatexpr() (#18084) Tony Fettes 2022-04-11 15:44:31 -04:00
  • da31e953b6 docs(term.txt): add documentation about TUI input (#18072) zeertzjq 2022-04-11 23:22:04 +08:00
  • 96b461a000 refactor(packaging): Windows: improve MSI, remove NSIS #18069 Henry Fraser 2022-04-12 00:58:46 +10:00
  • 356cff78ec vim-patch:8.2.4734: getcharpos() may change a mark position (#18077) zeertzjq 2022-04-11 21:29:18 +08:00
  • f0d07dcb74 Merge pull request #18067 from zeertzjq/vim-8.2.4714 zeertzjq 2022-04-11 19:30:42 +08:00
  • 2dc86ef3b2 vim-patch:8.2.4733: HEEx and Surface do need a separate filetype zeertzjq 2022-04-11 18:38:54 +08:00
  • 18ed556bbd vim-patch:8.2.4714: using g:filetype_dat and g:filetype_src not tested zeertzjq 2022-04-10 21:32:33 +08:00
  • 8f95f3ea06 fix(vim-patch.sh): fix N/A files patterns (#18073) zeertzjq 2022-04-11 14:41:26 +08:00
  • f89ca7194f fix(events): make v:event readonly in more events (#18070) zeertzjq 2022-04-11 11:32:15 +08:00
  • cdfb045ea0 Merge pull request #18071 from gpanders/create_uc Gregory Anders 2022-04-10 20:46:02 -06:00
  • 379067d038 docs: update dev-api to include "create" Gregory Anders 2022-04-10 19:15:16 -06:00
  • a2f157233f fix(tui)!: remove ESC NUL forced escape (#17198) zeertzjq 2022-04-11 10:23:33 +08:00
  • f94f75dc05 refactor!: rename nvim_add_user_command to nvim_create_user_command Gregory Anders 2022-04-10 19:12:41 -06:00
  • 9da0023a66 feat(keymap): add F38-F63 keys (#17893) zeertzjq 2022-04-11 09:54:59 +08:00
  • b2cb05b53e feat(events): support SIGWINCH for Signal event #18029 Loong Wang 2022-04-11 06:56:08 +08:00
  • 8bdcd832ae refactor(globals.h): avoid confusing comment placement (#18066) zeertzjq 2022-04-10 21:22:22 +08:00
  • 8f3845cdb7 docs: remove mentions of removed flag '#' in 'cpoptions' (#18064) UnkwUsr 2022-04-10 15:58:01 +03:00
  • b438bb4343 vim-patch:8.2.4729: HEEx and Surface templates do not need a separate filetype (#18065) Christian Clason 2022-04-10 13:53:33 +02:00
  • b531e4ea33 Merge pull request #18062 from zeertzjq/vim-8.2.4723 zeertzjq 2022-04-10 19:14:29 +08:00
  • 381f8f86da vim-patch:8.2.4728: no test that v:event cannot be modified zeertzjq 2022-04-10 18:45:11 +08:00
  • 263a7fde35 vim-patch:8.2.4723: the ModeChanged autocmd event is inefficient zeertzjq 2022-04-10 07:20:35 +08:00
  • ff726cc569 vim-patch:8.2.4719: ">" marker sometimes not displayed in the jumplist (#18056) zeertzjq 2022-04-10 07:13:22 +08:00
  • 12662ac0c4 vim-patch:8.2.4722: ending recording with mapping records too much (#18060) zeertzjq 2022-04-10 06:45:27 +08:00
  • 2a2c4e191f vim-patch:8.2.4718: @@@ in the last line sometimes drawn in the wrong place (#18055) zeertzjq 2022-04-10 04:50:49 +08:00
  • 61bd5426f4 vim-patch:8.2.4721: cooklang files are not recognized (#18058) Christian Clason 2022-04-09 17:43:33 +02:00
  • 3280dc2b60 vim-patch:8.2.4720: ABB Rapid files are not recognized properly (#18057) Christian Clason 2022-04-09 17:42:46 +02:00
  • f3183a4d7c Merge pull request #18023 from tom-anders/vim-8.2.4702 zeertzjq 2022-04-09 22:13:34 +08:00
  • bf39c5fe4f vim-patch:8.2.4703: memory leak in handling 'cinscopedecls' Tom Praschan 2022-04-08 19:27:48 +02:00
  • 45f62464d3 vim-patch:8.2.4702: C++ scope labels are hard-coded Tom Praschan 2022-04-07 16:14:02 +02:00
  • 8055f9857b vim-patch:8.2.4715: Vagrantfile not recognized (#18052) Christian Clason 2022-04-09 11:19:18 +02:00
  • b259426a25 chore(packaging): use transparent windows logo (#18051) Henry Fraser 2022-04-09 18:31:11 +10:00
  • fda9adab5d vim-patch:partial:8.1.2333: with modifyOtherKeys CTRL-^ doesn't work (#18048) zeertzjq 2022-04-09 13:31:42 +08:00
  • 012c055804 vim-patch:partial:cbaff5e06ec5 (#18044) Sean Dewar 2022-04-08 21:40:56 +01:00
  • d3068d34cc vim-patch:partial:cbaff5e06ec5 (#18042) Christian Clason 2022-04-08 19:53:41 +02:00
  • b4ec6af12a Merge pull request #17971 from chentau/extmark_spell bfredl 2022-04-08 19:09:48 +02:00
  • d3603e157a build(deps): bump LuaJIT to HEAD - 5e3c45c43 (#18027) Christian Clason 2022-04-08 16:59:40 +02:00
  • c26d70d581 Merge pull request #17786 from gpanders/autocmd-args bfredl 2022-04-08 16:55:47 +02:00
  • 30bc02c636 feat(api)!: pass args table to autocommand callbacks Gregory Anders 2022-03-19 19:16:19 -06:00
  • 56ee7c29ab Merge pull request #18038 from zeertzjq/vim-8.2.4711 zeertzjq 2022-04-08 20:17:25 +08:00
  • b099bb1f2f test: add a test for #16823 zeertzjq 2022-04-08 19:25:37 +08:00
  • 38506553f7 vim-patch:8.2.4711: when 'insermode' is set :edit from <Cmd> mapping misbehaves zeertzjq 2022-04-08 19:01:08 +08:00
  • 2c7dc648ca vim-patch:8.2.3925: diff mode confused by NUL bytes (#18033) zeertzjq 2022-04-08 10:45:42 +08:00