summary refs log tree commit diff
path: root/home/.config/nvim/syntax/mdoc.vim
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-22 18:45:30 -0500
committerJune McEnroe <june@causal.agency>2020-12-22 19:28:22 -0500
commitf5914bfec1ae91dbd0c8f8882bf5483496e91e7d (patch)
tree429d853bed90fb633d97777be295dce890bd02ec /home/.config/nvim/syntax/mdoc.vim
parentBuild with libedit by default (diff)
downloadsrc-f5914bfec1ae91dbd0c8f8882bf5483496e91e7d.tar.gz
src-f5914bfec1ae91dbd0c8f8882bf5483496e91e7d.zip
Bind libedit's secret filename completion function
Check if the FreeBSD (and by extension macOS) _el_fn_sh_complete version
of the function exists, which does shell escaping of completed filenames
before _el_fn_complete learned to.

Tab is bound after calling el_set() and el_source() since the default
bindings set tab to something else, and it should always be filename
completion in the shell.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
an.sh?h=1.8&id=77d522d0330c8b2cda0fa2d5d44e02aeb9595923&follow=1'>Set LESSSECURE=1 in man.shJune McEnroe 2018-09-10Add /man commandJune McEnroe 2018-09-10Install man page in chrootJune McEnroe 2018-09-10Install man pageJune McEnroe 2018-09-10Split keys into subsections and document colorsJune McEnroe 2018-09-10Add "blank" lines to chatte.1June McEnroe 2018-09-10Document key bindings in chatte.1June McEnroe 2018-09-08Document slash commands in chatte.1June McEnroe