Skip to content

Commit

Permalink
chore: auto-generated types for Neovim nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 20, 2022
1 parent dd32488 commit f8b17d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion types/nightly/options.2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ function vim.opt.expandtab:get()end

-- `'exrc'` `'ex'` boolean (default off)
-- global
-- Enables the reading of .nvimrc and .exrc files in the current
-- Enables the reading of .nvim.lua, .nvimrc, and .exrc files in the current
-- directory.
--
-- The file is only sourced if the user indicates the file is trusted. If
Expand Down
2 changes: 1 addition & 1 deletion types/nightly/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@ vim.go.eventignore = ""
vim.go.ei = vim.go.eventignore
-- `'exrc'` `'ex'` boolean (default off)
-- global
-- Enables the reading of .nvimrc and .exrc files in the current
-- Enables the reading of .nvim.lua, .nvimrc, and .exrc files in the current
-- directory.
--
-- The file is only sourced if the user indicates the file is trusted. If
Expand Down

0 comments on commit f8b17d3

Please sign in to comment.