Commit Graph

  • 704151c8a2 ci: fix build failure in Travis [skip appveyor] (#12678) erw7 2020-07-25 05:37:47 +09:00
  • 4ed5204bc9 Merge pull request #12665 from janlazo/vim-8.2.1254 Matthieu Coudron 2020-08-02 20:19:48 +02:00
  • ea515f8ca1 vim-patch:8.1.0264: backup tests fail when CWD is in /tmp Jan Edmund Lazo 2020-08-02 11:56:22 -04:00
  • ae92177063 vim-patch:8.1.0255: backup test fails when using shadow directory Jan Edmund Lazo 2020-08-01 13:36:43 -04:00
  • 0d713fc8ba options: fix 'isident' for Windows Jan Edmund Lazo 2020-07-27 09:02:05 -04:00
  • 1123a979d0 vim-patch:8.1.0862: no verbose version of character classes Jan Edmund Lazo 2020-07-24 19:53:07 -04:00
  • 0393eec3ea tests/terminal/tui: wait 1ms to avoid data race in FreeBSD Jan Edmund Lazo 2020-07-24 19:19:50 -04:00
  • 513d117947 vim-patch:8.2.1295: tests 44 and 99 are old style Jan Edmund Lazo 2020-07-26 13:43:02 -04:00
  • 45b91711e4 vim-patch:8.2.1292: AIDL filetype not recognized Jan Edmund Lazo 2020-07-25 11:34:03 -04:00
  • 6f3a18197b vim-patch:8.1.2340: quickfix test fails under valgrind and asan Jan Edmund Lazo 2020-07-25 08:17:01 -04:00
  • 886969e1f8 vim-patch:8.1.1202: always get regexp debugging logs when building with -DDEBUG Jan Edmund Lazo 2020-07-25 02:38:26 -04:00
  • ca698250fc vim-patch:8.1.0194: possibly use of NULL pointer Jan Edmund Lazo 2020-07-25 01:34:07 -04:00
  • 1ab1de7845 vim-patch:8.1.0192: executing regexp recursively fails with a crash Jan Edmund Lazo 2020-07-24 22:57:15 -04:00
  • f3964c170e vim-patch:8.2.1267: MS-Windows: tests may fail due to $PROMPT value Jan Edmund Lazo 2020-07-22 23:29:02 -04:00
  • 2d34ddb3c3 vim-patch:8.2.1265: crash with EXITFREE when split() fails Jan Edmund Lazo 2020-07-21 19:55:05 -04:00
  • 9443d39941 vim-patch:8.2.1259: empty group in 'tabline' may cause using an invalid pointer Jan Edmund Lazo 2020-07-21 18:51:47 -04:00
  • ed41ac08cf vim-patch:8.2.1004: line numbers below filler lines not always updated Jan Edmund Lazo 2020-07-17 21:20:56 -04:00
  • 1e6bf6f17a vim-patch:8.2.0072: memory test still fails on Cirrus CI Jan Edmund Lazo 2020-07-18 22:15:54 -04:00
  • c207886bdf vim-patch:8.1.2172: spell highlight is wrong at start of the line Jan Edmund Lazo 2020-07-16 23:48:58 -04:00
  • 521d571992 vim-patch:8.0.1774: reading very long lines can be slow Jan Edmund Lazo 2020-07-17 06:30:23 -04:00
  • 55ff49b1a7 vim-patch:8.2.1254: MS-Windows: regexp test may fail if 'iskeyword' set wrongly Jan Edmund Lazo 2020-07-20 20:22:00 -04:00
  • 480515e442 Merge pull request #12700 from jamessan/fileinfo-garbage James McCoy 2020-08-02 11:27:12 -04:00
  • 872ecf65d1 ui: fix problem with sattr_T overflow erw7 2020-08-01 01:52:15 +09:00
  • 228d7d9482 Merge remote-tracking branch 'upstream/master' into fileinfo-garbage James McCoy 2020-07-31 17:59:48 -04:00
  • 3e3002b90c fs: Ensure FileInfo struct is initialized James McCoy 2020-07-31 01:41:59 -04:00
  • 1153ac9036 Merge pull request #12699 from jamessan/getn James McCoy 2020-07-31 10:27:57 -04:00
  • a4fe8bdc97 shada: fix failed assertion on exit (#12692) erw7 2020-07-31 23:08:34 +09:00
  • 55a885c179 lua: Use #var instead of deprecated table.getn(var) James McCoy 2020-07-31 01:33:42 -04:00
  • 817522b231 luacheck: Enforce compatibility with Lua5.1 James McCoy 2020-07-31 01:31:52 -04:00
  • 82bfdbfe5c Revert "lsp: Fix text edits with the same start position (#12434)" (#12564) Andreas Johansson 2020-07-30 19:37:19 +02:00
  • f1bd2c1dd9 ui: fix problem with the popupmenu when rightleft is set erw7 2020-07-31 01:29:02 +09:00
  • 54ff1cdd76 Merge pull request #12685 from BigPeet/vim-patch-8.2.1252 James McCoy 2020-07-29 17:23:21 -04:00
  • e5e547ded4 vim-patch:8.2.1252: ":marks" may show '< and '> mixed up Peter Wolf 2020-07-26 11:28:31 +02:00
  • 5f5bd576e5 Merge pull request #12687 from erw7/fix-terminal-overflow erw7 2020-07-29 04:36:17 +09:00
  • b6b270b28f terminal: fix terminal attribute overflow erw7 2020-07-28 00:51:41 +09:00
  • 33eaa171fa Merge pull request #12673 from erw7/fix-tv-dict-add-str erw7 2020-07-26 12:27:58 +09:00
  • 44cbf288ec script: simplify python version check (#12672) jnozsc 2020-07-24 13:42:25 -07:00
  • 38145b919d build: remove duplicate empty CONFIGURE_COMMAND (#12676) Christian Clason 2020-07-24 22:39:12 +02:00
  • 6c6cee644d ci: fix build failure in Travis [skip appveyor] (#12678) erw7 2020-07-25 05:37:47 +09:00
  • e0afec8a62 typval: fix incompatibility with vim erw7 2020-07-23 12:58:22 +09:00
  • 73340c1ce2 vim-patch:8.1.1570: icon signs not displayed properly in the number column Shougo Matsushita 2020-07-14 23:12:27 +09:00
  • 1647e0a5b3 vim-patch:8.1.1564: sign column takes up space Shougo Matsushita 2020-07-11 13:13:49 +09:00
  • 6b521ceeaf vim-patch:8.1.1712: signs in number column cause text to be misaligned erw7 2020-07-14 05:13:26 +09:00
  • bfe94d0a08 vim-patch:8.1.1623: display wrong with signs in narrow number column erw7 2020-07-14 05:15:04 +09:00
  • d3eddcf630 vim-patch:8.1.1564: sign column takes up space Shougo Matsushita 2020-07-11 13:13:49 +09:00
  • 326b87feb6 Merge pull request #12646 from vigoux/ts-fix-tilde Matthieu Coudron 2020-07-21 23:03:14 +02:00
  • b059fb5c67 Merge pull request #12654 from cbarrete/nomodifiable-hover Matthieu Coudron 2020-07-21 19:50:33 +02:00
  • be057197d3 buffer_updates: prefer using ml_add_deleted_len_buf Thomas Vigouroux 2020-07-20 23:28:05 +02:00
  • 2c34780c32 buffer_updates: emit valid old_byte_size Thomas Vigouroux 2020-07-16 09:28:18 +02:00
  • a6917f840d man.vim: Simplify man#init to reduce load time (#12482) Anmol Sethi 2020-07-21 11:46:42 -04:00
  • 459800db43 Merge pull request #12575 from cbarrete/vim-8.2.0935 Matthieu Coudron 2020-07-20 22:04:30 +02:00
  • 9464399c8c Fix documentation Cédric Barreteau 2020-07-20 20:21:49 +02:00
  • fd6361278b Make the window nomodifiable when it's created Cédric Barreteau 2020-07-19 17:36:04 +02:00
  • 8bb2c3087a LSP: make the hover window nomodifiable Cédric Barreteau 2020-07-17 20:51:51 +02:00
  • 409a1dcdc6 Merge pull request #12653 from erw7/fix-build-freebsd-ci James McCoy 2020-07-20 07:49:10 -04:00
  • 950ca6abcd eval: improve ex_execute (#12445) erw7 2020-07-20 18:01:14 +09:00
  • bfda389c5a build: Fix build failure with CI in FreeBSD erw7 2020-07-17 14:04:06 +09:00
  • 398201cfab lua: Fix crash on unprotected lua errors (#12658) TJ DeVries 2020-07-19 17:16:48 -04:00
  • 56f3b95180 doc: Add documentation for some vim.lsp.buf functions (#12552) cbarrete 2020-07-19 23:16:12 +02:00
  • 33837745bb Fix / improve report messages (#12396) David Lukes 2020-07-19 22:37:50 +02:00
  • e1d1c413f7 Merge pull request #12480 from nhooyr/mansect-trim Matthieu Coudron 2020-07-19 21:55:12 +02:00
  • 6fcbcf72c3 Merge pull request #12448 from erw7/fix-shada-write-error-on-exit Matthieu Coudron 2020-07-19 21:17:55 +02:00
  • 5a69eb99b7 tui.c: augment_terminfo: remove unused colorterm argument (#12602) Daniel Hahler 2020-07-19 18:45:26 +02:00
  • 02bbb8c45b build: fix a problem with the static library name (#12591) erw7 2020-07-20 01:42:41 +09:00
  • daa5bffd93 Merge pull request #12611 from janlazo/vim-8.0.1531 Matthieu Coudron 2020-07-19 18:41:40 +02:00
  • 8e350c1c69 startup: fix stall issue with -D options (#12652) erw7 2020-07-20 00:44:22 +09:00
  • 140a372017 vim-patch:8.2.1222: using valgrind in Vim command started by test doesn't work Jan Edmund Lazo 2020-07-15 19:29:46 -04:00
  • bb1f06fa82 vim-patch:8.2.1211: removed more than dead code Jan Edmund Lazo 2020-07-14 19:43:09 -04:00
  • e16f2cbd12 vim-patch:8.2.0539: comparing two NULL list fails Jan Edmund Lazo 2020-07-12 19:04:35 -04:00
  • bf88228180 vim-patch:8.2.0899: assert_equalfile() does not give a hint about the difference Jan Edmund Lazo 2020-07-12 10:44:39 -04:00
  • 93f2dc0d03 vim-patch:8.2.0893: assert_equalfile() does not take a third argument Jan Edmund Lazo 2020-07-12 10:17:30 -04:00
  • ab69ea26dc vim-patch:8.1.0819: a failed assert with a long string is hard to read Jan Edmund Lazo 2020-07-12 07:40:55 -04:00
  • 65793a90d7 vim-patch:8.2.0895: :mkspell output does not mention the tree type Jan Edmund Lazo 2020-07-11 20:52:56 -04:00
  • 420aff590a vim-patch:8.2.0894: :mkspell can take very long if the word count is high Jan Edmund Lazo 2020-07-11 20:19:59 -04:00
  • db8682b94e vim-patch:8.2.0420: Vim9: cannot interrupt a loop with CTRL-C Jan Edmund Lazo 2020-07-11 21:10:25 -04:00
  • be9de61012 vim-patch:8.2.1170: cursor off by one with block paste while 'virtualedit' "all" Jan Edmund Lazo 2020-07-10 19:29:31 -04:00
  • 0c498200f4 vim-patch:8.2.1169: write NUL past allocated space using corrupted spell file Jan Edmund Lazo 2020-07-10 19:10:24 -04:00
  • 08efa7037e lsp: Add support for call hierarchies (#12556) cbarrete 2020-07-18 21:10:09 +02:00
  • 9f7f42ea0a Prevent flatten from taking a null list Cédric Barreteau 2020-07-07 21:02:22 +02:00
  • fd57d69970 vim-patch:8.2.0937: asan failure in the flatten() test Cédric Barreteau 2020-06-30 18:45:58 +02:00
  • 6420615e3f vim-patch:8.2.0935: flattening a list with existing code is slow Cédric Barreteau 2020-06-30 18:39:54 +02:00
  • a02a267f8a Reuse inccommand preview window (fix #11529) (#12612) Ville Hakulinen 2020-07-15 15:46:47 +03:00
  • 1ca67a73c0 Merge pull request #12507 from tjdevries/tjdevries/viml_lua_callbacks TJ DeVries 2020-07-11 17:40:31 -04:00
  • 6360cf7ce8 lua: Add ability to pass tables with __call TJ DeVries 2020-06-30 02:05:06 -04:00
  • 971a191c4d lua: Add ability to pass lua functions directly to vimL TJ DeVries 2020-06-19 00:23:30 -04:00
  • a695da7d3f Merge pull request #12590 from nvim-treesitter/ts-fix-highlight TJ DeVries 2020-07-10 12:58:44 -04:00
  • 341e139992 treesitter: add parser on_lines callbacks Thomas Vigouroux 2020-07-08 22:47:57 +02:00
  • 0f7eaa3555 treesitter: cache the capture hl relation Thomas Vigouroux 2020-07-06 22:11:30 +02:00
  • d19132ffd1 treesitter: update test to show overlapping works Thomas Vigouroux 2020-07-06 21:54:15 +02:00
  • c5119dbad6 treesitter: use change calbacks on redraw Thomas Vigouroux 2020-07-03 19:16:40 +02:00
  • 529251d5e4 treesitter: call bufload before parsing (#12603) Thomas Vigouroux 2020-07-10 15:33:27 +02:00
  • b39edb5b60 doc: Add information about lua function calls (#12574) TJ DeVries 2020-07-08 10:42:34 -04:00
  • 91572ddad1 doc: mention that defer_fn applies schedule_wrap (#12601) Christian Clason 2020-07-07 10:55:40 +02:00
  • e49fc4ba1f Merge pull request #12538 from janlazo/vim-8.2.1055 Matthieu Coudron 2020-07-06 23:31:24 +02:00
  • 4ab7bbf3ea lua: add options to highlight.on_yank (#12549) Christian Clason 2020-07-06 03:30:12 +02:00
  • f9579d473e lsp: add optional vertical padding, maximal size to floats (#12444) Christian Clason 2020-07-06 03:09:52 +02:00
  • 10c563577c vim-patch:8.1.0093: non-MS-Windows: Cannot interrupt gdb when program is running Jan Edmund Lazo 2020-07-04 11:38:50 -04:00
  • 37bc089fb9 vim-patch:8.2.1104: Coverity warnts for possible NULL pointer use Jan Edmund Lazo 2020-07-01 23:47:48 -04:00
  • 9f73715daa vim-patch:8.2.1089: Coverity warns for pointer computation Jan Edmund Lazo 2020-06-30 00:31:39 -04:00
  • e84c075ad9 vim-patch:8.2.1095: may use pointer after freeing it Jan Edmund Lazo 2020-06-30 00:11:18 -04:00