Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-14 | Add license (GNU GPLv3+) | Teddy Wing | |
2019-12-14 | s:AddMapping(): Silence `:nohlsearch` output | Teddy Wing | |
The `silent!` command I was using didn't silence the `:nohlsearch` output after pressing `<CR>`. Use `<silent>` in the mapping instead to silence it, allowing the Nohai search commands to produce output similar to the regular `/` and `?` commands. | |||
2019-12-14 | Move functions to autoload/ | Teddy Wing | |