Commit Graph

  • 378db4f32a refactor(eval): convert function comments to doxygen format Dundar Göc 2022-03-13 16:21:44 +01:00
  • 365a9b074f vim-patch:8.2.1413: previous tab page not usable from an Ex command Sean Dewar 2022-03-14 12:16:12 +00:00
  • c5f190e0c2 vim-patch:8.2.1401: cannot jump to the last used tabpage Sean Dewar 2022-03-14 11:37:44 +00:00
  • 7e19c18a54 vim-patch:8.2.4454: resetting cmdwin_type only for one situation Sean Dewar 2022-02-25 00:17:17 +00:00
  • 70582bd925 vim-patch:8.2.4445: exit test fails on MS-Windows anyway Sean Dewar 2022-02-25 00:22:54 +00:00
  • 0412dba456 vim-patch:8.2.4444: beep caused by test Sean Dewar 2022-02-25 00:20:35 +00:00
  • fe53182934 vim-patch:8.2.4442: test for error reading input fails on MS-Windows Sean Dewar 2022-02-25 00:22:12 +00:00
  • 7519af4f0f vim-patch:8.2.4438: crash on exit when using cmdline window Sean Dewar 2022-02-25 00:13:25 +00:00
  • 490874f3da vim-patch:8.2.4432: cannot use settabvar() while the cmdline window is open Sean Dewar 2022-02-21 16:19:49 +00:00
  • 880d3537d0 vim-patch:8.2.4428: crash when switching tabpage while in the cmdline window Sean Dewar 2022-02-21 10:55:36 +00:00
  • 895ca52e4c Merge pull request #17717 from dundargoc/doxygen/eval/funcs bfredl 2022-03-14 13:38:38 +01:00
  • 4d6863554b refactor(eval/funcs): convert function comments to doxygen format Dundar Göc 2022-03-13 16:21:44 +01:00
  • ecc36c3d1c docs: remove extra whitespaces Daiki Mizukami 2022-03-13 21:48:14 +09:00
  • be2def4100 chore(gen_vimdoc): fall back to brief_desc_node when desc_node is empty Daiki Mizukami 2022-03-13 21:36:46 +09:00
  • 334a16c791 refactor(gen_vimdoc): simplify files in CONFIG Daiki Mizukami 2022-03-13 21:30:06 +09:00
  • cf4786ddfa chore(gen_vimdoc): call delete_lines_below only if the file exists Daiki Mizukami 2022-03-13 21:13:42 +09:00
  • 2d28c40ef9 refactor(gen_vimdoc): detect section_start_token automatically Daiki Mizukami 2022-03-13 21:03:38 +09:00
  • 6dc2c82931 Merge pull request #17696 from dundargoc/refactor/minimize-scope bfredl 2022-03-13 23:17:57 +01:00
  • f9f843e02e refactor: use Lua autocommands in filetype.lua (#17711) Gregory Anders 2022-03-13 15:52:41 -06:00
  • 198bf3a8f2 refactor: minimize variable scope and eliminate empty declarations Dundar Göc 2022-03-12 17:54:31 +01:00
  • ce537bb232 Merge pull request #17697 from lewis6991/screenrefactor zeertzjq 2022-03-13 23:07:50 +08:00
  • f3f67da340 refactor: column drawing Lewis Russell 2022-03-12 18:30:11 +00:00
  • 6e1caeaf3a vim-patch:8.2.4557: confusing comment about 'cursorlineopt' zeertzjq 2022-03-13 21:50:17 +08:00
  • 4ba12b3dda refactor: fix clint warnings (#17682) dundargoc 2022-03-13 15:11:17 +01:00
  • 4ede2ea4b2 test: fix runnvim.sh (#17690) zeertzjq 2022-03-13 22:07:22 +08:00
  • c45644f994 test(python3_spec): use a pattern to match SyntaxError message (#17705) zeertzjq 2022-03-13 22:05:56 +08:00
  • 9e6bc228ec docs(api): improve section on nvim_set_hl (#17692) adrian5 2022-03-13 13:42:12 +01:00
  • c9b94188d5 Merge pull request #17702 from zeertzjq/vim-8.1.0877 zeertzjq 2022-03-13 14:21:37 +08:00
  • ff48e61ec9 vim-patch:8.2.3762: if quickfix buffer is wiped out getqflist() still returns it VVKot 2021-12-19 11:06:16 +00:00
  • c5e47e44aa vim-patch:8.2.3759: quickfix buffer becomes hidden while still in a window VVKot 2021-12-19 11:00:04 +00:00
  • dc32a20503 test(old): add some missing tests from Vim patches 8.1.2320 and 8.1.2360 zeertzjq 2022-02-14 16:17:11 +08:00
  • 163ec00f44 vim-patch:8.1.1015: quickfix buffer shows up in list, can't get buffer number Jan Edmund Lazo 2020-10-10 15:42:25 -04:00
  • 6c26ab71ce vim-patch:8.1.0892: failure when closing a window when location list is in use VVKot 2021-12-19 07:46:28 +00:00
  • 91ac0088e1 vim-patch:8.1.0877: new buffer used every time the quickfix window is opened Jan Edmund Lazo 2020-10-10 13:11:34 -04:00
  • 0cf2dc63bf fix(win_split_ins): do not fail when oldwin is not valid zeertzjq 2022-02-14 20:40:58 +08:00
  • d33aebb821 feat(runtime): import cleanadd.vim from Vim (#17699) dundargoc 2022-03-13 05:52:45 +01:00
  • f291a0339c fix: use normal! <C-L> in default <C-L> mapping (#17695) Gregory Anders 2022-03-12 17:56:53 -07:00
  • 356631cba0 Merge pull request #17687 from zeertzjq/fix-channel-consistency zeertzjq 2022-03-13 05:44:50 +08:00
  • 36ca585d2f Merge pull request #17691 from bfredl/serverconnect bfredl 2022-03-12 21:11:37 +01:00
  • a4400bf8cd feat(ui): connect to remote ui (only debug messages for now) bfredl 2022-03-12 13:47:50 +01:00
  • 8ba8f1a018 fix(signcol): always trigger a redraw Lewis Russell 2022-03-12 16:25:21 +00:00
  • 3a12737e6c refactor(main): separate connection code from --remote execution code Björn Linse 2019-11-02 15:06:32 +01:00
  • f1c9065b0e test: improve terminal channel tests zeertzjq 2022-03-12 15:22:55 +08:00
  • 5051510ade fix(channel): fix channel consistency erw7 2021-11-12 00:07:03 +09:00
  • ab456bc304 vim-patch:8.2.3779: using freed memory when defining a user command recursively (#17688) Sean Dewar 2022-03-12 08:25:28 +00:00
  • 08d9d74fd9 Merge pull request #17680 from zeertzjq/vim-8.2.4440 zeertzjq 2022-03-12 08:08:31 +08:00
  • d4982e152c vim-patch:partial:a2baa73d1d33 (#17675) zeertzjq 2022-03-12 06:52:54 +08:00
  • 84af45f59f docs: remove "not in vi" notes (#17678) dundargoc 2022-03-11 23:25:59 +01:00
  • 965f1fd6fd Merge pull request #17439 from groves/1750 bfredl 2022-03-11 19:47:24 +01:00
  • 1201145b68 fix(remote): use STATIC_CSTR_AS_STRING Charlie Groves 2022-03-11 13:05:40 -05:00
  • 1dbf8675c7 fix(remote): respect silent in error reporting Charlie Groves 2022-03-11 11:16:34 -05:00
  • 2be938a251 fix(remote): report connection error, missing return values Charlie Groves 2022-03-10 17:26:20 -05:00
  • 29c3632285 fix(remote): report on missing wait commands, typecheck lua results Charlie Groves 2022-03-03 16:33:27 -05:00
  • e095a868cb docs(remote): update remote.txt for current nvim implementation Charlie Groves 2022-03-02 10:16:29 -05:00
  • fcdb1f372b docs(remote): restore remote.txt from removal in f2205b83c5 Charlie Groves 2022-03-01 16:23:57 -05:00
  • 039e94f491 test(remote): add tests for --remote Charlie Groves 2022-02-24 10:47:41 -05:00
  • 70d2ab1583 fix(remote): make compile again Charlie Groves 2022-02-16 17:19:41 -05:00
  • 5862176764 feat(remote): add basic --remote support Charlie Groves 2022-02-16 17:11:50 -05:00
  • a6e72aa295 vim-patch:8.2.4443: regexp pattern test fails on Mac zeertzjq 2022-03-11 23:01:20 +08:00
  • d0b5c1f696 vim-patch:8.2.4440: crash with specific regexp pattern and string zeertzjq 2022-03-11 22:59:26 +08:00
  • 76769b8a1f Merge pull request #17673 from dundargoc/refactor/clint bfredl 2022-03-11 15:23:51 +01:00
  • c2ab922f0a Merge pull request #17663 from dundargoc/refactor/uncrustify bfredl 2022-03-11 15:07:49 +01:00
  • c3a6ff6aa3 fix(coverity): dead code and operands don't affect result #17662 dundargoc 2022-03-11 15:04:48 +01:00
  • 9ff4acbb36 refactor: fix all clint warnings from buffer.c Dundar Göc 2022-03-10 17:34:41 +01:00
  • 19858288b4 Merge pull request #17672 from lewis6991/refactorprovider bfredl 2022-03-11 13:01:33 +01:00
  • abbc9148db Merge pull request #17665 from clason/bump-libuv James McCoy 2022-03-10 18:45:12 -05:00
  • 8a5f0559cc Merge pull request #17604 from dundargoc/ci/better-error-output James McCoy 2022-03-10 18:42:02 -05:00
  • 4be92ba90d refactor(decorations): unglobal decor_providers Lewis Russell 2022-03-10 22:26:41 +00:00
  • 1b054119ec refactor(decorations): move provider code Lewis Russell 2022-03-10 15:17:06 +00:00
  • 1e7ba7ea6b build(deps): bump libuv to 1.44.1 Christian Clason 2022-03-09 22:28:19 +01:00
  • 6170574d2f Merge pull request #17660 from bfredl/luacomplete bfredl 2022-03-10 15:46:18 +01:00
  • 3a32aa9615 Merge pull request #17671 from zeertzjq/vim-8.2.3949 zeertzjq 2022-03-10 20:32:13 +08:00
  • a80ec88906 test: add a test for #17489 zeertzjq 2022-03-10 16:57:54 +08:00
  • c3208feb72 vim-patch:8.2.3950: going beyond the end of the line with /\%V zeertzjq 2022-03-10 16:43:32 +08:00
  • d2d3be0a4a vim-patch:8.2.3949: using freed memory with /\%V zeertzjq 2022-03-10 16:40:45 +08:00
  • 815ba835a3 ci: refactor and simplify CI process Dundar Göc 2022-03-05 18:07:46 +01:00
  • d47714d87c ci: remove function run_suite Dundar Göc 2022-03-05 15:40:20 +01:00
  • 7a0fd7a288 ci: remove variable FAIL_SUMMARY Dundar Göc 2022-03-04 16:51:38 +01:00
  • fbcbd1d05e ci: remove variable NVIM_TEST_CURRENT_SUITE Dundar Göc 2022-03-04 16:27:57 +01:00
  • 17ecb60c58 ci: remove fail character from fail function Dundar Göc 2022-03-04 16:22:33 +01:00
  • 7e3bdc75e4 refactor(uncrustify): format all c files Dundar Göc 2022-03-09 21:19:37 +01:00
  • d0cb8744d8 refactor(uncrustify): disable uncrustify for misformatted code sections Dundar Göc 2022-03-09 21:00:39 +01:00
  • 9e9322b222 Merge pull request #17653 from dundargoc/chore/lgtm zeertzjq 2022-03-10 15:01:02 +08:00
  • a7b1c8893c chore: fix typos (#17331) dundargoc 2022-03-10 07:34:55 +01:00
  • 487f52c9d2 chore(regexp.c): correctly align META_flags (#17668) zeertzjq 2022-03-10 13:53:57 +08:00
  • 0115b3f023 Merge pull request #16336 from kylo252/vim-8.1.2005 zeertzjq 2022-03-10 12:49:31 +08:00
  • d6fe06b0a6 Merge pull request #17666 from zeertzjq/api-statusline-fillchar-relax zeertzjq 2022-03-10 10:39:14 +08:00
  • 4fed1bf7e5 vim-patch:8.1.2005: the regexp.c file is too big kylo252 2021-11-16 13:16:33 +01:00
  • 3011794c86 feat(api): relax statusline fillchar width check zeertzjq 2022-03-10 07:18:49 +08:00
  • 5ed60804fe feat(lua): handle lazy submodules in :lua vim. wildmenu completion bfredl 2022-03-09 14:26:01 +01:00
  • a978d7689d Merge pull request #17640 from lewis6991/virttextfix bfredl 2022-03-09 13:41:13 +01:00
  • 14859f49ae Merge pull request #17600 from kylo252/clang-format-update zeertzjq 2022-03-09 19:54:30 +08:00
  • ac91c56085 chore: align clang-format configuration with clint kylo252 2022-03-04 14:54:12 +01:00
  • d2d64b1f72 Merge pull request #17643 from dundargoc/chore/remove-stripdecls bfredl 2022-03-09 11:41:45 +01:00
  • c7512611bf Merge pull request #17502 from zeertzjq/vim-8.1.0999 zeertzjq 2022-03-09 16:55:07 +08:00
  • 46a0cec3a6 chore(stripdecls): remove unused and no longer functional script Dundar Göc 2022-03-07 23:24:50 +01:00
  • 05f643f9d2 chore(lgtm): fix "empty block without comment" warnings Dundar Göc 2022-03-08 19:58:45 +01:00
  • f27068caad chore(lgtm): ignore "__eq__ not overridden" warning Dundar Göc 2022-03-08 19:51:06 +01:00
  • 5ad63c3d98 Merge pull request #16730 from VVKot/vim-8.1.0136 zeertzjq 2022-03-09 16:13:20 +08:00
  • b743e415fe vim-patch:partial 1588bc8ebee2 (#17657) Sean Dewar 2022-03-09 07:44:28 +00:00