Age | Commit message (Collapse) | Author |
|
examples
|
|
|
|
|
|
|
|
|
|
core: update Japanese translations
|
|
|
|
|
|
|
|
opened
|
|
|
|
|
|
|
|
|
|
|
|
core: update Japanese translations
|
|
|
|
This fixes a refresh problem of options after /upgrade in fset buffer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In addition to searching the statically configured WEECHAT_LIBDIR
(weechat's installation directory) for plugins, search the path
given in the environment variable WEECHAT_EXTRA_LIBDIR. This makes
departing from the FHS standard while keeping the plugins packaged
separately easier. This change was made specifically with the Nix
package manager in mind, but can easily be used by others.
|
|
|
|
|
|
This allows to run tests without running "make install".
|
|
custom path or lib dir
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is already done in the function fset_option_get_options.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix typos/grammar
|
|
|
|
Using the pre-defined format (without eval) is about 3.5x faster.
|