Commit Graph

  • 5c42376c15 backport: fix(sign): reset auto sign column with minimum in float win minimal style Sirisak Lueangsaksri 2021-08-03 22:06:52 +07:00
  • 41f761130e backport: fix(decorations): crash when :bdelete (extmark_free_all) after clear_namespace Björn Linse 2021-07-29 11:31:59 +02:00
  • a265201307 backport: fix(lsp): Ensure human readable errors are printed Mathias Fussenegger 2021-07-11 11:22:35 +02:00
  • 33000bd9cf backport: fix(lsp): Ensure users get feedback on references/symbols errors or empty results Mathias Fussenegger 2021-07-11 10:47:47 +02:00
  • 9f73b7c214 backport: fix(lsp): correctly check for windows in lsp logger (#14954) Oliver Marriott 2021-07-11 04:11:33 +10:00
  • eaa1c47377 backport: fix(lsp): restore diagnostics extmarks that were moved to the last edit line (#15023) Folke Lemaitre 2021-07-08 17:40:41 +02:00
  • 4fa3865588 test: add test case for severity ranges Gregory Anders 2021-09-15 19:09:21 -06:00
  • 10283915d6 doc(eval): include latest relevant Blob changes Sean Dewar 2021-08-01 19:14:34 +01:00
  • 6eb41e5c8d test(oldtest): unskip existing tests that use Blobs Sean Dewar 2021-07-30 17:36:00 +01:00
  • e53b71627f feat(f_msgpackparse): support parsing from Blob Sean Dewar 2021-07-29 17:46:45 +01:00
  • ddaa0cc9be fix(test/dumplog): tostring(rv) before formatting as string Sean Dewar 2021-07-31 00:47:24 +01:00
  • 5fdf741f77 feat(f_msgpackdump): support dumping to Blob Sean Dewar 2021-07-29 14:05:55 +01:00
  • 7e9ea08321 feat(f_chansend): support Blob data argument Sean Dewar 2021-07-29 12:26:13 +01:00
  • e88961943b fix(eval): partially port v8.2.3284 Sean Dewar 2021-08-01 18:27:41 +01:00
  • 3d6bb8b3fb fix(f_remove): partially port v8.2.2779 Sean Dewar 2021-07-29 22:47:33 +01:00
  • ecb54238e0 vim-patch:8.2.2712: memory leak when adding to a blob fails Sean Dewar 2021-07-29 22:44:51 +01:00
  • 9e38c4a79f vim-patch:8.2.1473: items in a list given to :const can still be modified Sean Dewar 2021-07-31 00:20:20 +01:00
  • ffaf881b42 vim-patch:8.2.0829: filter() may give misleading error message Sean Dewar 2021-07-29 21:40:30 +01:00
  • 19232593ba fix(f_insert): partially port v8.2.0634 Sean Dewar 2021-07-29 22:32:22 +01:00
  • 9b5c9dbfa7 vim-patch:8.2.0521: crash when reading a blob fails Sean Dewar 2020-11-25 16:02:10 +00:00
  • ba34afb378 vim-patch:8.2.0404: writefile() error does not give a hint Sean Dewar 2021-08-02 15:27:06 +01:00
  • 53f28f024c vim-patch:8.2.0184: blob test fails Sean Dewar 2021-07-29 21:30:01 +01:00
  • ef76238548 vim-patch:8.2.0121: filter() and map() on blob don't work Sean Dewar 2020-11-25 18:56:30 +00:00
  • 726b255288 vim-patch:8.1.1671: copying a blob may result in it being locked Sean Dewar 2021-07-29 21:06:12 +01:00
  • e7772c051f vim-patch:8.1.1023: may use NULL pointer when indexing a blob Sean Dewar 2020-11-24 21:16:13 +00:00
  • bd9c787b4f vim-patch:8.1.0802: negative index doesn't work for Blob Sean Dewar 2021-07-29 22:54:47 +01:00
  • 23f5999d28 vim-patch:8.1.0798: changing a blob while iterating over it works strangely Sean Dewar 2021-07-29 20:25:46 +01:00
  • e140eec441 vim-patch:8.1.0797: error E898 is used twice Sean Dewar 2020-12-02 19:01:48 +00:00
  • c57132ec2a vim-patch:8.1.0793: incorrect error messages for functions that take a Blob Sean Dewar 2020-12-02 18:37:18 +00:00
  • 6a02ccc222 vim-patch:8.1.0765: string format of a Blob can't be parsed back Sean Dewar 2020-12-02 17:24:15 +00:00
  • 0eadd7e5fd vim-patch:8.1.0757: not enough documentation for Blobs Sean Dewar 2021-07-29 01:13:55 +01:00
  • 2b98bdd75b vim-patch:8.1.0756: copy() does not make a copy of a Blob Sean Dewar 2020-11-25 16:21:00 +00:00
  • c1b8731ece vim-patch:8.1.0755: error message for get() on a Blob with invalid index Sean Dewar 2020-11-25 17:27:39 +00:00
  • d346ac536f vim-patch:8.1.0742: not all Blob operations are tested Sean Dewar 2020-11-24 21:37:52 +00:00
  • 7200454ee6 vim-patch:8.1.0738: using freed memory, for loop over blob leaks memory Sean Dewar 2020-11-24 20:55:04 +00:00
  • de9df825d5 feat(decode_string): decode binary string with NULs to Blob Sean Dewar 2021-07-31 21:45:58 +01:00
  • ef729fb15b feat(shada): restore Blob globals properly Sean Dewar 2021-07-30 15:23:37 +01:00
  • af6f454f5c feat(msgpack): convert Blobs to BIN strings Sean Dewar 2021-08-02 19:27:52 +01:00
  • ab82369c8e feat(json): convert Blobs to array of byte values Sean Dewar 2021-08-02 18:59:55 +01:00
  • 312c783d81 feat(api): convert Blobs to API strings Sean Dewar 2021-08-02 19:13:48 +01:00
  • 10aa60e806 feat(nlua): convert Blobs to strings Sean Dewar 2021-08-02 19:35:06 +01:00
  • bfeecd0b41 vim-patch:8.1.0736: code for Blob not sufficiently tested Sean Dewar 2020-11-24 21:46:43 +00:00
  • 9095101743 vim-patch:8.1.0735: cannot handle binary data Sean Dewar 2020-11-18 03:11:00 +00:00
  • a5bbb932f9 refactor: move vim.lsp.diagnostic to vim.diagnostic Gregory Anders 2021-09-06 20:21:18 -06:00
  • 685cf39813 feat(lsp): improve logging (#15636) Michael Lingelbach 2021-09-15 11:35:04 -07:00
  • 942b16adf7 Merge #15671 backport: :source and nvim_exec fixes Justin M. Keyes 2021-09-15 06:10:48 -07:00
  • cf62554e5a backport: fix(:source): copy curbuf lines to memory before sourcing #15111 Sean Dewar 2021-09-15 13:17:07 +01:00
  • 6436100b6e backport: fix(:source, nvim_exec): handle Vimscript line continuations #14809 Sean Dewar 2021-09-15 00:35:33 +01:00
  • afdc9e6150 fix(:source): copy curbuf lines to memory before sourcing #15111 Sean Dewar 2021-09-15 13:17:07 +01:00
  • 6188926e00 fix(:source, nvim_exec): handle Vimscript line continuations #14809 Sean Dewar 2021-09-15 00:35:33 +01:00
  • b86039b104 fix(ui): don't log from UI events during free_all_mem() Björn Linse 2021-09-14 18:29:59 +02:00
  • 9edd17509f Merge #15657 vim-patch:8.1.1195,8.2.{3417,3419} Justin M. Keyes 2021-09-14 10:27:21 -07:00
  • b63b4777ec docs: third-party licenses, TEST_COLORS, system() #15665 Justin M. Keyes 2021-09-14 10:20:33 -07:00
  • 04cde576ed Merge #15667 release-0.5: backports Justin M. Keyes 2021-09-14 09:22:31 -07:00
  • 0a83017fe9 refactor: format files with uncrustify #15663 dundargoc 2021-09-14 18:13:34 +02:00
  • cd864748d3 test: use $TEST_TIMEOUT to specify timeout James McCoy 2021-09-09 20:49:26 -04:00
  • 09ff3146f3 test: timeout at 20 minutes #15597 Justin M. Keyes 2021-09-08 07:21:28 -07:00
  • f809664f89 ci: skip "cancels stale events on channel close" #15278 Justin M. Keyes 2021-08-27 03:59:13 -07:00
  • d83df7f7b5 feat(lua)!: register_keystroke_callback => on_key Justin M. Keyes 2021-08-22 18:26:35 -07:00
  • 64dc7a1b55 fix(lsp): correctly parse LSP snippets #15579 hrsh7th 2021-09-14 20:31:41 +09:00
  • 5a813160ae Merge #15664 backport PRs Justin M. Keyes 2021-09-14 07:02:06 -07:00
  • 917f306666 backport: test/memory_usage_spec: skip on MacOS #15043 Daniel Steinberg 2021-07-10 23:15:38 -04:00
  • a9cca1b050 backport: fixup(clipboard): Fix error not properly handled #14984 Shadman 2021-07-11 19:19:54 +06:00
  • 989ccb8222 backport: fix(lsp): restore diagnostics extmarks on buffer changes (#15011) Folke Lemaitre 2021-07-07 22:31:39 +02:00
  • 2ae4c96d91 backport: fix(lsp): prevent double <text> for cached plaintext markup Folke Lemaitre 2021-07-05 00:39:46 +02:00
  • ae89330ec0 backport: fix(vim.opt): vimL map string values not trimmed (#14982) jadedpasta 2021-07-04 02:14:39 -05:00
  • 2229e99ef9 backport: fixup(clipboard): Use case matching #14962 Shadman 2021-07-03 06:47:18 +06:00
  • 516775e9d8 fix(lsp): correctly parse LSP snippets #15579 hrsh7th 2021-09-14 20:31:41 +09:00
  • b8cce77702 fix: "redundant cast to the same type" #15662 dundargoc 2021-09-14 13:07:08 +02:00
  • 6ed43f8f1c refactor: format tui/input.c with uncrustify (#15661) dundargoc 2021-09-14 12:21:24 +02:00
  • 0771504488 refactor: format tui.c with uncrustify (#15640) dundargoc 2021-09-14 10:36:08 +02:00
  • 31ac33bf77 vim-patch:8.2.3419: a failing debug expression may make Vim unusable Sean Dewar 2021-09-13 17:09:15 +01:00
  • 936c4ae151 vim-patch:8.2.3417: Vim9: a failing debug expression aborts script sourcing Sean Dewar 2021-09-13 16:42:33 +01:00
  • 9f3d7dcda2 vim-patch:8.1.1195: Vim script debugger functionality needs cleanup Sean Dewar 2021-09-13 15:50:20 +01:00
  • 5fd21b8d3e vim-patch:6c391a74fe90 (#15654) Christian Clason 2021-09-13 16:33:41 +02:00
  • 1a9d2a4040 vim-patch:89a9c159f23f #15641 Christian Clason 2021-09-13 15:05:27 +02:00
  • d5b66e8860 refactor: replace TRUE/FALSE with true/false #15647 dundargoc 2021-09-13 13:57:36 +02:00
  • b9d57fa107 vim-patch:8.2.3432: octave/Matlab filetype detection does not work properly (#15652) Christian Clason 2021-09-13 10:00:09 +02:00
  • 643cb8a6ec doc(options): remove vim9script reference (#15645) Sean Dewar 2021-09-12 12:51:00 +01:00
  • 5615ea8b6b vim-patch:8.2.3368: not all Racket files are recognized (#15643) Christian Clason 2021-09-12 13:09:18 +02:00
  • ae73aa8339 vim-patch:8.2.3374: Pyret files are not recognized (#15642) Christian Clason 2021-09-12 12:55:34 +02:00
  • 1c5833cb00 Merge pull request #15639 from bfredl/xdata Björn Linse 2021-09-12 11:35:31 +02:00
  • 229effac9f vim-patch:partial 6aa57295cfbe (#15633) Christian Clason 2021-09-12 11:02:33 +02:00
  • 4a7a99ff31 Merge pull request #15550 from jasonccox/vim-8.2.3385 Christian Clason 2021-09-12 10:55:35 +02:00
  • 8e663e28ee fix(tests): use isolated XDG_DATA_HOME in startup tests Björn Linse 2021-09-12 09:14:36 +02:00
  • cd4ec810e9 Merge pull request #14770 from andrew-pa/fix13403 Björn Linse 2021-09-12 09:23:47 +02:00
  • e2c3bcd52c Merge pull request #15637 from bfredl/colorsss Björn Linse 2021-09-12 08:34:13 +02:00
  • 5087347e3b fix(build): add an env var to re-enable the colors Björn Linse 2021-09-11 22:52:41 +02:00
  • 413e86869e Merge #14611 from seandewar/vim-8.1.1116 Justin M. Keyes 2021-09-11 12:12:59 -07:00
  • e31652879e vim-patch:partial 53f7fccc9413 (#15631) Christian Clason 2021-09-11 16:47:45 +02:00
  • 7175efb518 fix(get_showbreak_value): remove FUNC_ATTR_UNUSED Sean Dewar 2021-09-11 15:28:24 +01:00
  • 26733dd488 vim-patch:8.2.2309: 0o777 not recognized as octal Sean Dewar 2021-06-03 02:45:36 +01:00
  • 90a4cf92d2 vim-patch:8.2.0886: cannot use octal numbers in scriptversion 4 Sean Dewar 2021-06-03 01:55:18 +01:00
  • 10018958d8 vim-patch:8.1.2043: not sufficient testing for quoted numbers Sean Dewar 2021-09-11 15:33:49 +01:00
  • b6d9e92805 vim-patch:8.1.2036: the str2nr() tests fail Sean Dewar 2021-05-22 20:21:44 +01:00
  • 6617629ad6 vim-patch:8.1.2035: recognizing octal numbers is confusing Sean Dewar 2021-05-22 19:44:53 +01:00
  • dda977f5c4 vim-patch:8.1.1722: error when scriptversion is 2 a making a dictionary access Sean Dewar 2021-09-10 21:30:49 +01:00
  • 34cb087955 vim-patch:8.1.1355: obvious mistakes are accepted as valid expressions Sean Dewar 2021-05-30 22:50:09 +01:00
  • cd18fe17a8 vim-patch:8.1.1116: cannot enforce a Vim script style Sean Dewar 2021-05-21 17:48:31 +01:00
  • e7d2102c91 docs: .git-blame-ignore-revs #15535 Justin M. Keyes 2021-09-11 07:12:03 -07:00