Mercurial > vim
view src/testdir/gui_init.vim @ 22353:889143dbe2cd v8.2.1725
patch 8.2.1725: not all Pascal files are recognized
Commit: https://github.com/vim/vim/commit/44aaf5416e0121500dd52b7cab306d7618b4fe53
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Sep 22 19:15:31 2020 +0200
patch 8.2.1725: not all Pascal files are recognized
Problem: Not all Pascal files are recognized.
Solution: Add filetype patterns. (Doug Kearns)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 22 Sep 2020 19:30:04 +0200 |
parents | d8a550329a97 |
children | 9849df834f1d |
line wrap: on
line source
" gvimrc for test_gui_init.vim if has('gui_athena') || has('gui_motif') || has('gui_gtk2') || has('gui_gtk3') set guiheadroom=0 set guioptions+=p endif