Mercurial > vim
view runtime/ftplugin/logtalk.vim @ 33649:88cad94caef9
runtime(doc): Fix typos in several documents (#13420)
Commit: https://github.com/vim/vim/commit/5985879e3c36383155f84649fa42d06813a1893e
Author: h_east <h.east.727@gmail.com>
Date: Wed Oct 25 22:47:05 2023 +0900
runtime(doc): Fix typos in several documents (https://github.com/vim/vim/issues/13420)
* Fix typos in several documents
* Update runtime/doc/terminal.txt
Co-authored-by: K.Takata <kentkt@csc.jp>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Wed, 25 Oct 2023 16:00:07 +0200 |
parents | 5c5908e81e93 |
children |
line wrap: on
line source
" Logtalk filetype plugin file " Language: Logtalk " Maintainer: Paulo Moura <pmoura@logtalk.org> " Latest Revision: 2018-08-03 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let b:undo_ftplugin = "setl ts< sw< fdm< fdc< ai< dict<" setlocal ts=4 setlocal sw=4 setlocal fdm=syntax setlocal fdn=10 setlocal fdc=2 setlocal autoindent setlocal dict=$VIMRUNTIME/ftplugin/logtalk.dict