This website requires JavaScript.
Explore
Help
Sign In
kevin
/
neovim
Watch
1
Fork
0
You've already forked neovim
mirror of
https://github.com/neovim/neovim.git
synced
2024-12-25 21:55:17 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e1d48d5cf2
neovim
/
runtime
/
ftplugin
/
glsl.lua
4 lines
76 B
Lua
Raw
Normal View
History
Unescape
Escape
fix(runtime): add commentstring for glsl ftplugin
2024-06-09 05:16:31 -07:00
vim.bo
.
commentstring
=
'
// %s
'
fix(runtime): update b:undo_ftplugin in Lua runtime files (#29529) Related to #29506, but adding vim.treesitter.stop() to b:undo_ftplugin doesn't solve the problem yet.
2024-07-01 02:48:09 -07:00
vim.b
.
undo_ftplugin
=
'
setl commentstring<
'
Reference in New Issue
Copy Permalink