comparison runtime/doc/filetype.txt @ 10186:a5ef9968638c

commit https://github.com/vim/vim/commit/7e1479b86c590a66b63a274c079b7f18907d45a4 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 11 15:07:27 2016 +0200 Updated runtime files, Japanese translations.
author Christian Brabandt <cb@256bit.org>
date Sun, 11 Sep 2016 15:15:07 +0200
parents 33c1b85d408c
children 9f48eab77d62
comparison
equal deleted inserted replaced
10185:a93cbcaeb4bb 10186:a5ef9968638c
1 *filetype.txt* For Vim version 7.4. Last change: 2016 Jun 20 1 *filetype.txt* For Vim version 7.4. Last change: 2016 Sep 09
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
642 642
643 These maps can be disabled with > 643 These maps can be disabled with >
644 :let g:no_pdf_maps = 1 644 :let g:no_pdf_maps = 1
645 < 645 <
646 646
647 PYTHON *ft-python-plugin* *PEP8*
648
649 By default the following options are set, in accordance with PEP8: >
650
651 setlocal expandtab shiftwidth=4 softtabstop=4 tabstop=8
652
653 To disable this behaviour, set the following variable in your vimrc: >
654
655 let g:python_recommended_style = 0
656
657
647 RPM SPEC *ft-spec-plugin* 658 RPM SPEC *ft-spec-plugin*
648 659
649 Since the text for this plugin is rather long it has been put in a separate 660 Since the text for this plugin is rather long it has been put in a separate
650 file: |pi_spec.txt|. 661 file: |pi_spec.txt|.
651 662