summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/ftplugin/asm.vim
AgeCommit message (Collapse)AuthorFiles
2026-01-20vim-patch:b1fa262: runtime(asm): add '#' as comment symbol (GNU as)zeertzjq1
closes: vim/vim#19158 https://github.com/vim/vim/commit/b1fa262960ca3ef910ae192db58d28b3e3c7719a Co-authored-by: Mateo Gjika <104777599+mateoxh@users.noreply.github.com>
2024-06-04vim-patch:9.1.0464: no whitespace padding in commentstring option in ftpluginsChristian Clason1
Problem: no whitespace padding in commentstring option in ftplugins Solution: Change default to include whitespace padding, update existing filetype plugins with the new default value (Riley Bruins) closes: vim/vim#14843 https://github.com/vim/vim/commit/0a0830624a260660c7fa692ecb7e6e5de09114ba Co-authored-by: Riley Bruins <ribru17@hotmail.com>
2024-04-11vim-patch:dbca7d80457dzeertzjq1
ftplugin(asm): add Matchit support closes: vim/vim#14461 Refer https://github.com/vim/vim/blob/master/runtime/ftplugin/masm.vim#L18-L29 https://github.com/vim/vim/commit/dbca7d80457d026f6d6a5cc7e916b94df0ca6e03 Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
2023-08-29vim-patch:f937ab32a1acChristian Clason1
runtime: Set b:undo_ftplugin where missing (vim/vim#12943) https://github.com/vim/vim/commit/f937ab32a1ac3a560f217ca4ce8305ab2d5b0b74 Co-authored-by: dkearns <dougkearns@gmail.com>
2021-04-28vim-patch:acc224064033Jan Edmund Lazo1
Update runtime files https://github.com/vim/vim/commit/acc224064033e5cea21ef7f1eefb356ca06ff11d Omit 'quickfixtextfunc'. Omit ftplugin/man.vim.