aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/edit.h
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-10-16 08:56:26 +0800
committerGitHub <noreply@github.com>2022-10-16 08:56:26 +0800
commit0b71960ab1bcbcc42f2d6abba4c72cd6ac3c840b (patch)
treeba17ea551188576f660573127e34275f87dc54b0 /src/nvim/edit.h
parentbc798dfd8cea9a5f93461e05dcb8409b6d96afc0 (diff)
parentc8fbf39d474b1140bee10edbcf36305ea49bf863 (diff)
downloadrneovim-0b71960ab1bcbcc42f2d6abba4c72cd6ac3c840b.tar.gz
rneovim-0b71960ab1bcbcc42f2d6abba4c72cd6ac3c840b.tar.bz2
rneovim-0b71960ab1bcbcc42f2d6abba4c72cd6ac3c840b.zip
Merge pull request #20677 from zeertzjq/vim-9.0.0761
vim-patch:9.0.{0761,0762,0764}: 'lispoptions'
Diffstat (limited to 'src/nvim/edit.h')
-rw-r--r--src/nvim/edit.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/edit.h b/src/nvim/edit.h
index eda6d8c9db..91c519f015 100644
--- a/src/nvim/edit.h
+++ b/src/nvim/edit.h
@@ -4,8 +4,6 @@
#include "nvim/autocmd.h"
#include "nvim/vim.h"
-typedef int (*IndentGetter)(void);
-
// Values for in_cinkeys()
#define KEY_OPEN_FORW 0x101
#define KEY_OPEN_BACK 0x102