• R/O
  • SSH

vim: Commit

Mirror of the Vim source from https://github.com/vim/vim


Commit MetaInfo

Révision906b37d2f9c3a85fc9c67a29005ad1538e60efcc (tree)
l'heure2005-03-07 08:42:22
Auteurvimboss
Commitervimboss

Message de Log

updated for version 7.0056

Change Summary

Modification

diff -r 2aabb26a113f -r 906b37d2f9c3 src/ex_cmds.c
--- a/src/ex_cmds.c Sun Mar 06 23:40:56 2005 +0000
+++ b/src/ex_cmds.c Sun Mar 06 23:42:22 2005 +0000
@@ -4663,6 +4663,7 @@
46634663 return;
46644664 }
46654665
4666+#if 0
46664667 #ifdef HAVE_SETJMP_H
46674668 /*
46684669 * Matching with a regexp may cause a very deep recursive call of
@@ -4682,6 +4683,7 @@
46824683 goto jumpend;
46834684 }
46844685 #endif
4686+#endif
46854687
46864688 /*
46874689 * pass 1: set marks for each (not) matching line
@@ -4698,10 +4700,12 @@
46984700 line_breakcheck();
46994701 }
47004702
4703+#if 0
47014704 #ifdef HAVE_SETJMP_H
47024705 jumpend:
47034706 mch_endjmp();
47044707 #endif
4708+#endif
47054709
47064710 /*
47074711 * pass 2: execute the command for each line that has been marked
diff -r 2aabb26a113f -r 906b37d2f9c3 src/proto/misc2.pro
--- a/src/proto/misc2.pro Sun Mar 06 23:40:56 2005 +0000
+++ b/src/proto/misc2.pro Sun Mar 06 23:42:22 2005 +0000
@@ -52,6 +52,7 @@
5252 void ga_append __ARGS((garray_T *gap, int c));
5353 int name_to_mod_mask __ARGS((int c));
5454 int simplify_key __ARGS((int key, int *modifiers));
55+int handle_x_keys __ARGS((int key));
5556 char_u *get_special_key_name __ARGS((int c, int modifiers));
5657 int trans_special __ARGS((char_u **srcp, char_u *dst, int keycode));
5758 int find_special_key __ARGS((char_u **srcp, int *modp, int keycode));
Afficher sur ancien navigateur de dépôt.