Commit graph

48 commits

Author SHA1 Message Date
hrsh7th
d250c63aa1 add treat_trailing_slash 2024-03-22 13:17:30 +09:00
hrsh7th
8ee981b4a9
Merge pull request #99 from uga-rosa/fix/98
Ignore range only cmdline
2023-06-09 01:57:44 +09:00
uga-rosa
02ec99c527 Create ONLY_RANGE_REGEX; COUNT_RANGE_REGEX is also used elsewhere 2023-06-08 09:44:45 +09:00
uga-rosa
6de309d492 Ignore range only cmdline 2023-06-08 09:42:25 +09:00
hrsh7th
5af1bb7d72
Create LICENSE 2023-04-24 21:50:14 +09:00
hrsh7th
ff3b5e7daa
Merge pull request #90 from uga-rosa/refactor 2023-04-24 21:47:10 +09:00
uga-rosa
d8738f0104 Remove no longer needed check
`getcompletion()` return proper results even if has range.
2023-04-15 12:40:10 +09:00
uga-rosa
ba382eee7f Add annotations and fix typo 2023-04-15 12:40:10 +09:00
uga-rosa
e7bdd21be0 Refactor def.exec to return lsp.CompletionItem[] 2023-04-15 12:40:10 +09:00
hrsh7th
af88e70041
Merge pull request #89 from uga-rosa/main
Fix to determine exactly which candidates to put `no` on
2023-04-15 01:23:10 +09:00
uga-rosa
cf7ecf01eb Fix LS's diagnostics 2023-04-15 00:34:41 +09:00
uga-rosa
7e471112b7 Fix to determine exactly which candidates to put no on 2023-04-15 00:33:38 +09:00
hrsh7th
8fcc934a52 Fix hrsh7th/nvim-cmp#1397 2023-02-17 01:56:47 +09:00
hrsh7th
23c51b2a3c Fix hrsh7th/nvim-cmp#1328 2022-11-27 23:17:21 +09:00
hrsh7th
8bc9c4a34b Add ignore_cmds option 2022-11-13 13:53:06 +09:00
hrsh7th
79456dc113 Fix #45
Fix #46
2022-11-13 13:40:15 +09:00
hrsh7th
e1ba818534 Improve 2022-11-13 12:56:46 +09:00
hrsh7th
6d45c70627
Merge pull request #66 from MagedMohamedTurk/main
Update README.md
2022-11-13 12:30:23 +09:00
hrsh7th
a965828f8d
Merge pull request #68 from amarakon/remove-trailing-line
Remove trailing blank line
2022-11-13 12:29:37 +09:00
hrsh7th
89b2814f17 Add comments 2022-11-13 12:29:03 +09:00
hrsh7th
2b425ccdc0 Add comments 2022-11-13 12:13:24 +09:00
hrsh7th
44beb6cb89 Fix option name completion 2022-11-13 12:04:32 +09:00
hrsh7th
f820d4e5a2 Add support no prefixed option 2022-11-13 11:54:26 +09:00
amarakon
d2dfa33852 Remove trailing blank line 2022-09-24 23:20:16 -04:00
Maged Turkoman
cf4f46bb78
Update README.md
This codes as per help page in Neovim, and it seems to work cleaner.
2022-09-22 21:52:24 +02:00
hrsh7th
c66c379915
Merge pull request #61 from sassanh/patch-1
Remove constraint of working only in command mode
2022-09-16 21:05:33 +09:00
Sassan Haradji
d1a96c21e5
Remove constraint of working only in command mode
The hard constraint of being available only in command mode is limiting the use of this source where end user believes it's needed.
For example it used to be not available in command line window (`:q`).
2022-09-02 00:21:17 +04:30
hrsh7th
9c0e331fe7
Merge pull request #56 from Xein234/escaped-backslash-chars
fix: escape backslash chars before getcompletion()
2022-08-05 10:07:06 +09:00
Xein
89b7c4a1b1 fix: escape backslash chars before getcompletion() 2022-08-04 13:05:06 -05:00
hrsh7th
c36ca4bc1d Allow empty cmdline on manual completion 2022-05-03 00:37:55 +09:00
hrsh7th
a4ce23892e Improe cmdline handling
Fix #45
2022-04-26 20:59:45 +09:00
hrsh7th
f4beb74e8e Support modifiers / range / count
Fix #20
Fix #27
2022-02-13 21:45:37 +09:00
hrsh7th
0957ac6a26 Fix candidate correction 2022-02-13 21:10:04 +09:00
hrsh7th
29ca81a6f0 Remove manual custom completion handling 2021-12-01 19:50:37 +09:00
hrsh7th
dab81e9151 Fix completion 2021-12-01 19:50:03 +09:00
hrsh7th
240245aaf6
Merge pull request #18 from Mikkolehtimaki/documentation
Update docs about search completions
2021-11-30 18:13:40 +09:00
Mikkolehtimaki
41a93d620f Update docs about search completions 2021-11-30 11:00:00 +02:00
hrsh7th
e5aa12620b Improve 2021-11-22 17:08:10 +09:00
hrsh7th
0ca73c3a50 Fix word pattern 2021-11-08 15:50:41 +09:00
hrsh7th
185bf3a653 Fix lua completion function 2021-11-08 12:20:22 +09:00
hrsh7th
a5cf11a8cd Fixes #5 2021-10-29 16:07:07 +09:00
hrsh7th
bc3d0b9f56 Fix #3 2021-10-28 01:56:31 +09:00
hrsh7th
ea7da4b6db
Merge pull request #2 from gegoune/patch-1
doc: remove merge warning
2021-10-27 16:28:49 +09:00
gegoune
7892a55a15
doc: remove merge warning 2021-10-27 10:09:04 +03:00
hrsh7th
d3a52862e5 Improve keyword pattern 2021-10-22 23:28:31 +09:00
hrsh7th
8d161cbd83 Improve arglead 2021-10-22 23:27:37 +09:00
hrsh7th
c30036a7ec Initial commit 2021-10-22 01:46:09 +09:00
hrsh7th
9f5141614e
Initial commit 2021-10-22 01:43:06 +09:00