summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/indent/typescript.vim
AgeCommit message (Collapse)AuthorFiles
2025-06-06vim-patch:eb59129: runtime(typescript): remove Fixedgq() function from ↵Phạm Bình An1
indent script (#34334) Problem: 1. The `Fixedgq()` function is broken (see vim/vim#17412) 2. The `'formatexpr'` for Typescript is not documented, which causes confusion to users when they try to set `'formatprg'`, since `'formatexpr'` always takes precedence over `'formatprg'`. See also https://github.com/HerringtonDarkholme/yats.vim/issues/209 3. Typescript already has a very good and popular formatter called `prettier`, that can be easily integrated to Vim via `'formatprg'` (see vim/vim#16989). I don't think there are any good reasons to reinvent a half-baked version in Vim. Solution: Remove the Fixedgq() 'formatexpr' function. fixes: vim/vim#17412 closes: vim/vim#17452 https://github.com/vim/vim/commit/eb59129d2c06fd6627f537fce4fb8660cc8d0cda
2023-08-29vim-patch:0382f05dbd65Christian Clason1
runtime: Set b:undo_indent where missing (vim/vim#12944) https://github.com/vim/vim/commit/0382f05dbd659d8e39ee4e71c1e5062ac5c0a8fd Co-authored-by: dkearns <dougkearns@gmail.com>
2021-09-13vim-patch:6c391a74fe90 (#15654)Christian Clason1
Update runtime files https://github.com/vim/vim/commit/6c391a74fe90190796ca0b0c010112948a6e75d7 omit autoload/getscript.vim skip doc/eval.txt (needs 8.2.2468) skip doc/various.txt (needs 8.2.3400) (typofixes courtesy of @dundargoc)
2020-10-05runtime/typescript.vim: 96f45c0b6fc9e9d404e6805593ed1e0e6795e470Jan Edmund Lazo1
Port "runtime/indent/typescript.vim" changes only. Close https://github.com/neovim/neovim/pull/12716. https://github.com/vim/vim/commit/96f45c0b6fc9e9d404e6805593ed1e0e6795e470
2019-08-02vim-patch:773a97c254d0Justin M. Keyes1
Update runtime files - Add typescript syntax and indent. https://github.com/vim/vim/commit/773a97c254d02784079fb3b20447620412588850