hrsh7th
|
1088b3743b
|
Add extmark inline feature detection
|
2023-05-27 23:06:46 +09:00 |
|
hrsh7th
|
15e8a636df
|
Restore schedule_wrap
|
2023-05-27 23:02:35 +09:00 |
|
Hawtian Wang
|
a0225043ab
|
fix entry highlight in complete-menu (#1593)
|
2023-05-26 15:16:03 +09:00 |
|
hrsh7th
|
8a3d2dd764
|
Remove max_item_count from source configuration
|
2023-05-26 02:47:45 +09:00 |
|
Folke Lemaitre
|
abb5c7519d
|
feat: cmp async (#1583)
|
2023-05-26 02:46:53 +09:00 |
|
Anshuman Medhi
|
950d0e3a93
|
ghost text inline (#1588)
|
2023-05-26 00:02:26 +09:00 |
|
David Goldstein
|
799392ac8d
|
Fix demo video in README.md (#1585)
|
2023-05-25 22:44:18 +09:00 |
|
Stéphane P
|
3ac8d6cd29
|
docs: fix adjecent typo (#1577)
|
2023-05-17 14:21:18 +09:00 |
|
jmp
|
41c6027994
|
docs: fix typos, add confirm.behavior example cfg (#1576)
|
2023-05-17 10:53:06 +09:00 |
|
Folke Lemaitre
|
768548bf49
|
perf(source): only filter up to 200 entries and dont use the cache (#1574)
|
2023-05-16 14:00:44 +09:00 |
|
François Fleur
|
d153771162
|
fix(ghost_text): safely apply virtual_text highlight (#1563)
|
2023-05-12 15:42:39 +09:00 |
|
hrsh7th
|
935b4069ce
|
Improve misc.merge
|
2023-05-08 11:41:15 +09:00 |
|
hrsh7th
|
5a80cd4eca
|
Fix #897
|
2023-05-07 15:00:04 +09:00 |
|
Felipe Gomes
|
1cad30fcff
|
Added a modified=false to documentation buffer, so it can be removed without E89 errors (#1557)
|
2023-05-05 15:54:16 +09:00 |
|
hrsh7th
|
0e120a6373
|
Fix #1556
|
2023-05-05 15:24:55 +09:00 |
|
Konstantin Labun
|
8b76965ed0
|
fix 1533, add regression test (#1558)
|
2023-05-05 14:26:55 +09:00 |
|
hrsh7th
|
0f47dcaf7e
|
Add buftype=nofile for entries_win and docs_win
- reddit user mention this...
|
2023-05-04 19:35:24 +09:00 |
|
hrsh7th
|
8d2f190506
|
Fix #1550
|
2023-05-04 03:09:56 +09:00 |
|
hrsh7th
|
bd168a2f86
|
Format with stylua
|
2023-05-03 17:06:27 +00:00 |
|
hrsh7th
|
833954209a
|
Add test for #1552
Close #1552
|
2023-05-04 02:06:01 +09:00 |
|
hrsh7th
|
9b0bc5f9cd
|
Revert #1534 temporaly
|
2023-05-04 00:01:00 +09:00 |
|
MinSeok Kim
|
c718928219
|
fix typo (#1551)
|
2023-05-03 16:05:35 +09:00 |
|
Marc Jakobi
|
c3f7c54f6e
|
ci: add release workflow to publish new tags to LuaRocks (#1431)
Co-authored-by: hrsh7th <629908+hrsh7th@users.noreply.github.com>
|
2023-05-01 23:51:18 +09:00 |
|
hrsh7th
|
0cb4b8a679
|
Format with stylua
|
2023-05-01 14:23:21 +00:00 |
|
Konstantin Labun
|
5547295bd0
|
fix: #1533 (#1534)
|
2023-05-01 23:23:02 +09:00 |
|
Daniil Shvalov
|
524cc0ba61
|
fix(cmdline): properly compute string length (#1544)
|
2023-05-01 23:18:17 +09:00 |
|
hrsh7th
|
5dcbc91d9a
|
Try to fix #1458 (#1548)
|
2023-05-01 23:15:54 +09:00 |
|
hrsh7th
|
11102d3db1
|
Squashed commit of the following:
commit 6e81cce2cf9b9487e92c15cdfb145647de7c2db5
Author: hrsh7th <629908+hrsh7th@users.noreply.github.com>
Date: Thu Apr 27 01:11:41 2023 +0900
Improve key identity check
|
2023-04-27 11:02:23 +09:00 |
|
hrsh7th
|
98d5d0583c
|
Add note for cmdline mapping limitation
|
2023-04-27 00:35:43 +09:00 |
|
hrsh7th
|
2db3d7ca42
|
Add note for set paste option
|
2023-04-27 00:32:29 +09:00 |
|
Yuta Katayama
|
e28fb7a730
|
fix: Use vim.treesitter.get_node_text() to avoid deprecation warning (#1499)
|
2023-04-24 13:58:46 +09:00 |
|
Michael Jakl
|
f55a3e7fe5
|
Document cmd.ConfirmBehavior options (#1503)
|
2023-04-24 13:55:44 +09:00 |
|
Leix b
|
78bb79b18a
|
fix(rockspec): add doc folder (#1481)
|
2023-04-24 13:53:56 +09:00 |
|
hrsh7th
|
777450fd0a
|
Improve docs
|
2023-03-17 13:22:04 +09:00 |
|
Turiiya
|
feed47fd1d
|
fix: annotate complete option as optional (#1475)
|
2023-03-05 22:48:55 +09:00 |
|
Joey Buiteweg
|
01f697a689
|
fix: in lua if(0) evaluates to true, so check vim.fn.has == 1 (#1465)
|
2023-02-27 15:39:37 +09:00 |
|
musjj
|
227306a339
|
fix: de-duplicate completion correctly (#1466)
|
2023-02-27 15:39:25 +09:00 |
|
NAKAI Tsuyoshi
|
339186c979
|
fix CI (#1462)
|
2023-02-27 15:28:01 +09:00 |
|
hrsh7th
|
7a3b1e76f7
|
Improve docs
|
2023-02-24 12:23:36 +09:00 |
|
hrsh7th
|
4261563063
|
Fix #1443
|
2023-02-24 12:15:40 +09:00 |
|
hrsh7th
|
7cd39409e7
|
Fix #1443
|
2023-02-23 13:39:43 +09:00 |
|
Joey Buiteweg
|
ba7a53478d
|
fix: better check for if setcmdline() is available (#1456)
|
2023-02-22 16:23:58 +09:00 |
|
Bradley Jones
|
d3a2833c11
|
doc: fix spelling of whether (#1453)
Signed-off-by: Bradley Jones <jones.bradley@me.com>
|
2023-02-22 00:08:00 +09:00 |
|
NAKAI Tsuyoshi
|
8202df9561
|
fix: prevent autocmd outbursts by using setcmdline instead of feedkey (#1446)
|
2023-02-19 00:58:05 +09:00 |
|
hrsh7th
|
0c6a89af9a
|
Improve perf
|
2023-02-18 16:46:02 +09:00 |
|
hrsh7th
|
ea9eaff573
|
Maybe improve cmdline redraw
|
2023-02-16 22:53:08 +09:00 |
|
Sizhe Zhao
|
208d69f233
|
README.md: don't set 'completeopt' (#1442)
|
2023-02-16 00:02:19 +09:00 |
|
hrsh7th
|
c4128bcd13
|
Fix CI
|
2023-02-15 00:32:21 +09:00 |
|
hrsh7th
|
a926412e16
|
Fix fuzzy matching option check and matched position
|
2023-02-15 00:30:03 +09:00 |
|
hrsh7th
|
1b2e843a69
|
Add cmp.mapping.preset.* change policy
|
2023-02-14 23:39:56 +09:00 |
|