diff options
author | Christian Clason <c.clason@uni-graz.at> | 2024-09-11 09:22:14 +0200 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2024-09-11 09:47:30 +0200 |
commit | 830cf054bcd1b144562bd3530588083958cd15c6 (patch) | |
tree | 41bb1280f2d6576cd3e46f4985fde574b3eb0702 /runtime/doc/quickfix.txt | |
parent | def611111854612057421bb14f88ed161cfcb7f3 (diff) | |
download | rneovim-830cf054bcd1b144562bd3530588083958cd15c6.tar.gz rneovim-830cf054bcd1b144562bd3530588083958cd15c6.tar.bz2 rneovim-830cf054bcd1b144562bd3530588083958cd15c6.zip |
vim-patch:d30ffdc: runtime(pandoc): Update compiler plugin to use actual 'spelllang'
Previously these would be cached in buffer-local variables and
would not change on :compiler pandoc
closes: vim/vim#15642
https://github.com/vim/vim/commit/d30ffdca495d116da359aaea806ad0da7b4b6c75
Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc/quickfix.txt')
-rw-r--r-- | runtime/doc/quickfix.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt index e408eb44f4..992b9b8871 100644 --- a/runtime/doc/quickfix.txt +++ b/runtime/doc/quickfix.txt @@ -1318,8 +1318,7 @@ Additional arguments can be passed to pandoc: The `--from` argument is an educated guess using the buffer file type; it can be overridden by setting `b:pandoc_compiler_from`. -Likewise the `--metadata lang` argument is set using `&spelllang`; -it can be overridden by setting `b:pandoc_compiler_lang`. +The `--metadata lang` argument is set using 'spelllang'; If `--from=markdown` is assumed and no title set in a title header or YAML block, then the filename (without extension) is used as the title. |