aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/keysets.lua
diff options
context:
space:
mode:
authorLewis Russell <lewis6991@gmail.com>2023-03-15 23:30:14 +0000
committerLewis Russell <lewis6991@gmail.com>2023-03-20 10:00:52 +0000
commite1db0e35e4d5859b96e6aff882df62d6c714b569 (patch)
tree8f6356c6a7cf6975c7bf26ad81fb3436ce1f90ae /src/nvim/api/keysets.lua
parent84027f7515b8ee6f818462f105882fc0052783c4 (diff)
downloadrneovim-e1db0e35e4d5859b96e6aff882df62d6c714b569.tar.gz
rneovim-e1db0e35e4d5859b96e6aff882df62d6c714b569.tar.bz2
rneovim-e1db0e35e4d5859b96e6aff882df62d6c714b569.zip
feat(api): add filetype option nvim_get_option_value
- Also adjust the expr-mapping behaviour so normal commands and text changes are allowed in internal dummy buffers.
Diffstat (limited to 'src/nvim/api/keysets.lua')
-rw-r--r--src/nvim/api/keysets.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/api/keysets.lua b/src/nvim/api/keysets.lua
index 30dcef6127..2c7532bd27 100644
--- a/src/nvim/api/keysets.lua
+++ b/src/nvim/api/keysets.lua
@@ -102,6 +102,7 @@ return {
"scope";
"win";
"buf";
+ "filetype";
}};
{ 'highlight', {
"bold";