diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-11-25 19:03:22 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-11-25 19:05:12 +0100 |
commit | b7505fe562b695ff6798a5443dba79956d685fd8 (patch) | |
tree | 67d145d879aa6b6a5b4275ce560e69a112ac92b7 /.gitignore | |
parent | Fix input focus when pressing reply button (diff) | |
download | nheko-b7505fe562b695ff6798a5443dba79956d685fd8.tar.xz |
Open completer on tab
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5f6725db..e91866ed 100644 --- a/.gitignore +++ b/.gitignore @@ -57,6 +57,7 @@ ui_*.h # Vim *.swp *.swo +*.swn #####=== CMake ===##### |