view runtime/ftplugin/awk.vim @ 15776:7f91de3f5e35 v8.1.0895

patch 8.1.0895: MS-Windows: dealing with temp name encoding not quite right commit https://github.com/vim/vim/commit/ec0f50a35e207e01ff54cef954313030e3ab42a6 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 10 23:26:13 2019 +0100 patch 8.1.0895: MS-Windows: dealing with temp name encoding not quite right Problem: MS-Windows: dealing with temp name encoding not quite right. Solution: Use more wide functions. (Ken Takata, closes https://github.com/vim/vim/issues/3921)
author Bram Moolenaar <Bram@vim.org>
date Sun, 10 Feb 2019 23:30:09 +0100
parents c391bfbdb452
children a3bb84cd0f59
line wrap: on
line source

" Vim filetype plugin
" Language:	awk, nawk, gawk, mawk
" Maintainer:	Antonio Colombo <azc100@gmail.com>
" Last Change:	2017 Feb 17

" This plugin was prepared by Mark Sikora

" Only do this when not done yet for this buffer
if exists("b:did_ftplugin")
  finish
endif

" Don't load another plugin for this buffer
let b:did_ftplugin = 1

let b:undo_ftplugin = "setl commentstring<"

setlocal commentstring=#\ %s