neovim-gtk/src
Julian Ospald c7e1ed1af3
Fix windows compilation with --no-fork
--no-fork is a stub on windows.
2018-06-16 11:11:27 +02:00
..
nvim Pass arguments after `--` directly to Neovim 2018-05-15 20:23:17 +03:00
plug_manager Use Default trait were possible 2018-05-17 16:44:11 +03:00
render Merge branch 'font-features' 2018-05-12 11:52:28 +03:00
sys Implement font features (#94) 2018-05-06 15:22:38 +03:00
ui_model Optimization 2018-05-06 20:26:29 +03:00
cmd_line.rs Set cursor color from theme and xor it with text 2018-05-05 22:41:38 +03:00
color.rs Fix cursor color for "default" colorscheme (#99) 2018-05-11 16:13:44 +03:00
cursor.rs Set cursor color from theme and xor it with text 2018-05-05 22:41:38 +03:00
dirs.rs Add timeout option, set default timeout to 10sec(#24) 2017-12-10 12:46:36 +03:00
error.rs Add timeout option, set default timeout to 10sec(#24) 2017-12-10 12:46:36 +03:00
file_browser.rs Use set_current_dir_async 2018-03-24 13:59:19 +01:00
input.rs Append block, update level instead of recreate on every user input 2018-01-14 12:25:59 +03:00
main.rs Fix windows compilation with --no-fork 2018-06-16 11:11:27 +02:00
misc.rs Open files with drag and drop, escape filenames 2018-03-20 01:24:09 +01:00
mode.rs Support for blinkwait gui cursor setting 2018-04-01 17:29:05 +03:00
nvim_config.rs Remove .vim file when disabled 2017-11-05 22:31:38 +03:00
popup_menu.rs Allow mouse selection 2018-04-05 23:25:18 +03:00
project.rs Use Default trait were possible 2018-05-17 16:44:11 +03:00
settings.rs Use Default trait were possible 2018-05-17 16:44:11 +03:00
shell.rs Remove NVIM_GTK_DOUBLE_BUFFER (fix #108) 2018-06-10 14:12:19 +03:00
shell_dlg.rs Use `error!`/`warn!` logs instead of `println!` 2018-04-01 20:12:52 +03:00
subscriptions.rs Use nvim.command_async where possible 2018-03-18 19:01:44 +01:00
tabline.rs Use nvim.command_async where possible 2018-03-18 19:01:44 +01:00
theme.rs Set cursor color from theme and xor it with text 2018-05-05 22:41:38 +03:00
ui.rs Use Default trait were possible 2018-05-17 16:44:11 +03:00
value.rs Add timeout option, set default timeout to 10sec(#24) 2017-12-10 12:46:36 +03:00