" vimslides -- presenation helper inside Vim " Copyright (C) 2015-2024 Sergey Matveev " " This program is free software: you can redistribute it and/or modify " it under the terms of the GNU General Public License as published by " the Free Software Foundation, version 3 of the License. " " This program is distributed in the hope that it will be useful, " but WITHOUT ANY WARRANTY; without even the implied warranty of " MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the " GNU General Public License for more details. " " You should have received a copy of the GNU General Public License " along with this program. If not, see . syntax on set encoding=utf-8 set nocompatible set viminfo= set t_Co=16 setlocal shiftwidth=4 setlocal foldmethod=indent setlocal foldnestmax=5 setlocal foldenable setlocal foldcolumn=0 setlocal foldlevel=0 highlight clear ExtraWhitespace syntax region pEmph start="|\S" end="\S|" syntax region pBold start=":\S" end="\S:" syntax region pUndr start="\s<\S" end="\S>" syntax match pItem "^ *\*" syntax match pLine "^-\+$" highlight link pEmph Statement highlight link pBold Special highlight link pItem String highlight link pLine PreProc highlight link pUndr Type nmap ] zMzjzOz0 nmap [ zMzkzO[zz0 nmap i /IMG:/e+1y$:silent execute "!display " . @":nohlsearch