Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
2c9f49b200aab6ac0e66ac8b1e52641d603c1c52
/
.
/
runtime
/
ftplugin
/
nu.vim
blob: 9efbc3b0994e06be9d880f666162c6bb91d3bf34 [
file
] [
log
] [
blame
]
" Vim filetype plugin
"
Language
:
Nu
" Maintainer: Marc Jakobi <marc@jakobi.dev>
"
Last
Change
:
2024
Aug
31
if
exists
(
'b:did_ftplugin'
)
finish
endif
let
b
:
did_ftplugin
=
1
setlocal commentstring
=#
\
%
s
let
b
:
undo_ftplugin
=
'setl com<'