Created
August 4, 2010 15:11
-
-
Save tyru/508281 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
X / _ / X < また見て下さいね |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment