We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
buffer.concrete
1 parent a7ea418 commit f9a9ee7Copy full SHA for f9a9ee7
buffer/buffer.ts
@@ -388,11 +388,6 @@ export interface ReplaceOptions {
388
/**
389
* Concrete the buffer.
390
*
391
- * - The `buftype` option become "nofile"
392
- * - The `swapfile` become disabled
393
- * - The `modifiable` become disabled
394
- * - The content of the buffer is restored on `BufReadCmd` synchronously
395
- *
396
* Vim will discard the content of a non-file buffer when `:edit` is invoked. Use
397
* this function to concrete the content of such buffer to prevent this discard.
398
0 commit comments