Mercurial > vim
view src/proto/textformat.pro @ 22762:5608a4144188 v8.2.1929
patch 8.2.1929: MS-Windows: problem loading Perl 5.32
Commit: https://github.com/vim/vim/commit/0289065e41ce3148f929e16a55aa3b161c80576f
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Oct 31 13:05:11 2020 +0100
patch 8.2.1929: MS-Windows: problem loading Perl 5.32
Problem: MS-Windows: problem loading Perl 5.32.
Solution: Define NO_THREAD_SAFE_LOCALE. (Ken Takata, closes https://github.com/vim/vim/issues/7234)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 31 Oct 2020 13:15:04 +0100 |
parents | 918245588b50 |
children | f103da6ba95f |
line wrap: on
line source
/* textformat.c */ int has_format_option(int x); void internal_format(int textwidth, int second_indent, int flags, int format_only, int c); void auto_format(int trailblank, int prev_line); void check_auto_format(int); int comp_textwidth(int ff); void op_format(oparg_T *oap, int keep_cursor); void op_formatexpr(oparg_T *oap); int fex_format(linenr_T lnum, long count, int c); void format_lines(linenr_T line_count, int avoid_fex); /* vim: set ft=c : */