I hereby claim:
- I am maljub01 on github.
- I am maljub01 (https://keybase.io/maljub01) on keybase.
- I have a public key ASBJvFWJ-crQWsLXQC0Ois76hyzqx6lcMdP4tlZYefijUwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| diff -ur orig/ext/readline/readline.c fixed/ext/readline/readline.c | |
| --- orig/ext/readline/readline.c 2014-03-18 13:53:31.866359527 +0100 | |
| +++ fixed/ext/readline/readline.c 2014-03-18 13:56:26.390247250 +0100 | |
| @@ -1883,7 +1883,7 @@ | |
| rl_attempted_completion_function = readline_attempted_completion_function; | |
| #if defined(HAVE_RL_PRE_INPUT_HOOK) | |
| - rl_pre_input_hook = (Function *)readline_pre_input_hook; | |
| + rl_pre_input_hook = (rl_hook_func_t *)readline_pre_input_hook; | |
| #endif |
| v () { | |
| if [ $STY ]; then | |
| # screen | |
| local VIM_SERVER_NAME="VIM-SCREEN-$STY" | |
| if [ "`vim --serverlist | grep -i $VIM_SERVER_NAME`" = "" ]; then | |
| # No vim server, become the server | |
| screen -X title vim | |
| vim --servername $VIM_SERVER_NAME "$@" | |
| screen -X title `basename $SHELL` |