mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
Compare commits
2 Commits
v0.8.3
...
release-0.
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b1ae775de6 | ||
![]() |
70fb40a229 |
@@ -133,8 +133,8 @@ endif()
|
|||||||
# version string, else they are combined with the result of `git describe`.
|
# version string, else they are combined with the result of `git describe`.
|
||||||
set(NVIM_VERSION_MAJOR 0)
|
set(NVIM_VERSION_MAJOR 0)
|
||||||
set(NVIM_VERSION_MINOR 8)
|
set(NVIM_VERSION_MINOR 8)
|
||||||
set(NVIM_VERSION_PATCH 3)
|
set(NVIM_VERSION_PATCH 4)
|
||||||
set(NVIM_VERSION_PRERELEASE "") # for package maintainers
|
set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers
|
||||||
|
|
||||||
# API level
|
# API level
|
||||||
set(NVIM_API_LEVEL 10) # Bump this after any API change.
|
set(NVIM_API_LEVEL 10) # Bump this after any API change.
|
||||||
|
@@ -88,6 +88,8 @@ function TSHighlighter.new(tree, opts)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
self.orig_spelloptions = vim.bo[self.bufnr].spelloptions
|
||||||
|
|
||||||
vim.bo[self.bufnr].syntax = ''
|
vim.bo[self.bufnr].syntax = ''
|
||||||
vim.b[self.bufnr].ts_highlight = true
|
vim.b[self.bufnr].ts_highlight = true
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user