Commit graph

745 commits

Author SHA1 Message Date
Zachary Yedidia
8bdaacaa5e Switch splits on mouse *click* not drag
Fixes #240
2016-08-30 17:29:49 -04:00
Zachary Yedidia
c9ead25b1e Merge 2016-08-30 17:26:05 -04:00
Zachary Yedidia
ddff950fcd Check for filetype after saving an untitled buffer
Fixes #242
2016-08-30 17:25:30 -04:00
Zachary Yedidia
ed6be89d5c Merge pull request #241 from handicraftsman/master
ASM Support
2016-08-30 17:21:14 -04:00
Nickolay
6e63472930 Whooops! 2016-08-31 00:08:37 +03:00
Nickolay
94397a90bd Fully finished ASM syntax highlightig 2016-08-31 00:03:22 +03:00
Nickolay
216bfaca7e Added SIMD, Crypto and undocumented instructions 2016-08-30 23:02:03 +03:00
Nickolay
9854fc712f Added x87 instructions 2016-08-30 22:13:46 +03:00
Nickolay
99635d9491 Added x86 cpu support for assembly. 2016-08-30 21:51:30 +03:00
Zachary Yedidia
96209cbeb0 Merge pull request #235 from toxinu/patch-1
Add missing comma
2016-08-30 11:58:02 -04:00
Geoffrey Lehée
db520fe9e7 Add missing comma 2016-08-30 17:56:40 +02:00
Zachary Yedidia
93361fe72d Fix issue with settings.json 2016-08-30 11:32:23 -04:00
Zack Scholl
4499228cdb Added flag to introduce cursor starting positions 2016-08-30 11:28:28 -04:00
Zachary Yedidia
d79e68bbf9 Update readme about colorschemes 2016-08-30 11:24:02 -04:00
Zachary Yedidia
ec9eab8a3e Auto update settings.json if it contains 'null' 2016-08-30 11:19:51 -04:00
Zachary Yedidia
628cdd34aa Merge 2016-08-30 10:16:35 -04:00
Zachary Yedidia
20d6dffce9 Remove cmder from list of windows terminals
See #223
2016-08-30 10:15:57 -04:00
Zachary Yedidia
afa58a984a Merge pull request #220 from wayneashleyberry/patch-1
Update options.md
2016-08-30 09:47:22 -04:00
Zachary Yedidia
209cdccdc5 Merge pull request #225 from jfchevrette/patch-1
Fix typo in tutorial.md
2016-08-30 09:47:09 -04:00
Zachary Yedidia
2761f57565 Merge pull request #221 from ilmanzo/patch-1
Update tutorial.md
2016-08-30 09:47:00 -04:00
Zachary Yedidia
791a397d55 Fix problem with first-time creation of the settings file
Fixes #219
2016-08-30 09:45:05 -04:00
Jean-Francois Chevrette
3e428ff505 Fix typo in tutorial.md
small typo
2016-08-30 09:38:49 -04:00
Andrea Manzini
ddc237872c Update tutorial.md
small typo
2016-08-30 10:07:28 +02:00
Wayne Ashley Berry
ee5ac6a582 Update options.md
Fixes json syntax and adds syntax highlighting.
2016-08-30 09:35:21 +02:00
Zachary Yedidia
5df28c76e8 Add tutorial.md to help files
Fixes #218
2016-08-29 21:26:53 -04:00
Zachary Yedidia
19c7860f14 Update readme 2016-08-29 10:21:34 -04:00
Zachary Yedidia
f6c7c488f5 Separate release.sh and pre-release.sh 2016-08-29 10:19:24 -04:00
Zachary Yedidia
bc6c9772cd Update readme 2016-08-29 10:17:15 -04:00
Zachary Yedidia
fccec47ae5 Have CanClose use single letters for responses
Closes #184
2016-08-29 10:10:16 -04:00
Zachary Yedidia
eda08a994a Make cursorline on by default 2016-08-29 09:20:48 -04:00
Zachary Yedidia
f8071af717 Fix bug with view.Center
Fixes #215
2016-08-29 09:16:24 -04:00
Zachary Yedidia
6ce8fe3ce1 Open an empty buffer if user opened a directory
Fixes #216
2016-08-29 09:01:54 -04:00
Zachary Yedidia
00e385b871 Add show command to show the value of an option 2016-08-28 21:48:03 -04:00
Zachary Yedidia
da98a2e9ec Fix broken readme link 2016-08-28 16:29:01 -04:00
Zachary Yedidia
59b7555f01 Fix various small details and update readme 2016-08-28 16:28:28 -04:00
Zachary Yedidia
8cef0abf6a Fix import error in tests 2016-08-28 13:45:38 -04:00
Zachary Yedidia
56224c9184 Minor update to zenburn line number colors 2016-08-28 13:13:01 -04:00
Zachary Yedidia
40523871fa Update runtime 2016-08-28 13:09:37 -04:00
Zachary Yedidia
90e0a2ec1a Rename 'default' colorscheme to 'simple'
This commit also adds an additional name for zenburn as 'default'
so you can refer to zenburn as 'default' or as 'zenburn'
2016-08-28 13:07:47 -04:00
Zachary Yedidia
aa9dbdde3e Improve tab completion in command mode
Pressing tab when all suggestions start with the same substring
will insert that substring (this is how bash autocompletion works).
2016-08-28 13:05:07 -04:00
Zachary Yedidia
da7bc997ff Update docs and makefile 2016-08-27 22:00:56 -04:00
Zachary Yedidia
0a3e2b3ff0 Update cross compile script 2016-08-27 20:19:27 -04:00
Zachary Yedidia
1260dcc5ee Add some more information to -version flag 2016-08-27 20:03:43 -04:00
Zachary Yedidia
2de42bcf99 Make zenburn the default colorscheme
This commit also adds better support for constant.number in the
syntax files.
2016-08-27 17:10:26 -04:00
Zachary Yedidia
e0074c881c Minor update to zenburn 2016-08-27 16:13:28 -04:00
Zachary Yedidia
1a5e90c8a2 Add zenburn colorscheme
Closes #214
2016-08-27 16:09:30 -04:00
Zachary Yedidia
ff31da0d6d Tag releases as v... 2016-08-27 15:21:41 +00:00
Zachary Yedidia
90daccb2a6 Update 2016-08-26 20:56:41 -04:00
Zachary Yedidia
0b54ef62b9 Add release.sh 2016-08-26 20:54:58 -04:00
Zachary Yedidia
c963e3afdb Merge 2016-08-26 19:46:43 -04:00