mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 8.2.0320: no Haiku support
Problem: No Haiku support. Solution: Add support for Haiku. (Emir Sari, closes #5605)
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
* option.h: definition of global variables for settable options
|
||||
*/
|
||||
|
||||
#ifndef _OPTION_H_
|
||||
#define _OPTION_H_
|
||||
|
||||
//
|
||||
// Flags
|
||||
//
|
||||
@@ -1290,3 +1293,5 @@ enum
|
||||
|
||||
// Value for b_p_ul indicating the global value must be used.
|
||||
#define NO_LOCAL_UNDOLEVEL -123456
|
||||
|
||||
#endif // _OPTION_H_
|
||||
|
Reference in New Issue
Block a user