This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
SESSION_NAME=my_session | |
# following commands will be executed first, in each window | |
pre_input="echo this will run in every window before as a first command" | |
# define commands | |
# 'name' 'command' | |
input=( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-06-11 11:46:57,012 - DEBUG - No global extra conf, not calling method YcmCorePreload | |
2017-06-11 11:46:57,068 - INFO - Received ready request | |
2017-06-11 11:46:57,078 - INFO - Received filetype completion available request | |
2017-06-11 11:46:57,078 - ERROR - No semantic completer exists for filetypes: [u'startify'] | |
Traceback (most recent call last): | |
File "/home/klaxalk/git/linux-setup/appconfig/vim/dotvim/plugged/youcompleteme/third_party/ycmd/ycmd/../ycmd/server_state.py", line 100, in FiletypeCompletionAvailable | |
self.GetFiletypeCompleter( filetypes ) | |
File "/home/klaxalk/git/linux-setup/appconfig/vim/dotvim/plugged/youcompleteme/third_party/ycmd/ycmd/../ycmd/server_state.py", line 89, in GetFiletypeCompleter | |
current_filetypes ) ) | |
ValueError: No semantic completer exists for filetypes: [u'startify'] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Jun 11 2017 10:47:02) | |
Included patches: 1-628 | |
Compiled by klaxalk@klaxalk-desktop | |
Huge version with GTK2 GUI. Features included (+) or not (-): | |
+acl +dialog_con_gui +job +mouse_sgr +rightleft +user_commands | |
+arabic +diff +jumplist -mouse_sysmouse +ruby +vertsplit | |
+autocmd +digraphs +keymap +mouse_urxvt +scrollbind +virtualedit | |
+balloon_eval +dnd +lambda +mouse_xterm +signs +visual | |
+browse -ebcdic +langmap +multi_byte +smartindent +visualextra | |
++builtin_terms +emacs_tags +libcall +multi_lang +startuptime +viminfo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10-11 17:21:01.593: W/GAV2(2332): Thread[main,5,main]: Need to call initialize() and be in fallback mode to start dispatch. | |
10-11 17:21:02.859: D/lights(379): set_light_buttons: color=0xffffffff, tlc=1. | |
10-11 17:21:03.254: D/AudioHardware(96): AudioHardware pcm playback is exiting standby. | |
10-11 17:21:03.254: D/AudioHardware(96): openPcmOut_l() mPcmOpenCnt: 0 | |
10-11 17:21:03.359: I/ActivityManager(379): Process com.google.android.apps.uploader (pid 2108) has died. | |
10-11 17:21:03.410: I/ActivityManager(379): START u0 {cmp=cz.cvut.kosapp/.components.rss.RssDetailActivity (has extras)} from pid 2289 | |
10-11 17:21:03.824: D/TimelyDebug(2332): AlarmManager.registerAlarms: reason = delayed init. | |
10-11 17:21:03.879: E/JavaBinder(379): !!! FAILED BINDER TRANSACTION !!! | |
10-11 17:21:03.980: W/ActivityManager(379): Exception when starting activity cz.cvut.kosapp/.components.rss.RssDetailActivity | |
10-11 17:21:03.980: W/ActivityManager(379): android.os.TransactionTooLargeException |