aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Coquand <marc@baemingo.com>2023-05-20 20:13:27 -0500
committerMarc Coquand <marc@baemingo.com>2023-05-20 20:13:27 -0500
commit8c2d0505185b86fd73e8637577121f0a96596bc5 (patch)
treec4d9d9dca5f24a46b86df9f9119bf3c5481fbca8
parent60081d9ec25b96c280cf1c5da25bfd176cdc13bf (diff)
downloadBufferBrowser-8c2d0505185b86fd73e8637577121f0a96596bc5.tar.gz
BufferBrowser-8c2d0505185b86fd73e8637577121f0a96596bc5.tar.bz2
BufferBrowser-8c2d0505185b86fd73e8637577121f0a96596bc5.zip
Update readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index acd26c9..33a4e83 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ This can be used to filter out buffers you do not want in the history.
By default, BufferBrowser will remember Netrw buffers. To immediately close
netrw after you have opened a file, you can add to init.lua
-` g:netrw_fastbrowse =0`
+`vim.g.netrw_fastbrowse=0`
This will remove the netrw buffer and wipe it from the browser history when
you open a new file.