mirror of
https://github.com/harivansh-afk/oil.nvim.git
synced 2026-04-16 07:04:28 +00:00
This was a doozy. From the oil buffer, when you edited a file the editorconfig-vim autocmd that runs s:UseConfigFiles() would run and something in that logic would cause the oil buffer to become `set modified`. This obviously messes with the buffer cleanup logic, and also makes vim more annoying to exit. The solution is to disable editorconfig-vim in oil buffers. |
||
|---|---|---|
| .. | ||
| adapters | ||
| mutator | ||
| actions.lua | ||
| cache.lua | ||
| columns.lua | ||
| config.lua | ||
| constants.lua | ||
| fs.lua | ||
| init.lua | ||
| keymap_util.lua | ||
| loading.lua | ||
| pathutil.lua | ||
| repl_layout.lua | ||
| shell.lua | ||
| util.lua | ||
| view.lua | ||