Commit Graph

  • 97f1222005 provider/python: add python3.8 executable (#11402) Marco Hinz 2019-11-17 14:23:17 +01:00
  • a45890e82e Merge #11406 from janlazo/vim-8.1.1922 Justin M. Keyes 2019-11-16 18:43:03 -08:00
  • 7116a41e30 tutor: change arrows (--->) to symbols ✗ and ✓ #11404 Nikolay Shebanov 2019-11-17 00:35:32 +01:00
  • 3056ff4b8c vim-patch:8.1.2305: no warning for wrong entry in translations Jan Edmund Lazo 2019-11-16 16:41:19 -05:00
  • b83027858a vim-patch:8.1.2289: after :diffsplit closing the window does not disable diff Jan Edmund Lazo 2019-11-16 16:13:51 -05:00
  • da7bb53d99 diff: move diff globals to diff.h Jan Edmund Lazo 2019-11-16 12:45:44 -05:00
  • 7274f5c177 vim-patch:8.1.1922: in diff mode global operations can be very slow Jan Edmund Lazo 2019-11-16 12:31:46 -05:00
  • d3ef88db63 Merge pull request #11338 from bfredl/vvlua Björn Linse 2019-11-16 22:36:32 +01:00
  • dab40f43b1 Add v:lua.func() vimL syntax for calling lua Björn Linse 2019-10-30 20:53:09 +01:00
  • 18096631b1 Merge pull request #11399 from bfredl/markundo Björn Linse 2019-11-16 12:01:53 +01:00
  • ebdf90e7d7 extmark: don't crash in RO buffer. Björn Linse 2019-11-16 11:05:56 +01:00
  • 6222cca36a undo: delete undo_off global without effect Björn Linse 2019-11-16 11:03:43 +01:00
  • d79164c9f9 vim-patch:8.1.0992: :normal resets reg_executing() result #11398 Jan Edmund Lazo 2019-11-16 03:34:25 -05:00
  • 4bd7881fce [scripts/gen_vimdoc.py] Generate better-formatted mpack smolck 2019-11-06 16:22:20 -06:00
  • d379db428b Merge pull request #11392 from jamessan/get-setenv-bug James McCoy 2019-11-14 09:09:27 -05:00
  • e3b08a0fc4 Merge #11384 from janlazo/vim-8.1.2293 Justin M. Keyes 2019-11-14 00:02:29 -08:00
  • 570ee5f404 f_getenv/setenv: Access v_special when v_type is VAR_SPECIAL #11388 James McCoy 2019-11-14 00:34:10 -05:00
  • 4c48cf3020 f_getenv/setenv: Access v_special when v_type is VAR_SPECIAL James McCoy 2019-11-13 22:20:57 -05:00
  • a0c18bf201 spell: fix clang logic error Jan Edmund Lazo 2019-11-13 06:12:46 -05:00
  • c2ceed4994 quickfix: fix dead assignment Jan Edmund Lazo 2019-11-13 05:43:31 -05:00
  • 6989ac05f4 vim-patch:8.1.0927: USE_CR is never defined Jan Edmund Lazo 2019-11-12 22:42:30 -05:00
  • 0cb6fc804d vim-patch:8.1.2293: join adds trailing space when second line is empty Jan Edmund Lazo 2019-11-12 20:04:15 -05:00
  • 807e4039cb Sort man pages by relevance during goto_tag() Rob Pilling 2019-11-13 22:00:11 +00:00
  • 18c5f6ab9f Don't attempt swapfiles for man pages Rob Pilling 2019-11-13 21:57:17 +00:00
  • aeee41192b Remove eventignore - :Man now uses :tag to populate the page Rob Pilling 2019-11-13 21:56:20 +00:00
  • 63abe3ca19 Factor out parse_one_cmd() Rob Pilling 2019-11-05 20:13:06 +00:00
  • c512dffb55 vim-patch:8.1.0266: parsing Ex address range is not a separate function Jan Edmund Lazo 2019-10-30 20:36:53 -04:00
  • 00dc12c5d8 lua LSP client: initial implementation (#11336) Ashkan Kiani 2019-11-13 12:55:26 -08:00
  • db436d5277 Merge #11376 'extmark: renames, docs' Justin M. Keyes 2019-11-12 00:05:26 -08:00
  • a24eff0e27 extmark: fix spelling of "Extmark" Justin M. Keyes 2019-11-11 22:10:37 -08:00
  • 2d7e1c32a8 extmark: rename ExtendedMark => Extmark Justin M. Keyes 2019-11-11 22:04:21 -08:00
  • 54473e9a67 doc [ci skip] Justin M. Keyes 2019-11-10 16:52:14 -08:00
  • 0190de9aab Merge #11307 'Lua: vim.validate()' Justin M. Keyes 2019-11-11 21:25:16 -08:00
  • 8d70335b00 vim-patch:8.1.0622: adding quickfix items marks items as valid errors #11373 Jan Edmund Lazo 2019-11-12 00:24:25 -05:00
  • 122426966e Merge pull request #11356 from bfredl/extmark2 Björn Linse 2019-11-11 21:48:14 +01:00
  • 18a8b702c0 extmark: review changes Björn Linse 2019-11-09 12:41:50 +01:00
  • a9065a5051 nsmarks: initial commit timeyyy 2017-01-18 13:20:07 +01:00
  • e757f4d536 namespace: add ns_initialized func Timothy C Eichler 2017-10-15 21:51:12 +02:00
  • 181486d7e6 api: fix typo in debug function name Marco Hinz 2019-11-11 19:25:10 +01:00
  • f59e1f58a2 Lua: mark some functions as "private" Justin M. Keyes 2019-11-10 23:07:36 -08:00
  • 7a3d3257db fix nvim__buf_stats Justin M. Keyes 2019-11-10 22:21:05 -08:00
  • a0d992785f Lua: Use vim.validate() instead of assert() Justin M. Keyes 2019-11-10 22:18:59 -08:00
  • 7aa4042d3b Lua: vim.validate() Justin M. Keyes 2019-11-10 19:58:14 -08:00
  • 678a51b1da Lua: vim.validate() Hirokazu Hata 2019-10-28 20:52:18 +09:00
  • b9c9283f72 spellfile.vim: improve error message for missing spellfile Justin M. Keyes 2019-11-10 12:35:45 -08:00
  • 06a020af09 Merge pull request #11366 from bfredl/flakycat Björn Linse 2019-11-10 19:26:40 +01:00
  • d200a818a7 tests: vim.rpcnotify test is flaky Björn Linse 2019-11-10 17:12:41 +01:00
  • 1cb4674547 api: add nvim_buf_get_virtual_text() (#11354) Marco Hinz 2019-11-10 16:38:04 +01:00
  • 3a075ce3dc Merge pull request #11310 from bfredl/luarpc Björn Linse 2019-11-10 14:46:14 +01:00
  • 474d0bcbf7 lua: vim.rpcrequest, vim.rpcnotify, vim.NIL Björn Linse 2019-10-27 20:49:03 +01:00
  • ece3d19b02 Merge #11004 'test/Screen:expect: support "{MATCH:…}"' Justin M. Keyes 2019-11-09 23:16:52 -08:00
  • 4abb67c027 test/Screen:expect: replace "{IGNORE}" with "{MATCH:…}" Justin M. Keyes 2019-11-09 22:22:24 -08:00
  • c0abaf9ca6 tests: Screen:expect: support "{MATCH:…}" Daniel Hahler 2019-09-12 13:06:34 +02:00
  • 268252c8c7 Merge #11343 from janlazo/vim-8.1.2244 Justin M. Keyes 2019-11-09 21:55:28 -08:00
  • 2cd1ff762e paste: Select-mode, Visual-mode #11360 Justin M. Keyes 2019-11-09 21:18:51 -08:00
  • 7a23b67d35 paste: Select-mode, Visual-mode #11360 Justin M. Keyes 2019-11-09 21:18:51 -08:00
  • 099c38efed quickfix: fix pvs/v547 Jan Edmund Lazo 2019-11-09 10:11:56 -05:00
  • 6e42eb4dc9 vim-patch:8.1.0324: off-by-one error in cmdidx check Jan Edmund Lazo 2019-11-09 09:56:36 -05:00
  • 2ed23af9b2 vim-patch:8.1.2272: test may hang at more prompt Jan Edmund Lazo 2019-11-08 22:02:08 -05:00
  • 2a59ae0f1d vim-patch:8.1.2270: "gf" is not tested in Visual mode Jan Edmund Lazo 2019-11-08 21:59:31 -05:00
  • 805a577f71 vim-patch:8.1.2268: spell file flag zero is not recognized Jan Edmund Lazo 2019-11-07 23:00:27 -05:00
  • 3e2f7baf21 vim-patch:8.1.2262: unpack assignment in function not recognized Jan Edmund Lazo 2019-11-06 22:32:54 -05:00
  • c3cb54b5ff vim-patch:8.1.1091: MS-Windows: cannot use multi-byte chars in environment var Jan Edmund Lazo 2019-11-06 22:01:58 -05:00
  • 697b0d73a7 vim-patch:8.1.2258: may get hit-enter prompt after entering a number Jan Edmund Lazo 2019-11-06 00:41:49 -05:00
  • b8a56e0986 vim-patch:8.1.2244: 'wrapscan' is not used for "gn" Jan Edmund Lazo 2019-11-06 00:21:26 -05:00
  • 5689008060 build: add shlint target for shellcheck (#11350) Jan Edmund Lazo 2019-11-09 07:39:01 -05:00
  • 9fb278ddea vim-patch.sh: multiline printf -> heredoc (#11351) Marco Hinz 2019-11-08 20:47:58 +01:00
  • 2ba212e8c2 vim-patch.sh: add missing argument Marco Hinz 2019-11-08 15:17:55 +01:00
  • 941dc1b0ca version bump Justin M. Keyes 2019-11-06 01:59:54 -08:00
  • b99dad7b4c NVIM v0.4.3 v0.4.3 Justin M. Keyes 2019-11-06 01:54:45 -08:00
  • f79369d420 Merge #11277 'doc [ci skip]' Justin M. Keyes 2019-11-06 01:49:33 -08:00
  • 9ef16a1628 doc: vim.fn, vim.call(), vim.api [ci skip] Justin M. Keyes 2019-10-27 15:05:59 -07:00
  • c66297452c doc: file-change-detect [ci skip] Ashkan Kiani 2019-10-22 23:59:31 -07:00
  • 3e21d49836 Merge #11319 'inccommand: fix issues with modifiers and prompting' Justin M. Keyes 2019-11-05 17:34:21 -08:00
  • 4f124702c0 Simplify + inline/align comment Rob Pilling 2019-11-05 18:56:54 +00:00
  • 610755ff62 Merge PR #11291 from shanesmith/vim-8.1.1256-take2 Marco Hinz 2019-11-04 12:28:31 +01:00
  • 1def94597b autocmd: Fix event name casing #11332 lacygoill 2019-11-04 08:18:06 +01:00
  • e2b54fda72 autocmd: Fix event name casing #11332 lacygoill 2019-11-04 08:18:06 +01:00
  • 93626b8af9 Merge pull request #10994 from bfredl/colorindex Björn Linse 2019-11-03 11:07:40 +01:00
  • f707a7ef68 terminal: add tests for palette color forwarding Björn Linse 2019-11-02 10:57:07 +01:00
  • 75ad558747 Merge #11324 from janlazo/vim-8.1.2235 Justin M. Keyes 2019-11-03 05:13:52 +09:00
  • 1c43fb1d51 syntax: zero-init local structs Jan Edmund Lazo 2019-11-02 14:36:00 -04:00
  • 6c5772f7da quickfix: fix pvs/v547 error Jan Edmund Lazo 2019-11-02 14:26:31 -04:00
  • 4a5adae950 vim-patch:8.1.2236: ml_get error if pattern matches beyond last line Jan Edmund Lazo 2019-11-02 11:32:39 -04:00
  • 33cdff1b5c test/screen: make snapshot_util() work properly in rgb_cterm mode Björn Linse 2019-11-02 10:55:40 +01:00
  • cbaba19001 terminal: preserve support for g:terminal_color_X = "#1234ab" Björn Linse 2019-10-10 22:16:55 +02:00
  • 31137e9bc7 highlight: correctly disable index attribute with combine/blend Björn Linse 2019-09-11 19:11:18 +02:00
  • 08fe10010a terminal: enable pass through indexed colors to TUI Björn Linse 2019-09-11 12:30:29 +02:00
  • 0cee300194 Simplify split_success logic Rob Pilling 2019-11-02 09:31:48 +00:00
  • eb509dc7c5 tui: simplify branching of rgb vs cterm colors Björn Linse 2019-09-11 12:26:21 +02:00
  • 63ab994fba vim-patch:8.1.2235: "C" with 'virtualedit' set does not include multi-byte char Jan Edmund Lazo 2019-11-01 22:26:06 -04:00
  • 90981f5861 update_version_stamp.lua: Use NUL on Windows #11323 erw7 2019-11-02 04:54:59 +09:00
  • 471427d045 vim-patch:8.1.2231: introduce gM command #11321 Jan Edmund Lazo 2019-11-01 00:43:20 -04:00
  • 98d7c7db12 Minor updates and comment format fixes Shane Smith 2019-10-31 22:49:52 -04:00
  • 36b4191e41 Document skip_colon_white() Rob Pilling 2019-10-31 23:20:33 +00:00
  • d04ab11f24 Prevent prompts during inccommand previews Rob Pilling 2019-10-29 22:32:25 +00:00
  • d52d782389 Prevent :topleft, etc modifying the inccommand preview window Rob Pilling 2019-10-29 22:31:40 +00:00
  • 1f6ce1f97d Only apply 'icm' substitutions when preview was successfully opened Rob Pilling 2019-10-29 22:31:06 +00:00
  • 1c7aa11312 Allow multiple leading colons before and after modifiers for 'inccommand' Rob Pilling 2019-03-08 22:49:48 +00:00
  • 3b3d217754 Factor out skip_colon_white() Rob Pilling 2019-03-08 22:49:03 +00:00