aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_defaults.lua
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2025-01-13 15:48:02 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2025-01-30 13:46:06 +0100
commite71d2c817d1a2475551f58a98e411f6b39a5be3f (patch)
tree3aa4bb3f3740ab7e96ac66eb7fe71499eb0280af /runtime/lua/vim/_defaults.lua
parent86ae59c6128641d8be612c3bdc9f4b190434c0d3 (diff)
downloadrneovim-e71d2c817d1a2475551f58a98e411f6b39a5be3f.tar.gz
rneovim-e71d2c817d1a2475551f58a98e411f6b39a5be3f.tar.bz2
rneovim-e71d2c817d1a2475551f58a98e411f6b39a5be3f.zip
docs: misc
Co-authored-by: Dustin S. <dstackmasta27@gmail.com> Co-authored-by: Ferenc Fejes <fejes@inf.elte.hu> Co-authored-by: Maria José Solano <majosolano99@gmail.com> Co-authored-by: Yochem van Rosmalen <git@yochem.nl> Co-authored-by: brianhuster <phambinhanctb2004@gmail.com> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Diffstat (limited to 'runtime/lua/vim/_defaults.lua')
-rw-r--r--runtime/lua/vim/_defaults.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/vim/_defaults.lua b/runtime/lua/vim/_defaults.lua
index 28f1542f64..69204e3fe6 100644
--- a/runtime/lua/vim/_defaults.lua
+++ b/runtime/lua/vim/_defaults.lua
@@ -652,7 +652,7 @@ do
-- This autocommand updates the value of 'background' anytime we receive
-- an OSC 11 response from the terminal emulator. If the user has set
- -- 'background' explictly then we will delete this autocommand,
+ -- 'background' explicitly then we will delete this autocommand,
-- effectively disabling automatic background setting.
local force = false
local id = vim.api.nvim_create_autocmd('TermResponse', {