minimal-x86-64/nixos-minimal-25.05.813814.ac62194c3917-x86_64-linux/nix-store.squashfs.d/ij6giknyxkqsw3srd2xi4wmkvyziy6gd-vim-9.1.1566/share/vim/vim91/doc
Text adds native shell execution
SHA-25630d9ef78ebaa61357665c97d2e95c523b2e99a0fbf2d1efd2825d69f178f9c2e
MaleculeO(C)
Evidence
1*syntax.txt* For Vim version 9.1. Last change: 2025 Jul 14
2
3
⋯4 lines
9:2… yntax highlighting enables Vim to show parts of the text in another font or
10color. Those parts can be specific keywords or text matching a pattern. …
12:73… rybody
13calls it syntax highlighting we'll stick with that.
14
15Vim supports syntax highlighting on all terminals. But since most ordinary
16terminals have very limited highlighting possibilities, it works best in the
17GUI version, gvim.
18
19In the User M …
50:25… n-qstart*
51
52 *:syn-enable* *:syntax-enable*
53This command switches on syntax highlighting: >
54
55 :syntax enable
56
57What this command actually does is …
3564:14… , then the first line of the file is examined (ex. looking for
3565/bin/sh /bin/ksh /bin/bash). If the first line specifies a shelltype, then
3566that shelltype is used. However some files (ex. .profile …