Skip to content

Instantly share code, notes, and snippets.

@tyru
Created August 4, 2010 15:11
Show Gist options
  • Save tyru/508281 to your computer and use it in GitHub Desktop.
Save tyru/508281 to your computer and use it in GitHub Desktop.
diff -r e037ee8698b3 src/ex_cmds.h
--- a/src/ex_cmds.h Wed Aug 04 15:47:08 2010 +0200
+++ b/src/ex_cmds.h Thu Aug 05 00:10:30 2010 +0900
@@ -1126,7 +1126,7 @@
EX(CMD_Print, "Print", ex_print,
RANGE|WHOLEFOLD|COUNT|EXFLAGS|TRLBAR|CMDWIN),
EX(CMD_X, "X", ex_X,
- TRLBAR),
+ EXTRA|NOTRLCOM|SBOXOK|CMDWIN),
EX(CMD_tilde, "~", do_sub,
RANGE|WHOLEFOLD|EXTRA|CMDWIN|MODIFY),
diff -r e037ee8698b3 src/ex_docmd.c
--- a/src/ex_docmd.c Wed Aug 04 15:47:08 2010 +0200
+++ b/src/ex_docmd.c Thu Aug 05 00:10:30 2010 +0900
@@ -11200,8 +11200,7 @@
ex_X(eap)
exarg_T *eap UNUSED;
{
- if (get_crypt_method(curbuf) == 0 || blowfish_self_test() == OK)
- (void)get_crypt_key(TRUE, TRUE);
+ MSG_PUTS("ひだまりスケッチx365 来週も見てくださいね!");
}
#endif
X / _ / X < また見て下さいね
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment