]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0864: pragmas are indented all the way to the left v8.2.0864
authorBram Moolenaar <Bram@vim.org>
Sun, 31 May 2020 15:49:30 +0000 (17:49 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 31 May 2020 15:49:30 +0000 (17:49 +0200)
commitd881b516da0184052d2f9d33c3f72c5c014316bd
treefaadc52b11a24da6c1ba2b147fd1f7a061198e88
parente023e88bed3f2e0a7ea4cf10cac2de80bc9c271c
patch 8.2.0864: pragmas are indented all the way to the left

Problem:    Pragmas are indented all the way to the left.
Solution:   Add an option to indent progmas like normal code. (Max Rumpf,
            closes #5468)
runtime/doc/indent.txt
src/cindent.c
src/structs.h
src/testdir/test_cindent.vim
src/version.c