view runtime/indent/aap.vim @ 13929:05aec5ac9630 v8.0.1835

patch 8.0.1835: print document name does not support multi-byte commit https://github.com/vim/vim/commit/2290b1f8aaafbcb38bd801d08e8bf86cb07abfa5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 13 17:30:45 2018 +0200 patch 8.0.1835: print document name does not support multi-byte Problem: Print document name does not support multi-byte. Solution: Use StartDocW() if needed. (Yasuhiro Matsumoto, closes https://github.com/vim/vim/issues/2478)
author Christian Brabandt <cb@256bit.org>
date Sun, 13 May 2018 17:45:05 +0200
parents 0f2b5d1b8117
children 4027cefc2aab
line wrap: on
line source

" Vim indent file
" Language:	Aap recipe
" Maintainer:	Bram Moolenaar <Bram@vim.org>
" Last Change:	2005 Jun 24

" Only load this indent file when no other was loaded.
if exists("b:did_indent")
  finish
endif

" Works mostly like Python.
runtime! indent/python.vim