Commit Graph

  • 469652d0d5 refactor(lua): rename nlua_msgpack_ => nlua_api_ Björn Linse 2021-08-27 19:45:16 +02:00
  • 2d240024ac refactor: format screen.c with uncrustify Dundar Göc 2021-08-28 16:18:36 +02:00
  • 5a66205944 refactor: update uncrustify config file to better fit neovim style guide Dundar Göc 2021-08-23 15:26:14 +02:00
  • 04938eed3e fix(lsp): check if buffer is valid in changetracking (#15505) Jose Alvarez 2021-08-28 18:57:06 +09:00
  • 8af13ed946 fix(process_wait): drain proc.events directly #15501 Gregory Anders 2021-08-27 20:17:11 -06:00
  • ff7f7dd26b Merge #15433 defaults: auto-create backup dir Justin M. Keyes 2021-08-27 18:08:20 -07:00
  • e5d464d8e0 docs: update 'backupdir' and 'undodir' descriptions Gregory Anders 2021-08-27 10:38:20 -06:00
  • 4e516e53bf fix: remove trailing slashes before making directory Gregory Anders 2021-08-27 10:33:51 -06:00
  • 460019366e feat: defaults: auto-create backup dir Gregory Anders 2021-08-19 20:34:43 -06:00
  • 32024787b6 vim-patch:8.1.2229: color number column above/below cursor #15409 zeertzjq 2021-08-27 20:50:37 +08:00
  • 08e223cebb tests(lua/on_yank): assert conditions that fail correctly #15495 notomo 2021-08-27 20:54:01 +09:00
  • 88336851ee Merge pull request #15496 from jamessan/stdin_closed_backport James McCoy 2021-08-27 07:26:32 -04:00
  • f6e662bbe9 feat(lsp): get_border_size(): support repeating border char list #15474 zeertzjq 2021-08-27 19:19:17 +08:00
  • 3a0543bd61 Add test case for 'null' stdin mode Gregory Anders 2021-07-12 13:22:56 -06:00
  • 008b83f5a2 Rename stdin to stdin_mode Gregory Anders 2021-07-12 11:55:20 -06:00
  • 915dda3f96 feat(job): add parameter to close stdin Gregory Anders 2021-06-14 11:56:43 -06:00
  • 274a3504a7 fix(lua): verify buffer in highlight.on_yank (#15482) notomo 2021-08-26 23:37:36 +09:00
  • 6ff1e3fa1f fix(man.vim): use -addr=other instead of -range=-1 #15172 zeertzjq 2021-08-26 19:36:31 +08:00
  • d8ddd1e425 fix(man.vim): reduce false positives for manReference #14242 zeertzjq 2021-08-26 19:31:37 +08:00
  • 4c499899b2 Merge #15293 Vimscript "method" syntax Justin M. Keyes 2021-08-26 04:26:32 -07:00
  • b6b12ea7c3 fix(man.vim): filetype=man is too eager #15489 Justin M. Keyes 2021-08-26 02:50:30 -07:00
  • 2548a9e180 fix(man.vim): filetype=man is too eager #15488 Justin M. Keyes 2021-08-26 02:19:52 -07:00
  • 8d62f5fd58 vim-patch:8.2.3362: buffer overflow when completing long tag name (#15449) Gregory Anders 2021-08-25 19:57:18 -06:00
  • 10d7d73b2d Merge pull request #15475 from vigoux/bufupdates-paste Björn Linse 2021-08-25 20:56:15 +02:00
  • 14231463a4 fix(bufupdates): send correct updates for visual paste Thomas Vigouroux 2021-08-24 17:57:57 +02:00
  • a373ca1d82 Merge pull request #15466 from vigoux/ts-query-auto Thomas Vigouroux 2021-08-24 17:45:54 +02:00
  • 5d633546bf fix(lsp): enable additional capabilities (#15470) Michael Lingelbach 2021-08-23 16:25:15 -04:00
  • a92e83ac14 vim-patch:6aa5729 (#15463) Christian Clason 2021-08-23 17:58:45 +02:00
  • 5756470a2b build: remove CFLAGS from :version in non-debug builds #15424 Gregory Anders 2021-08-23 08:57:17 -06:00
  • 8e0963d307 feat(ts): add query module in treesitter keys Thomas Vigouroux 2021-08-23 15:34:08 +02:00
  • c5d76c5b9b fix(doc): example for vim.diff() (#15464) Lewis Russell 2021-08-23 12:47:54 +01:00
  • 34b60ec894 Merge pull request #15434 from Dkendal/feature-lua-treesitter-sibling Thomas Vigouroux 2021-08-23 09:14:40 +02:00
  • 4b3ffde208 docs: issue templates Justin M. Keyes 2021-08-22 17:06:41 -07:00
  • fb5db6c7cf docs: issue templates Justin M. Keyes 2021-08-22 16:56:41 -07:00
  • 90b2da16ae fix(window.c): win_close from other tabpage #15454 notomo 2021-08-23 07:27:20 +09:00
  • da5d023c97 vim-patch:8.2.3358: structurizr files are not recognized (#15417) Jesse Atkinson 2021-08-22 14:40:59 -07:00
  • c2a211b8e3 docs: make Lua docstrings consistent #15255 Gregory Anders 2021-08-22 14:55:28 -06:00
  • 649dbb3b15 Merge pull request #15457 from bfredl/oldmap Björn Linse 2021-08-22 17:29:17 +02:00
  • de21e6ef3d refactor(map): remove extra-allocating map_new/map_free functions Björn Linse 2021-08-22 16:03:21 +02:00
  • db1b0ee3b3 refactor: replace TRUE/FALSE with true/false #15425 dundargoc 2021-08-22 16:10:57 +02:00
  • 783140c670 fix(doc): move vim.diff doc (#15456) Lewis Russell 2021-08-22 12:52:56 +01:00
  • 7ebb25cca1 Merge pull request #15451 from bfredl/metamap Björn Linse 2021-08-22 13:12:58 +02:00
  • 3d3c0c669d feat(api): add lua C bindings for xdiff (#14536) Lewis Russell 2021-08-22 11:22:04 +01:00
  • c265fd31ab refactor(api): remove unneccesary indirection around handles Björn Linse 2021-08-22 11:25:59 +02:00
  • b888018aed refactor(marktree): embed the keymap in the MarkTree struct Björn Linse 2021-08-22 10:41:18 +02:00
  • b2277a4279 refactor(map): get rid of spurious subsystem_init() functions due to maps Björn Linse 2021-08-22 10:40:16 +02:00
  • 6d23a58b7d refactor(extmark): remove pointer indirection for extmark use of maps Björn Linse 2021-08-22 10:25:26 +02:00
  • 4500253f60 refactor(syntax): don't use pointer indirected maps for no reason Björn Linse 2021-08-22 10:10:15 +02:00
  • 9e651a9d09 perf(map): reduce double pointer indirection to single pointer indirection Björn Linse 2021-08-22 09:54:21 +02:00
  • 8331cd13c4 docs #15447 Justin M. Keyes 2021-08-21 18:26:33 -07:00
  • a90513c24b feat(keywordprg): use :terminal for external commands #15398 Gregory Anders 2021-08-21 18:23:10 -06:00
  • 502a56867d Merge pull request #15445 from jamessan/appdata-version James McCoy 2021-08-21 15:21:45 -04:00
  • 78482138ae fix: add 0.5.0 release to appdata James McCoy 2021-08-21 14:36:02 -04:00
  • 50b30de200 feat(terminal): TermClose: set exit code in v:event.status #15406 Gregory Anders 2021-08-20 11:45:28 -06:00
  • 140084180e feat(treesitter): add next, prev sibling method Dylan Kendal 2021-08-20 01:35:25 -04:00
  • 599af74514 Merge pull request #15295 from gpanders/ftdetect Björn Linse 2021-08-20 11:30:43 +02:00
  • 2ae9ff1285 docs: regenerate (#15431) github-actions[bot] 2021-08-19 20:28:18 +02:00
  • 69741107e6 Merge pull request #15429 from bfredl/hl_2 Björn Linse 2021-08-19 19:15:16 +02:00
  • ff0833cb4e feat(lsp): allow root_dir to be nil (#15430) Mathias Fußenegger 2021-08-19 18:15:18 +02:00
  • ea39ff5732 feat(lsp): jump to diagnostics by position (#14795) Zi How Poh 2021-08-19 23:36:01 +08:00
  • 2460f0a702 perf(treesitter): avoid string lookup of highlight name in hot loop Björn Linse 2021-08-19 16:45:04 +02:00
  • d088066fa1 Merge pull request #15422 from bfredl/syn_name2id_go_brr Björn Linse 2021-08-19 15:48:22 +02:00
  • 19a0d90bb3 Merge #15410 defaults: 'hidden', 'nojoinspaces' Justin M. Keyes 2021-08-19 06:13:08 -07:00
  • bb4b4d79a8 perf(highlight): use a hashtable for highlight group names Björn Linse 2021-08-18 17:05:28 +02:00
  • fca52f5f32 feat(match): allow hl group to be defined after :match command Björn Linse 2021-08-18 14:29:42 +02:00
  • d8ab8cccd0 test: update tests to work with 'hidden' Gregory Anders 2021-08-17 21:30:58 -06:00
  • a9f563ab62 refactor(highlight): make syn_check_group alloc free for existing group Björn Linse 2021-08-18 14:19:01 +02:00
  • 7bff642169 Merge pull request #15249 from dundargoc/refactor/a-song-of-true-and-false Björn Linse 2021-08-18 10:10:42 +02:00
  • d417e67e59 feat(defaults): set nojoinspaces Gregory Anders 2021-08-17 12:12:47 -06:00
  • f6c72b745c feat(defaults): set hidden Gregory Anders 2021-08-17 12:12:09 -06:00
  • 15b736d6e8 Merge pull request #15396 from gpanders/options-no-vi-vim Björn Linse 2021-08-17 16:46:36 +02:00
  • 8e926a0984 refactor(options): remove vi/vim default value distinction Gregory Anders 2021-08-16 10:46:21 -06:00
  • 35c6aef1c9 docs: update pull request workflow #15243 dundargoc 2021-08-17 14:58:49 +02:00
  • 2cb8db34e3 feat: defaults: set undo points in <C-U> and <C-W> (#15400) Gregory Anders 2021-08-16 19:28:52 -06:00
  • 3954537b9e feat(defaults): remove 'options' from viewoptions #15397 Gregory Anders 2021-08-16 14:05:24 -06:00
  • e01b88c799 Merge pull request #15399 from mfussenegger/private-lsp-comments Thomas Vigouroux 2021-08-16 21:32:18 +02:00
  • c1e17866c8 docs(lsp): prevent internal comments from showing as vim.lsp.init docs Mathias Fussenegger 2021-08-16 20:24:30 +02:00
  • 4ba74953b5 feat(defaults): switchbuf=uselast #15394 Gregory Anders 2021-08-16 12:20:46 -06:00
  • 7215d35694 feat: defaults: inccommand=nosplit #15395 Gregory Anders 2021-08-16 11:39:17 -06:00
  • 0aa8128aaa feat(defaults): map CTRL-L to search highlights, update diffs #15385 Gregory Anders 2021-08-16 09:31:14 -06:00
  • 7146103be2 ci: increase clint line length limit to 100 characters (#15252) dundargoc 2021-08-16 15:32:36 +02:00
  • fe815244f0 Merge pull request #15389 from jamessan/32-bit-revert James McCoy 2021-08-16 07:55:38 -04:00
  • 57fc3d3ed7 Merge pull request #15386 from jamessan/32-bit-revert James McCoy 2021-08-16 07:29:17 -04:00
  • 29712aef60 fix(autocmd.c): fix conditions in block_autocmds, unblock_autocmds #15372 gmntroll 2021-08-16 12:43:21 +05:00
  • e9dd640897 vim-patch:8.2.3295: 'cursorline' should not apply to 'breakindent' #15281 zeertzjq 2021-08-16 15:27:04 +08:00
  • 54726e8bb9 fix(defaults): do not map Y in visual-mode #15387 Justin M. Keyes 2021-08-16 00:13:25 -07:00
  • 5a111c1b02 feat(defaults): map Y to y$ #13268 Matthieu Coudron 2021-08-16 06:24:59 +02:00
  • c417d573a3 Revert "tests: unit: fix preprocess: pass -m32 for 32bit ABI (#11073)" James McCoy 2021-08-16 00:02:22 -04:00
  • aa07d06bf4 Merge pull request #15363 from dundargoc/ci/squash James McCoy 2021-08-15 11:39:08 -04:00
  • c6ef95606f fix(ci): re-run GHA for ready_for_review events (#15377) James McCoy 2021-08-15 09:27:50 -04:00
  • 9367aee62d ci: ensure all PRs are up to date with master before attempting squash Dundar Göc 2021-08-13 19:17:24 +02:00
  • 0f2af87a38 Merge pull request #15320 from neovim/julia Christian Clason 2021-08-15 11:22:30 +02:00
  • 65f32f0f19 vim-patch:6aa5729 Christian Clason 2021-08-08 23:50:28 +02:00
  • 0dc4bec69e vim-patch:8.2.3283: Julia filetype is not recognized Christian Clason 2021-08-08 23:49:24 +02:00
  • 56d86970b0 Merge pull request #15375 from jamessan/fragility James McCoy 2021-08-14 22:11:01 -04:00
  • 6c4f66f381 Merge pull request #15376 from jamessan/release-fixes James McCoy 2021-08-14 21:46:38 -04:00
  • d805eb3e05 Merge pull request #15370 from gpanders/cmake-libluv James McCoy 2021-08-14 21:23:58 -04:00
  • 084b28bec8 Merge pull request #15367 from jamessan/release-fixes James McCoy 2021-08-14 21:22:13 -04:00
  • bcca62a760 Merge pull request #15368 from jamessan/fragility James McCoy 2021-08-14 21:21:50 -04:00
  • f8eae29d39 build: prioritize statically built libluv in search Gregory Anders 2021-08-14 06:53:52 -06:00