Skip to content

Commit bbdc399

Browse files
Saghengithub-actions[bot]
authored andcommitted
docs: update vimdocs
1 parent 8fb1eb1 commit bbdc399

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/blink-cmp.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*blink-cmp.txt* For NVIM v0.10.0 Last change: 2025 July 23
1+
*blink-cmp.txt* For NVIM v0.10.0 Last change: 2025 July 24
22

33
==============================================================================
44
Table of Contents *blink-cmp-table-of-contents*
@@ -2583,9 +2583,9 @@ PROVIDERS
25832583
end,
25842584
-- buffers when searching with `/` or `?`
25852585
get_search_bufnrs = function() return { vim.api.nvim_get_current_buf() } end,
2586-
-- Maximum total number of characters (across all selected buffers) for which buffer completion runs synchronously. Above this, asynchronous processing is used.
2586+
-- Maximum total number of characters (in an individual buffer) for which buffer completion runs synchronously. Above this, asynchronous processing is used.
25872587
max_sync_buffer_size = 20000,
2588-
-- Maximum total number of characters (across all selected buffers) for which buffer completion runs asynchronously. Above this, buffer completions are skipped to avoid performance issues.
2588+
-- Maximum total number of characters (in an individual buffer) for which buffer completion runs asynchronously. Above this, the buffer will be skipped.
25892589
max_async_buffer_size = 200000,
25902590
-- Maximum text size across all buffers (default: 500KB)
25912591
max_total_buffer_size = 500000,

0 commit comments

Comments
 (0)