comparison src/structs.h @ 6482:ccb6962585f1 v7.4.569

updated for version 7.4.569 Problem: Having CTRL-C interrupt or not does not check the mode of the mapping. (Ingo Karkat) Solution: Use a bitmask with the map mode. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Jan 2015 12:44:41 +0100
parents 54194bd6ed60
children 38add5a3d617
comparison
equal deleted inserted replaced
6481:2f8c3790366e 6482:ccb6962585f1
1800 1800
1801 #ifdef FEAT_CRYPT 1801 #ifdef FEAT_CRYPT
1802 cryptstate_T *b_cryptstate; /* Encryption state while reading or writing 1802 cryptstate_T *b_cryptstate; /* Encryption state while reading or writing
1803 * the file. NULL when not using encryption. */ 1803 * the file. NULL when not using encryption. */
1804 #endif 1804 #endif
1805 int b_mapped_ctrl_c; /* modes where CTRL-C is mapped */
1805 1806
1806 }; /* file_buffer */ 1807 }; /* file_buffer */
1807 1808
1808 1809
1809 #ifdef FEAT_DIFF 1810 #ifdef FEAT_DIFF