Mercurial > dotfiles
annotate dot_config/nvim/ftplugin/xdc.vim @ 1044:fb4670b7526a
feat: replicate push-line function from zsh
source: https://github.com/fish-shell/fish-shell/issues/7800#issuecomment-792915764
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Thu, 02 May 2024 08:48:33 +0200 |
parents | 21745760a5dc |
children |
rev | line source |
---|---|
572
21745760a5dc
Use ftplugin and syntax files for language specific settings
zegervdv <zegervdv@me.com>
parents:
diff
changeset
|
1 if exists('b:did_ftplugin') |
21745760a5dc
Use ftplugin and syntax files for language specific settings
zegervdv <zegervdv@me.com>
parents:
diff
changeset
|
2 finish |
21745760a5dc
Use ftplugin and syntax files for language specific settings
zegervdv <zegervdv@me.com>
parents:
diff
changeset
|
3 endif |
21745760a5dc
Use ftplugin and syntax files for language specific settings
zegervdv <zegervdv@me.com>
parents:
diff
changeset
|
4 |
21745760a5dc
Use ftplugin and syntax files for language specific settings
zegervdv <zegervdv@me.com>
parents:
diff
changeset
|
5 runtime! ftplugin/tcl.vim ftplugin/tcl_*.vim ftplugin/tcl/*.vim |