Mercurial > vim
view runtime/ftplugin/odin.vim @ 36546:e8747c7b9f22 draft default tip
runtime(doc): improve indentation in examples for netrw-handler
Commit: https://github.com/vim/vim/commit/9b05326afdb0359a2dd40470b2b47a6e422662e9
Author: Christian Brabandt <cb@256bit.org>
Date: Wed Nov 13 17:14:39 2024 +0100
runtime(doc): improve indentation in examples for netrw-handler
related: https://github.com/vim/vim/issues/16043
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Wed, 13 Nov 2024 17:30:08 +0100 |
parents | 7c7432a53a6c |
children |
line wrap: on
line source
vim9script # Vim filetype plugin file # Language: Odin # Maintainer: Maxim Kim <habamax@gmail.com> # Website: https://github.com/habamax/vim-odin # Last Change: 2024 Jan 15 # 2024-May 23 by Riley Bruins <ribru17@gmail.com> ('commentstring') if exists("b:did_ftplugin") finish endif b:did_ftplugin = 1 b:undo_ftplugin = 'setlocal commentstring<' \ .. '| setlocal comments<' \ .. '| setlocal suffixesadd<' setlocal suffixesadd=.odin setlocal commentstring=//\ %s setlocal comments=s1:/*,mb:*,ex:*/,://