not logged in (
login
)
Home
Advanced search
About Vim
Community
News
Sponsoring
Trivia
Documentation
Download
Scripts
Tips
My Account
Mercurical Web
Site Help
vim-nobin : Plugin to load original source code instead of executable binary.
script karma
Rating
1/1
, Downloaded by 582
Comments, bugs, improvements
Vim wiki
created by
Y. Choi
script type
utility
description
# nobin.vim
[](https://github.com/Xvezda/vishop)

I
made this plugin because of auto-completion on shell environment always lead me to open a binary, not a source code.
`gcc test.c -o test`
In this case, there are two files in the same directory. `test.c` and `test`.
`vim t<Tab>`
Now, if I press tab to edit `test.c` again, `test` will appears.
I need to press tab again to make `test` to `test.c`
But most of times, I accidently open `test` binary instead.
It's way too frustrating. :(
This plugin will automatically finds original source code of executable binary, which you opened by mistake. :)
## Installation
Using [vim-plug](
https://github.com/junegunn/vim-plug):
`Plug
'Xvezda/vim-nobin'`
or
`make install`
## Global options
| Flag | Description |
|-------------------------------|---------------------------------------------------------- |
| `g:nobin_always_yes` | Automatically select [y]es on select screen |
| `g:nobin_well_known_files` | Regular expression list for well known binary patterns |
| `g:nobin_except_files` | Exception patterns of non-binary files |
## Homepage
https://github.com/Xvezda/vim-nobin
>## Copyright
Copyright (C) 2020 Xvezda
MIT License
install details
rate this script
Life Changing
Helpful
Unfulfilling
script versions
(
upload new version
)
Click on the package to download.
package
script version
date
Vim version
user
release notes
vim-nobin-1.2.tar.gz
1.2
2021-03-22
7.0
Y. Choi
+ Remove obsolete option
vim-nobin-1.1.tar.gz
1.1
2020-07-04
7.0
Y. Choi
+ Add exception option and rules
vim-nobin-1.0.tar.gz
1.0
2020-06-14
7.0
Y. Choi
Initial upload
ip used for rating: 18.222.21.218
If you have questions or remarks about this site, visit the
vimonline development
pages. Please use this site responsibly.
Questions about
Vim
should go to the
maillist
. Help Bram
help Uganda
.
Vim at Github