From 2fd178552c36870717b2126d19d51db980f6e4f9 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 3 Nov 2013 00:32:35 -0400 Subject: Disable Airline whitespace extension --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index ad031ff7..27f9114c 100644 --- a/.vimrc +++ b/.vimrc @@ -114,6 +114,8 @@ let g:signify_sign_change = '~' let g:airline#extensions#hunks#non_zero_only = 1 +let g:airline#extensions#whitespace#enabled = 0 + " Custom maps nnoremap ' ` nnoremap ` ' -- cgit 1.4.1 orm method='get'> this repository has moved! see homepage link
about summary refs log tree commit diff homepage
path: root/inflate.3 (unfollow)
Commit message (Expand)Author
2018-11-11Add deflatePrime.3June McEnroe
2018-11-11Fix inflate.3 NAME sectionJune McEnroe
2018-11-11Remove symlinksJune McEnroe
2018-11-11Separate out inflateInit.3 and inflateEnd.3June McEnroe
2018-11-11Separate out deflateInit.3 and deflateEnd.3June McEnroe
2018-11-11Separate out deflateGetDictionary.3June McEnroe
2018-11-11Fix trailing whitespaceJune McEnroe
2018-11-11Separate out compressBound.3June McEnroe
2018-11-11Separate out crc32_combine.3June McEnroe
2018-11-11Separate out adler32_combine.3June McEnroe
2018-11-11Add missing .In zlib.hJune McEnroe
2018-11-11Add deflatePending.3June McEnroe
2018-11-11Add deflateBound.3June McEnroe
2018-11-11Add deflateTune.3June McEnroe
2018-11-10Add deflateParams.3June McEnroe
2018-11-10Add deflateReset.3June McEnroe
2018-11-10Add deflateCopy.3June McEnroe
2018-11-10Add deflateSetDictionary.3June McEnroe
2018-11-10Remove initial deflate(3) reference in deflateInit2.3June McEnroe
2018-11-10Remove trailing whitespaceJune McEnroe
2018-11-10Add deflateInit2.3June McEnroe
2018-11-10Refer to deflate(3) for z_streamp typeJune McEnroe
2018-11-10Document z_stream fields in deflate.3June McEnroe
2018-11-10Add inflate.3June McEnroe
2018-11-09Use Pq/Po/Pc moreJune McEnroe
2018-11-09Add FreeBSD MakefileJune McEnroe
2018-11-09Add deflate.3June McEnroe