annotate dot_config/nvim/after/plugin/executable_abolish.vim @ 291:450e01f9d3bd
Use direxpand to expand variables into paths on tab
e.g.:
$ $FOO/bar<tab>
expands into :
$ foo_dir/bar/
author |
zegervdv <zegervdv@me.com> |
date |
Tue, 20 Oct 2020 14:26:56 +0200 |
parents |
d726921aaabe |
children |
|
rev |
line source |
257
|
1 " Define some common typos
|
|
2
|
|
3 Abolish teh the
|
|
4 Abolish hte the
|
|
5 Abolish {leng,wid,bandwid,streng}ht {}th
|
|
6 Abolish {heig}th {}ht
|
|
7 Abolish por{ject,gram} pro{}
|
|
8 Abolish {,as,de,re}sing{,s,ed} {}sign{}
|
|
9 Abolish {std_,}loigc{,_vector} {}logic{}
|
|
10 Abolish emtpy empty
|
|
11
|
|
12
|
|
13 " Code typos
|
|
14 Abolish rpsec rspec
|