view runtime/indent/automake.vim @ 4234:b31989e2b058 v7.3.868

updated for version 7.3.868 Problem: When at the hit-return prompt and using "k" while no text has scrolled off screen, then using "j", an empty line is displayed. Solution: Only act on "k" when text scrolled off screen. Also accept page-up and page-down. (cptstubing)
author Bram Moolenaar <bram@vim.org>
date Tue, 19 Mar 2013 13:56:08 +0100
parents 8cd729851562
children 1218c5353e2b
line wrap: on
line source

" Vim indent file
" Language:	    automake
" Maintainer:       Nikolai Weibull <now@bitwi.se>
" Latest Revision:  2006-04-19

if exists("b:did_indent")
  finish
endif

" same as makefile indenting for now.
runtime! indent/make.vim