]> git.lizzy.rs Git - micro.git/history - cmd/micro/util.go
Code optimisation (#1117)
[micro.git] / cmd / micro / util.go
2018-03-31 Zachary Yedidiafix typo
2018-03-30 Zachary YedidiaFix ReplaceHome implementation
2018-03-30 DanielPowerAdd support for ~username syntax (fix #1033) (#1035)
2018-02-02 Zachary YedidiaOpen at line syntax with filename:line:col
2018-01-29 Zachary YedidiaMinor optimizations
2018-01-29 Zachary YedidiaLarge syntax highlighting memory optimization
2018-01-06 Zachary YedidiaMerge pull request #877 from IOAyman/readme
2017-11-24 Zachary YedidiaFix autocomplete behavior for empty args
2017-11-22 Zachary YedidiaImprove cmdbar parsing and add -l replace flag
2017-11-19 Zachary YedidiaMerge pull request #613 from GeigerCounter/build_tools
2017-10-21 Zachary YedidiaMerge pull request #782 from i-amdroid/master
2017-10-04 Zachary YedidiaMerge pull request #850 from nitsakh/feat-809
2017-10-01 Zachary YedidiaFix some golint warnings
2017-09-24 Zachary YedidiaOnly replace '~' with home if at start of path
2017-06-18 Zachary YedidiaMerge pull request #679 from alialaee/master
2017-06-17 Zachary YedidiaMerge pull request #704 from zyedidia/multiple-cursors
2017-06-14 Zachary YedidiaMerge pull request #697 from frankbraun/spaces
2017-06-14 Frank BraunImplement Spaces() with with strings.Repeat()
2017-06-04 Zachary YedidiaMerge
2017-06-03 Zachary YedidiaMerge pull request #683 from yursan9/appstream
2017-05-29 TommyCheck for readonly on viewtype and if true do not let...
2017-05-05 Zachary YedidiaAdd tabmovement option
2017-04-29 Zachary YedidiaMerge pull request #638 from popey/patch-1
2017-04-29 Zachary YedidiaMerge pull request #639 from popey/patch-2
2017-04-29 Zachary YedidiaUse less memory when opening very large files
2017-03-01 Zachary YedidiaMerge pull request #570 from yursan9/yaml
2017-02-16 Zachary YedidiaMerge pull request #522 from samdmarshall/master
2017-02-16 Zachary YedidiaMerge pull request #520 from samdmarshall/tab-scrolling
2017-02-03 Zachary YedidiaFix stringwidth build
2016-11-29 Zachary YedidiaMerge pull request #449 from 10sr/jobSpawn
2016-11-20 Zachary YedidiaMerge pull request #459 from clemenscorny/master
2016-11-18 Zachary YedidiaAdd cd and pwd commands to change the working dir
2016-10-19 Zachary YedidiaMerge pull request #425 from adrianvoica/master
2016-10-18 Zachary YedidiaCleanup and add more comments
2016-10-01 boombulerMerge remote-tracking branch 'zyedidia/master' into pm
2016-09-28 Zachary YedidiaMerge pull request #387 from boombuler/bug379
2016-09-28 boombulerfixes #379 (second try)
2016-09-28 Zachary YedidiaMerge pull request #386 from zyedidia/revert-382-bug379
2016-09-28 Zachary YedidiaRevert "fixes #379"
2016-09-28 Zachary YedidiaMerge pull request #382 from boombuler/bug379
2016-09-28 Florian Sundermannfixes #379
2016-09-16 Zachary YedidiaMerge pull request #334 from techtonik/filemanagers
2016-09-14 Zachary YedidiaMerge pull request #359 from boombuler/params
2016-09-14 Florian Sundermannfixed directory completion on windows
2016-09-11 Zachary YedidiaRevert "Improve performance for very long lines"
2016-09-10 Zachary YedidiaMerge pull request #316 from elopio/snapcraft
2016-09-10 Zachary YedidiaMerge
2016-09-10 Zachary YedidiaImprove performance for very long lines
2016-09-07 Zachary YedidiaMerge branch 'master' of https://github.com/to-miz...
2016-09-07 Zachary YedidiaMerge pull request #332 from nueh/master
2016-09-07 Niklas HennigsThis fixes zyedidia/micro#329
2016-09-06 Zachary YedidiaMerge
2016-09-06 Zachary YedidiaMerge branch 'boombuler-params'
2016-09-06 Zachary YedidiaMerge branch 'params' of https://github.com/boombuler...
2016-09-06 Zachary YedidiaAdd support for macros
2016-09-03 boombuleruse build-in functions to quote / unquote
2016-09-03 boombulerremoved old code
2016-09-03 boombulerkeep trailing space at commandline
2016-09-02 Florian Sundermannallow command parameters to be quoted
2016-08-28 Zachary YedidiaFix various small details and update readme
2016-08-28 Zachary YedidiaImprove tab completion in command mode
2016-08-26 Zachary YedidiaMerge pull request #213 from zyedidia/local-settings
2016-08-25 Zachary YedidiaAdd local settings for each buffer
2016-08-22 Zachary YedidiaRemove auto indented spaces if the line is empty
2016-07-10 Zachary YedidiaAdd some more comments
2016-06-08 Zachary YedidiaMerge pull request #168 from onodera-punpun/syntax_css
2016-06-07 Zachary YedidiaReplace rope with lineArray
2016-06-04 Zachary YedidiaProper support for double width characters
2016-05-29 Zachary YedidiaCheck if the file being edited has been modified by...
2016-05-28 Zachary YedidiaMerge
2016-05-28 Zachary YedidiaAdd `savecursor` option
2016-05-28 Zachary YedidiaMerge pull request #133 from onodera-punpun/packages
2016-05-27 Zachary YedidiaMerge pull request #139 from onodera-punpun/undo_option
2016-05-25 Zachary YedidiaFix highlighting and searching with unicode characters
2016-04-27 Zachary YedidiaMerge branch 'elementary-mouse'
2016-04-27 Zachary YedidiaImprove word movement behavior
2016-04-24 Zachary YedidiaUse reflection for setting options
2016-04-21 Zachary YedidiaAdd nicer deleting for soft tabs
2016-04-21 Zachary YedidiaAdd auto indent
2016-04-18 Zachary YedidiaMerge pull request #14 from aerth/master
2016-04-18 aerthnow is go gettable and updated make file