Age | Commit message (Collapse) | Author |
|
|
|
|
|
Functions fixed in PHP plugin:
- string_eval_expression
- string_eval_path_home
- key_bind
- hook_process_hashtable
- hook_hsignal_send
- info_get_hashtable
- hdata_update
|
|
|
|
string_match_list
|
|
|
|
|
|
|
|
fset: fix typo in /help fset.format.option2
|
|
|
|
|
|
notes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Deleting (freeing) a filter also frees its buffers, so refilter must
happen before freeing. Disabling the filter temporarily fixes the bug.
This fix disables the filter before filter_removing signal, though.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#1299)
|
|
The following things have been renamed:
- file aspell.conf -> spell.conf
- options aspell.* -> spell.*
- bar item aspell_dict -> spell_dict
- bar item and local variable aspell_suggest -> spell_suggest
- info aspell_dict -> spell_dict
|
|
|
|
|
|
This adds the missing include "unistd.h" for function "mkdtemp" (required on
Mac OS only).
|
|
|
|
|
|
|
|
|
|
|
|
Fix czech translation kick message
|
|
original: <op> byl vykopnut <user> results in confusing message caused by mistranslation: op was kicked user
proposed fix: <op> vykopnul <user> should result in more understandeable message: op has kicked user
|
|
|
|
|